Page

Overview

Page is a class in Aspose.Note FOSS for Python. Inherits from: CompositeNode.

Page.Clone creates a copy of the page; if cloneHistory is true the page’s revision history is also copied.

This class provides 1 method for working with Page objects in Python programs. Available methods include: Clone. All exported members are accessible to any Python application after installing the Aspose.Note FOSS for Python package. Properties: Author, BackgroundColor, CreationTime, IsConflictPage, LastModifiedTime, Level, and 5 more.

Properties

NameTypeAccessDescription
TitleTitle | NoneReadGets the title.
Authorstr | NoneReadGets the author.
CreationTimedatetime | NoneReadGets the creation time.
LastModifiedTimedatetime | NoneReadGets the last modified time.
Levelint | NoneReadGets the level.
BackgroundColorint | NoneReadGets the background color.
MarginAny | NoneReadGets the margin.
SizeTypeAny | NoneReadGets the size type.
PageLayoutSizeAny | NoneReadGets the page layout size.
IsConflictPageboolReadGets the is conflict page.
PageContentRevisionSummaryAny | NoneReadGets the page content revision summary.

Methods

SignatureDescription
Clone(cloneHistory: bool)PageCreates a copy of the page; if cloneHistory is true the page’s revision history is also copied

See Also