moveNextLogical method
moveNextLogical()
Moves to the next sibling entity in a logical order.
When iterating lines of a paragraph broken across pages this method will move to the next line even if it resides on another page.
moveNextLogical()
Remarks
Note that all LayoutEntityType.Span entities are linked together thus if Aspose.Words.Layout.LayoutEnumerator.Current entity is span repeated calling of this method will iterates complete story of the document.
See Also
- module Aspose.Words.Layout
- class LayoutEnumerator