Contains classes to describe the structure of an XPS document in terms of sections, paragraphs, figures, bulleted or numbered lists, and tables.
Classes
| Class | Description | |
|---|---|---|
| BlockElement |
The basic block element.
| |
| DocumentStructuresExtensions |
Provides extension methods to document structures.
| |
| FigureStructure |
Represents a drawing, chart, or diagram in a document.
| |
| ListItemStructure |
Represents an item in a list or outline.
| |
| ListStructure |
Represents a list of items in a document.
| |
| NamedElement |
Identifies an element within the hierarchy of elements under a FixedPage.
| |
| OutlineEntry |
Represents an entry in the document outline.
| |
| ParagraphStructure |
Represents a paragraph in a document.
| |
| SectionStructure |
Represents a section of content in a document.
| |
| SemanticBasicElement |
Represents the semantic basic element.
| |
| Story |
Identifies a block of individually readable content.
| |
| StoryBreak |
Identifies the start or end of a story composed of one or more StoryFragment elements.
| |
| StoryFragment |
Represents all or part of a story within an XPS document.
| |
| StoryFragmentReference |
Represents the reference to the fixed page in which the single story fragment is defined.
| |
| TableCellStructure |
Represents a cell in a table.
| |
| TableRowGroupStructure |
Represents a set of one or more rows in a table.
| |
| TableRowStructure |
Represents a row of one or more cells in a table.
| |
| TableStructure |
Represents a table in a document.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| FragmentType |
Specifies the type of content included in a story fragment.
|