Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / SeqFieldOptions Class
Properties Methods

In This Topic
    SeqFieldOptions Class Members
    In This Topic

    The following tables list the members exposed by SeqFieldOptions.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the field behavior.

    Default value is SeqFieldBehavior.Next.

    If Bookmark property value is not a null reference (Nothing in Visual Basic) the value is SeqFieldBehavior.Bookmark.

     
    Public PropertyGets or sets the bookmark name that refers to an item elsewhere in the document rather than in the current location.

    Default value is a null reference (Nothing in Visual Basic).

     
    Public PropertyGets or sets whether to hide the field result.

    Default value is false.

    If formating options FieldFormatOptions.NumberFormat, FieldFormatOptions.NumberStyle and FieldFormatOptions.StringStyle are not default the property value is true.

     
    Public Property Gets or sets the name assigned to the series of items that are to be numbered.  
    Public PropertyGets or sets the number format.
    • Specifies the requisite numeric positions to display in the result. If the result does not include a digit in that position, 0 is displayed.
    • Specifies the requisite numeric positions to display in the result. If the result does not include a digit in that position, a space is displayed.
    • Drops digits to the left of the x placeholder. If the placeholder is to the right of the decimal point, the result is rounded to that place.
    • Indicates the radix-point position.
    • Separates groups of three digits.
    • Prepends a minus sign to a negative result, or prepends a space if the result is positive or 0.
    • Prepends a plus sign to a positive result, a minus sign to a negative result, or a space if the result is 0.
    • Includes the specified character in the result at that position.
    • Includes text in the result.
    • Includes, in Arabic numerals, the number of the preceding item numbered as a caption or resulting from a SEQ field. Numbered-item shall be the same name as identifier in that SEQ field.
    • Specifies different sets of picture items for positive and negative results. A zero value uses the positive picture.
    • Specifies different sets of picture items for positive, negative, and zero results.

    The default value is a null reference (Nothing in Visual Basic).

    (Inherited from GrapeCity.Documents.Word.Fields.FieldFormatOptions)
    Public PropertyGets or sets the number formatting style.

    Default value is System.Globalization.NumberStyles.None.

    (Inherited from GrapeCity.Documents.Word.Fields.FieldFormatOptions)
    Public PropertyGets or sets the built-in heading style GrapeCity.Documents.Word.OutlineLevel at which to reset the sequence if the Behavior property is SeqFieldBehavior.ResetAt.

    Default value is GrapeCity.Documents.Word.OutlineLevel.Level1.

     
    Public PropertyGets or sets the value to reset the sequence if the Behavior property is SeqFieldBehavior.ResetTo.

    Default value is 0.

     
    Public PropertyGets or sets the result formatting rule.

    Default value is ResultFormat.None.

    (Inherited from GrapeCity.Documents.Word.Fields.FieldFormatOptions)
    Public PropertyGets or sets the string formatting style.

    Default value is StringStyle.None.

    (Inherited from GrapeCity.Documents.Word.Fields.FieldFormatOptions)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from GrapeCity.Documents.Word.Fields.FieldFormatOptions)
    Public MethodOverloaded. Overridden.   
    Public MethodReturns a string that represents the current object. (Inherited from GrapeCity.Documents.Word.Fields.FieldFormatOptions)
    Top
    See Also