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
| Name | Type | Access | Description |
|---|---|---|---|
Title | Title | None | Read | Represents the page’s title metadata, or None if absent |
Author | str | None | Read | Represents the name of the page’s author, or None |
CreationTime | datetime | None | Read | Is the timestamp when the page was created, or None |
LastModifiedTime | datetime | None | Read | Is the timestamp of the last modification, or None |
Level | int | None | Read | Indicates the hierarchical level of the page within the notebook, or None |
BackgroundColor | int | None | Read | Stores the page background color as an integer ARGB value, or None |
Margin | Any | None | Read | Holds the page margin settings, type unspecified, or None |
SizeType | Any | None | Read | Indicates the sizing mode of the page, type unspecified, or None |
PageLayoutSize | Any | None | Read | Provides the layout dimensions of the page, type unspecified, or None |
IsConflictPage | bool | Read | Is true if the page represents a conflict version |
PageContentRevisionSummary | Any | None | Read | Contains a summary of content revisions, or None |
Methods
| Signature | Description |
|---|---|
Clone(cloneHistory: bool) → Page | Creates a copy of the page; if cloneHistory is true the page history is duplicated as well |