moveParent method
moveParent()
Moves to the parent entity.
moveParent()
moveParent(types)
Moves to the parent entity of the specified type.
moveParent(types: Aspose.Words.Layout.LayoutEntityType)
Parameter | Type | Description |
---|---|---|
types | LayoutEntityType | The parent entity type to move to. Use bitwise-OR to specify multiple parent types. |
Remarks
This method is useful if you need to find the cell, column or header/footer parent of the entity.
See Also
- module Aspose.Words.Layout
- class LayoutEnumerator