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
| Name | Type | Access | Description |
|---|---|---|---|
Title | Title | None | Read | Gets the title. |
Author | str | None | Read | Gets the author. |
CreationTime | datetime | None | Read | Gets the creation time. |
LastModifiedTime | datetime | None | Read | Gets the last modified time. |
Level | int | None | Read | Gets the level. |
BackgroundColor | int | None | Read | Gets the background color. |
Margin | Any | None | Read | Gets the margin. |
SizeType | Any | None | Read | Gets the size type. |
PageLayoutSize | Any | None | Read | Gets the page layout size. |
IsConflictPage | bool | Read | Gets the is conflict page. |
PageContentRevisionSummary | Any | None | Read | Gets the page content revision summary. |
Methods
| Signature | Description |
|---|---|
Clone(cloneHistory: bool) → Page | Creates a copy of the page; if cloneHistory is true the page’s revision history is also copied |