Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class TextFormField : FormField, 
	[T:sprᧂ], [T:sprᧀ]
Public Class TextFormField
	Inherits FormField
	Implements [T:sprᧂ], [T:sprᧀ]
public ref class TextFormField : public FormField, 
	[T:sprᧂ], [T:sprᧀ]
type TextFormField =  
    class
        inherit FormField
        interface [T:sprᧂ]
        interface [T:sprᧀ]
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
TextFormField(IDocument)
Initializes a new instance of the TextFormField class.
ApplyCharacterFormat(CharacterFormat)
Sets the character format.
(Inherited from ParagraphBase.)
ApplyStyle(String) (Inherited from ParagraphBase.)
CalculateOnExit
Gets or sets calculate on exit property.
(Inherited from FormField.)
CharacterFormat
Gets the character format.
(Inherited from TextRange.)
ChildObjects
Gets the child objects of the entity.
(Inherited from ParagraphBase.)
Clone()()()() (Inherited from DocumentObject.)
CloneImpl()()()() (Overrides FormField..::..CloneImpl()()()().)
Code
Gets or sets the field code.
(Inherited from Field.)
ConvertSwitchesToString()()()() (Inherited from Field.)
CreateLayoutInfo()()()() (Overrides Field..::..CreateLayoutInfo()()()().)
DefaultText
Gets or sets default text for text form field.
DeleteRevision
Gets the delete revision for this objects. Note this can be null. If null does not have delete revision.
(Inherited from ParagraphBase.)
Document
Gets the document.
(Inherited from OwnerHolder.)
DocumentObjectType
Gets the type of the document object.
(Overrides Field..::..DocumentObjectType.)
Enabled
Get/sets Enabled property (true if form field enabled).
(Inherited from FormField.)
End
Gets or sets the field end.
(Inherited from Field.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FieldText
Gets or Sets Filed Displays text information.
(Inherited from Field.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FirstChild (Inherited from DocumentObject.)
FormFieldType
Gets type of this form field.
(Inherited from FormField.)
GetAncestor(DocumentObjectType) (Inherited from ParagraphBase.)
GetCultureInfo(Int32) (Inherited from Field.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNextWidgetSibling()()()() (Inherited from ParagraphBase.)
GetPreviousWidgetSibling()()()() (Inherited from ParagraphBase.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Help
Gets or sets form field help.
(Inherited from FormField.)
InitXDLSHolder()()()() (Overrides TextRange..::..InitXDLSHolder()()()().)
InsertRevision
Gets the insert revision for this objects. Note this can be null. If null does not have insert revision.
(Inherited from ParagraphBase.)
IsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject.)
IsDeleteRevision
Gets or set a value indicating whether this item was deleted from the document, when "Track Changes" is or was set to "true".
(Inherited from ParagraphBase.)
IsInsertRevision
Gets a value indicating whether this item was inserted to the document, when "Track Changes" is or was set to "true".
(Inherited from ParagraphBase.)
IsLocked
Gets or sets the lock property of the filed.if the field is locked,the field can't be updated.
(Inherited from Field.)
LastChild (Inherited from DocumentObject.)
m_bConvertedToText (Inherited from Field.)
m_charFormat (Inherited from ParagraphBase.)
m_curFormFieldType (Inherited from FormField.)
m_doc (Inherited from OwnerHolder.)
m_fieldType (Inherited from Field.)
m_fieldValue (Inherited from Field.)
m_formattingString (Inherited from Field.)
m_paraItemType (Inherited from Field.)
m_textFormat (Inherited from Field.)
MacroOnEnd
Returns or setsthe name of macros on end
(Inherited from FormField.)
MacroOnStart
Returns or setsthe name of macros on start
(Inherited from FormField.)
MaximumLength
Gets or sets maximum text length.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Gets or sets form field title name (bookmark name). The name is unique in the document.
(Inherited from FormField.)
NextSibling
Gets the next sibling.
(Inherited from DocumentObject.)
Owner
Gets the owner of this entity.
(Inherited from DocumentObject.)
OwnerParagraph
Gets owner paragraph.
(Inherited from ParagraphBase.)
ParseField(String) (Inherited from Field.)
ParseFieldCode(String) (Inherited from Field.)
ParseFieldFormat(array<String>[]()[][]) (Inherited from Field.)
Pattern
Returns or sets field pattern.
(Inherited from Field.)
PreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
ReadXmlAttributes(IXDLSAttributeReader) (Overrides FormField..::..ReadXmlAttributes(IXDLSAttributeReader).)
ReadXmlContent(IXDLSContentReader) (Inherited from TextRange.)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
Separator
Gets or sets the field separator.
(Inherited from Field.)
StatusBarHelp
Gets or sets the status bar help.
(Inherited from FormField.)
StringFormat
Gets or sets string text format (text, date/time, number) directly.
StyleName
Gets the style name.
(Inherited from ParagraphBase.)
Text
Returns or setsthe text of text form field.
(Overrides TextRange..::..Text.)
TextFieldType
Get/sets text form field type.
TextFormat
Gets or sets regular text format.
(Inherited from Field.)
TextRange
Gets or sets form field text range;
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ToString(String)
Exports the name and index in container of the object into a string in the specified seperator.
(Inherited from DocumentObject.)
Type
Returns or sets field type
(Inherited from Field.)
UpdateFieldCode(String) (Inherited from Field.)
Value
Gets the field value.
(Inherited from Field.)
WriteXmlAttributes(IXDLSAttributeWriter) (Overrides FormField..::..WriteXmlAttributes(IXDLSAttributeWriter).)
WriteXmlContent(IXDLSContentWriter) (Inherited from TextRange.)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

System..::..Object
  Spire.Doc..::..OwnerHolder
    Spire.Doc.Documents.XML..::..DocumentSerializable
      Spire.Doc..::..DocumentObject
        Spire.Doc..::..DocumentBase
          Spire.Doc.Fields..::..ParagraphBase
            Spire.Doc.Fields..::..TextRange
              Spire.Doc.Fields..::..Field
                Spire.Doc.Fields..::..FormField
                  Spire.Doc.Fields..::..TextFormField

See Also