Click or drag to resize

DropDownFormField Methods

The DropDownFormField type exposes the following members.

Methods
Name Description
Public method ApplyCharacterFormat
Applies the specified character format to the current object.
(Inherited from ParagraphBase .)
Public method ApplyStyle
Applies the specified character style to the current object. If the specified style does not exist and the style name is "default paragraph font", a new built-in style is created and added to the document. If the specified style still cannot be found, an ArgumentException is thrown.
(Inherited from ParagraphBase .)
Public method Clone
Creates a duplicate of the document object.
(Inherited from DocumentObject .)
Protected method CloneImpl (Overrides FormField CloneImpl .)
Protected method ConvertSwitchesToString (Inherited from Field .)
Protected method CreateLayoutInfo (Overrides Field CreateLayoutInfo .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Protected method GetCultureInfo (Inherited from Field .)
Protected method GetCultureInfo(Int32) (Inherited from Field .)
Public method GetFieldCode
Gets the field code.
(Inherited from Field .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetNextWidgetSibling
Gets the next widget sibling.
(Inherited from ParagraphBase .)
Public method GetPreviousWidgetSibling
Gets the previous widget sibling.
(Inherited from ParagraphBase .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method InitXDLSHolder (Overrides TextRange InitXDLSHolder .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method ParseField (Inherited from Field .)
Protected method ParseFieldCode (Inherited from Field .)
Protected method ParseFieldFormat (Inherited from Field .)
Protected method ReadXmlAttributes (Overrides FormField ReadXmlAttributes(IXDLSAttributeReader) .)
Protected method ReadXmlContent (Inherited from TextRange .)
Protected method RestoreReference (Inherited from DocumentSerializable .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Public method ToString(String)
Exports the name and index in container of the object into a string in the specified seperator.
(Inherited from DocumentObject .)
Public method Update
Update the result of the field. Can only be simpler field. Direct calls cannot update the NumPages field and Page field, ect.
(Inherited from Field .)
Protected method UpdateFieldCode (Inherited from Field .)
Protected method WriteXmlAttributes (Overrides FormField WriteXmlAttributes(IXDLSAttributeWriter) .)
Protected method WriteXmlContent (Inherited from TextRange .)
Top
See Also