Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace
Inheritance Hierarchy
In This Topic
    GrapeCity.Documents.Word.Fields Namespace
    In This Topic
    Classes
     ClassDescription
    Class Abstract base class representing field options.
    Class Represents options used to format field results.
    ClassRepresents a range of GrapeCity.Documents.Word.OutlineLevel enum values.
    ClassRepresents PAGE field options.

    A PAGE field retrieves the number of the current page.

    ClassRepresents PAGEREF field options.

    A PAGEREF field inserts the number of the page containing the bookmark for a cross-reference.

    ClassRepresents SECTION field options.

    A SECTION field retrieves the number of the current section.

    ClassRepresents SECTIONPAGES field options.

    A SECTIONPAGES field retrieves the number of pages in the current section.

    ClassRepresents SEQ field options.

    A SEQ field sequentially numbers chapters, tables, figures, and other user-defined lists of items in a document.

    ClassRepresents TC field options.

    A TC field defines the text and page number for a table of contents (including a table of figures) entry, which is used by a TOC field.

    Class Represents options to format TOC entries in a TOC field result.
    ClassRepresents TOC field options.

    A TOC field builds a table of contents (which can also be a table of figures) using the entries specified by TC fields, their heading levels, and specified styles, and inserts that table at its place in the document. Each table entry is a separate paragraph.

    Class Represents options used when showing page numbers in a TOC field result.
    Class Represents options used to collect SEQ fields paragraphs by the TOC field.
    Class Represents a pair of a style name and its display level for TOC field options.
    ClassRepresents a collection of styles for which paragraphs should be collected by the TOC field.

    By default it contains all built-in heading styles like "Heading 1", "heading 2" etc.

    Class Represents options used to collect TC fields by the TOC field.
    Interfaces
     InterfaceDescription
    Interface Provides methods for working with field options.
    Enumerations
     EnumerationDescription
    Enumeration Specifies formatting rules for updating the field result.
    Enumeration Specifies the SEQ field behavior.
    Enumeration Specifies string formatting styles.
    See Also