Aspose.Words.Layout module
Contents
[
Hide
]The Aspose.Words.Layout module provides classes that allow to access information such as on what page and where on a page particular document elements are positioned, when the document is formatted into pages.
Classes
| Class | Description |
|---|---|
| LayoutCollector | This class allows to compute page numbers of document nodes. |
| LayoutEnumerator | Enumerates page layout entities of a document. |
| LayoutOptions | Holds the options that allow controlling the document layout process. To learn more, visit the Converting to Fixed-page Format documentation article. |
| PageLayoutCallbackArgs | An argument passed into IPageLayoutCallback.notify() To learn more, visit the Converting to Fixed-page Format documentation article. |
| RevisionOptions | Allows to control how document revisions are handled during layout process. To learn more, visit the Converting to Fixed-page Format documentation article. |
| IPageLayoutCallback | Implement this interface if you want to have your own custom method called during build and rendering of page layout model. |
Enumerations
| Enumeration | Description |
|---|---|
| CommentDisplayMode | Specifies the rendering mode for document comments. |
| ContinuousSectionRestart | Represents different behaviors when computing page numbers in a continuous section that restarts page numbering. |
| LayoutEntityType | Types of the layout entities. |
| PageLayoutEvent | A code of event raised during page layout model build and rendering. |
| RevisionColor | Allows to specify color of document revisions. |
| RevisionTextEffect | Allows to specify decoration effect for revisions of document text. |
| ShowInBalloons | Specifies which revisions are rendered in balloons. |