movePreviousLogical method

movePreviousLogical()

Moves to the previous sibling entity in a logical order.

When iterating lines of a paragraph broken across pages this method will move to the previous line even if it resides on another page.

movePreviousLogical()

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