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

In This Topic
    ComplexField Class Members
    In This Topic

    The following tables list the members exposed by ComplexField.

    Public Properties
     NameDescription
    Public Property Gets this complex field's start character.  
    Public PropertyGets the child ContentObjects in this content range. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property Gets or sets this complex field's code string representation.  
    Public PropertyGets FieldCode collection of this complex field.  
    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. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property Gets the end mark of this content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property Gets this complex field's end character.  
    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 complex field.  
    Public PropertyGets the parent Body of this content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property Gets the previous complex field.  
    Public Property Gets this complex field's separator (code|result) character.  
    Public Property Gets the start mark of this content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Deletes this complex field from the parent Body.  
    Public Method Gets this complex field's code range.  
    Public MethodOverridden. Initializes and returns a Range in the body occuped by this complex field.  
    Public Method Gets this complex field's result range.  
    Public Method Gets string representation of the content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Top
    See Also