Skip to main content
Box

LayoutIterator Constructors

Navigates the layout tree and provides access to individual elements.
Name Parameters Description
LayoutIterator(DocumentLayout, DocumentRange) documentLayout, range Initializes a new instance of the LayoutIterator class to navigate in the specified document range.
LayoutIterator(DocumentLayout, SubDocument, FixedRange) documentLayout, document, range Initializes a new instance of the LayoutIterator class to navigate in the specified document range.
LayoutIterator(DocumentLayout) documentLayout Initializes a new instance of the LayoutIterator class for the specified document layout.
See Also