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

NameTypeAccessDescription
HorizontalOffsetfloat | NoneReadGets the horizontal offset.
VerticalOffsetfloat | NoneReadGets the vertical offset.
MaxWidthfloat | NoneReadGets the max width.
MaxHeightfloat | NoneReadGets the max height.
MinWidthfloat | NoneReadGets the min width.
ReservedWidthfloat | NoneReadGets the reserved width.
IndentPositionfloat | NoneReadGets the indent position.
DescendantsCannotBeMovedboolReadGets the descendants cannot be moved.
LastModifiedTimedatetime | NoneReadGets the last modified time.

See Also