Outline
Overview
Outline is a class in Aspose.Note FOSS for Python.
Inherits from: CompositeNode.
Outline.HorizontalOffset represents the horizontal offset of the outline within its container.
Properties: DescendantsCannotBeMoved, HorizontalOffset, IndentPosition, LastModifiedTime, MaxHeight, MaxWidth, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
HorizontalOffset | float | None | Read | Gets the horizontal offset. |
VerticalOffset | float | None | Read | Gets the vertical offset. |
MaxWidth | float | None | Read | Gets the max width. |
MaxHeight | float | None | Read | Gets the max height. |
MinWidth | float | None | Read | Gets the min width. |
ReservedWidth | float | None | Read | Gets the reserved width. |
IndentPosition | float | None | Read | Gets the indent position. |
DescendantsCannotBeMoved | bool | Read | Gets the descendants cannot be moved. |
LastModifiedTime | datetime | None | Read | Gets the last modified time. |