Aspose::Words::Layout namespace
The Aspose.Words.Layout namespace 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
Interfaces
Interface | Description |
---|
IPageLayoutCallback | Implement this interface if you want to have your own custom method called during build and rendering of page layout model. |
Enums
Enum | 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. Page layout model is built in two steps. First, “conversion step”, this is when page layout pulls document content and creates object graph. Second, “reflow step”, this is when structures are split, merged and arranged into pages. Depending of the operation which triggered build, page layout model may or may not be further rendered into fixed page format. For example, computing number of pages in the document or updating fields does not require rendering, whereas export to Pdf does. |
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. |