Aspose::Words::Layout::LayoutEnumerator::MoveParent method

LayoutEnumerator::MoveParent() method

Moves to the parent entity.

bool Aspose::Words::Layout::LayoutEnumerator::MoveParent()

See Also

LayoutEnumerator::MoveParent(Aspose::Words::Layout::LayoutEntityType) method

Moves to the parent entity of the specified type.

bool Aspose::Words::Layout::LayoutEnumerator::MoveParent(Aspose::Words::Layout::LayoutEntityType types)
ParameterTypeDescription
typesAspose::Words::Layout::LayoutEntityTypeThe parent entity type to move to. Use bitwise-OR to specify multiple parent types.

See Also