The TextField type exposes the following members.

Constructors

  NameDescription
Public methodTextField
Initializes a new instance of the TextField class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAppearance
Protected methodGetBorderAppearance (Inherited from BaseField.)
Protected methodGetChoiceField
Public methodGetComboField
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetListField
Public methodGetTextField
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberObfuscatePassword
Public methodStatic memberRemoveCRLF
Public methodSetExtraMargin
Public methodSetRotationFromPage (Inherited from BaseField.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldalignment (Inherited from BaseField.)
Protected fieldbackgroundColor (Inherited from BaseField.)
Protected fieldborderColor (Inherited from BaseField.)
Protected fieldborderStyle (Inherited from BaseField.)
Protected fieldborderWidth (Inherited from BaseField.)
Protected fieldbox (Inherited from BaseField.)
Protected fieldfieldName (Inherited from BaseField.)
Protected fieldfont (Inherited from BaseField.)
Protected fieldfontSize (Inherited from BaseField.)
Protected fieldmaxCharacterLength (Inherited from BaseField.)
Protected fieldoptions (Inherited from BaseField.)
Protected fieldrotation (Inherited from BaseField.)
Protected fieldtext (Inherited from BaseField.)
Protected fieldtextColor (Inherited from BaseField.)
Protected fieldvisibility (Inherited from BaseField.)
Protected fieldwriter (Inherited from BaseField.)

Properties

  NameDescription
Public propertyAlignment (Inherited from BaseField.)
Public propertyBackgroundColor (Inherited from BaseField.)
Public propertyBorderColor (Inherited from BaseField.)
Public propertyBorderStyle (Inherited from BaseField.)
Public propertyBorderWidth (Inherited from BaseField.)
Public propertyBox (Inherited from BaseField.)
Public propertyChoiceExports
Public propertyChoices
Public propertyChoiceSelection
Public propertyDefaultText
Public propertyExtensionFont
Public propertyFieldName (Inherited from BaseField.)
Public propertyFont (Inherited from BaseField.)
Public propertyFontSize (Inherited from BaseField.)
Public propertyMaxCharacterLength (Inherited from BaseField.)
Public propertyOptions (Inherited from BaseField.)
Protected propertyRealFont (Inherited from BaseField.)
Public propertyRotation (Inherited from BaseField.)
Public propertySubstitutionFonts
Public propertyText (Inherited from BaseField.)
Public propertyTextColor (Inherited from BaseField.)
Public propertyVisibility (Inherited from BaseField.)
Public propertyWriter (Inherited from BaseField.)

See Also