Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / SimpleField Class
Properties Methods

In This Topic
    SimpleField Class Members
    In This Topic

    The following tables list the members exposed by SimpleField.

    Public Properties
     NameDescription
    Public Property Gets the collection of the children of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets or sets the field code.  
    Public Property Gets or sets custom field data that is associated with this field. This property can be used as desired to store additional application-defined data with the field.  
    Public PropertyGets the DocumentBase that contains this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets the Marker representing the end of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets the content unique identifier. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets or sets a value indicating whether this field has been flagged by an application to indicate that its current results are no longer correct (stale) due to other modifications made to the document, and these contents should be updated before they are displayed if this functionality is supported by the next processing application.  
    Public Property Get or sets a value indicating whether this field shall not have its field result recalculated, even if an application attempts to recalculate the results of all fields in the document or a recalculation is explicitly requested.  
    Public Property Gets the next simple field.  
    Public PropertyGets the parent Body of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets the parent ContentObject of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets the previous simple field.  
    Public PropertyGets the Marker representing the start of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a BidirectionalOverride to the end of the current simple field.  
    Public MethodOverloaded. Adds a ComplexField to the end of the current simple field.  
    Public MethodAdds a ContentControl to the end of the current simple field.  
    Public MethodOverloaded. Adds an Endnote to the end of the current simple field.  
    Public MethodOverloaded. Adds a Footnote to the end of the current simple field.  
    Public MethodOverloaded. Adds a Hyperlink to the end of the current simple field.  
    Public MethodOverloaded. Adds an OMath to the end of the current simple field.  
    Public MethodOverloaded. Adds an OMathParagraph to the end of the current simple field.  
    Public MethodOverloaded. Adds a Run to the end of the current simple field.  
    Public MethodOverloaded. Adds a SimpleField to the end of the current simple field.  
    Public MethodDeletes this content object from the parent Body.

    Note that the position occupied by this content object in the parent can still be accessed (e.g. to insert new content) via a PersistentRange if one has previously been created with GetPersistentRange.

    (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Method Gets the collection of this content object's children of a specified type. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public MethodCreates and returns a PersistentRange associated with this content object.

    Unlike the Range returned by GetRange, this persistent range and any markers on it (see Start and End) can still be used if the object is deleted.

    Note that PersistentRange should be disposed when no longer needed to improve performance.

    (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public MethodCreates and returns a Range associated with this content object.

    To get a range that can be used after the object has been deleted, see GetPersistentRange.

    (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Method Gets string representation of the content. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Top
    See Also