Namespace Telerik.Windows.Documents.Flow.Model.Fields
Classes
|
Evaluates a comparison expression and produces a numeric result (1 for true, 0 for false) during field updates. |
|
Abstract base for fields that evaluate comparison expressions with left and right operands and comparison operators. |
|
Field with user-defined code that allows custom field implementations not natively supported by the library. |
|
Produces the current date formatted according to the field's date-time formatting switches during updates. |
|
Retrieves and displays the value of a named document variable from the document's variable collection during field updates. |
|
Evaluates a mathematical expression and produces a numeric result during field updates. |
|
Abstract base for all field implementations that calculate and produce dynamic content during field updates. |
|
Special inline marker that delimits field boundaries (Start, Separator, End) in the document's inline flow. |
|
Holds the structural information and boundaries (Start, Separator, End) of a field inserted in the document. |
|
Represents a HYPERLINK field that creates clickable links to URIs or internal bookmarks within the document. |
|
Represents an IF field that evaluates a comparison expression and displays one of two results based on the outcome. |
|
Represents a MERGEFIELD field that inserts data from a mail merge data source into the document. |
|
Abstract base for fields that display numeric values with formatting, such as page numbers and sequence counters. |
|
Represents a NUMPAGES field that displays the total number of pages in the document. |
|
Represents a PAGE field that displays the current page number where the field is located. |
|
Represents a PAGEREF field that displays the page number of a referenced bookmark for cross-referencing. |
|
Represents a field that could not be parsed due to malformed field code syntax. |
|
Represents a SECTION field that displays the number of the current section in the document. |
|
Represents a SECTIONPAGES field that displays the total number of pages in the current section. |
|
Represents a SEQ field that generates sequential numbering for items such as figures, tables, or equations throughout the document. |
|
Abstract base for fields that generate document tables from marked entries, providing shared parameters for bookmarks, sequence numbering, and identifier separators. |
|
Marks a legal citation or authority entry for inclusion in a Table of Authorities field, storing citation text, category, page number formatting, and optional bookmark ranges. |
|
Marks text or a paragraph as a Table of Contents entry, specifying display text, outline level, item type, and whether to include page numbers. |
|
Inserts the current time into the document using the system clock, with support for custom date-time format strings. |
|
Builds a formatted table of legal authorities from TA field entries, organizing citations by category with page numbers and supporting custom separators and formatting. |
|
Builds a formatted table of contents from document headings, TC field entries, or captioned items, with support for page numbers, hyperlinks, and multi-level outlining. |
Enums
|
Specifies whether a field character marks the start, separator, or end boundary of a field. |