Title
Overview
Title is a class in Aspose.Note FOSS for Python.
Inherits from: Node.
Title.TitleText holds the RichText representing the title’s main text, or None if absent.
This class provides 3 methods for working with Title objects in Python programs.
Available methods include: GetChildNodes, GetEnumerator, __init__.
All exported members are accessible to any Python application after installing the Aspose.Note FOSS for Python package.
Properties: TitleDate, TitleText, TitleTime.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
TitleText | RichText | None | Read | Gets the title text. |
TitleDate | RichText | None | Read | Gets the title date. |
TitleTime | RichText | None | Read | Gets the title time. |
Methods
| Signature | Description |
|---|---|
__init__(TitleText: RichText | None, TitleDate: RichText | None, TitleTime: RichText | None) | |
GetEnumerator() → Iterator[Node] | Returns an iterator over the child Node objects of the Title |
GetChildNodes(node_type: type[TNode]) → list[TNode] | Returns a list of child nodes filtered by the specified node type |