Questo argomento non è stato ancora valutato - Valuta questo argomento

Spazio dei nomi System.Windows.Documents.DocumentStructures

Provides classes to describe the structure of an XpsDocument in terms of sections, paragraphs, figures, bulleted or numbered lists, and tables.

The formatting and layout of an XPS document enables different parts of the content to behave in a semantic form such as in paragraphs, tables, and lists. Humans can perceive the semantic structure of the content from its appearance; but the physical format and layout of the markup does not explicitly identify the actual semantic elements. To enable programmatic understanding of the document organization, the System.Windows.Documents.DocumentStructures namespace provides structure elements that can be used to define the document by its semantic parts.

Each page of an XPS document contains a FixedPage element that defines its content in the form of positional text runs and graphics. Through the use of document structure elements, pages of an XPS document can also be associated with StoryFragment elements that define the structure of the page in the form of sections, paragraphs, lists, figures, and tables. The NamedElement class is used to define the associations between content and structure parts of the document markup. A NamedElement is the child of a structural element, such as a table cell or bullet list item that is located in the StoryFragment hierarchy of a page. A NamedElement identifies an item in the FixedPage hierarchy of the same page. The item it refers to is the content of the structural element.

Applications that create XPS documents are not required to include structural markup, however use of document structure elements enhances the flexibility by which applications can access and use the content of a document.

For more information about structure elements of XPS documents, see Chapter 9 and Appendix E of the XML Paper Specification (XPS) available for download at http://go.microsoft.com/fwlink/?LinkID=67000.

For a list of System.Windows.Documents.DocumentStructures related example programs, see the following topics:

 ClasseDescrizione
Classe pubblicaBlockElementDo not use.
Classe pubblicaFigureStructureRepresents a drawing, chart, or diagram in a document.
Classe pubblicaListItemStructureRepresents an item in a list or outline.
Classe pubblicaListStructureRepresents a list of items in a document.
Classe pubblicaNamedElementIdentifies an element within the hierarchy of elements under a FixedPage.
Classe pubblicaParagraphStructureRepresents a paragraph in a document.
Classe pubblicaSectionStructureRepresents a section of content in a document.
Classe pubblicaSemanticBasicElementDo not use.
Classe pubblicaStoryBreakIdentifies the start or end of story composed of one or more StoryFragment elements.
Classe pubblicaStoryFragmentRepresents all or part of a story within an XPS document.
Classe pubblicaStoryFragmentsRepresents a set of one or more StoryFragment elements.
Classe pubblicaTableCellStructureRepresents a cell in a table.
Classe pubblicaTableRowGroupStructureRepresents a set of one or more rows in a table.
Classe pubblicaTableRowStructureRepresents a row of one or more cells in a table.
Classe pubblicaTableStructureRepresents a table in a document.
Il documento è risultato utile?
(1500 caratteri rimanenti)

Aggiunte alla community

AGGIUNGI
© 2013 Microsoft. Tutti i diritti riservati.