LayoutEnumerator constructor
LayoutEnumerator(document)
Initializes new instance of this class.
LayoutEnumerator(document: Aspose.Words.Document)
Parameter | Type | Description |
---|---|---|
document | Document | A document whose page layout model to enumerate. |
Remarks
If page layout model of the document hasn’t been built the enumerator calls Document.updatePageLayout() to build it.
Whenever document is updated and new page layout model is created, a new enumerator must be used to access it.
See Also
- module Aspose.Words.Layout
- class LayoutEnumerator