Page

Overview

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

Page.Clone(cloneHistory) creates a copy of the page; if cloneHistory is true the page history is duplicated as well.

Page is a node type in the Aspose.Note for Python document model. It inherits from CompositeNode and forms part of the OneNote document tree hierarchy. It exposes 11 properties and 1 method. Access instances of this class by traversing a loaded Document object using GetChildNodes() or the visitor pattern.

Properties

NameTypeAccessDescription
TitleTitle | NoneReadRepresents the page’s title metadata, or None if absent
Authorstr | NoneReadRepresents the name of the page’s author, or None
CreationTimedatetime | NoneReadIs the timestamp when the page was created, or None
LastModifiedTimedatetime | NoneReadIs the timestamp of the last modification, or None
Levelint | NoneReadIndicates the hierarchical level of the page within the notebook, or None
BackgroundColorint | NoneReadStores the page background color as an integer ARGB value, or None
MarginAny | NoneReadHolds the page margin settings, type unspecified, or None
SizeTypeAny | NoneReadIndicates the sizing mode of the page, type unspecified, or None
PageLayoutSizeAny | NoneReadProvides the layout dimensions of the page, type unspecified, or None
IsConflictPageboolReadIs true if the page represents a conflict version
PageContentRevisionSummaryAny | NoneReadContains a summary of content revisions, or None

Methods

SignatureDescription
Clone(cloneHistory: bool)PageCreates a copy of the page; if cloneHistory is true the page history is duplicated as well