Outline

General

Outline és una classe en Aspose.Note per Python. Heretaris de: CompositeNode.

Outline.HorizontalOffset represents the horizontal offset of the outline relative to its container.

Propietats

NameTypeAccessDescription
HorizontalOffset`floatNone`Read/Write
VerticalOffset`floatNone`Read/Write
MaxWidth`floatNone`Read/Write
MaxHeight`floatNone`Read/Write
MinWidth`floatNone`Read/Write
ReservedWidth`floatNone`Read/Write
IndentPosition`floatNone`Read/Write
DescendantsCannotBeMovedboolRead/WriteGets or sets the descendants cannot be moved.
LastModifiedTime`datetimeNone`Read/Write
FirstChild`NodeNone`Read
LastChild`NodeNone`Read
ParentNode`NodeNone`Read
Document`DocumentNone`Read
SignatureDescription
AppendChildLast(node: TNode)TNode
AppendChildFirst(node: TNode)TNode
InsertChild(index: int, node: TNode)TNode
RemoveChild(node: Node)
GetEnumerator()Iterator[Node]
GetChildNodes(node_type: type[TNode])list[TNode]
Accept(visitor: DocumentVisitor)
 Català