all property

PageSet.all property

Gets a set with all the pages of the document in their original order.

@property
def all(self) -> aspose.words.saving.PageSet:
    ...

See Also