TextBox module

class TextBox.TextBox

Bases: ShapeObject, ITextBox, ICompositeObject

Represents a text box in a document.

property Body: Body

Gets or sets the text body value.

Returns:

The text body value.

Return type:

Body

property CharacterFormat: CharacterFormat

Gets the character format.

Returns:

The character format.

Return type:

CharacterFormat

property ChildObjects: DocumentObjectCollection

Gets the child entities.

Returns:

The child entities.

Return type:

DocumentObjectCollection

property DocumentObjectType: DocumentObjectType

Gets the type of the document object.

Returns:

The type of the document object.

Return type:

DocumentObjectType

property Format: TextBoxFormat

Gets the format value.

Returns:

The format value.

Return type:

TextBoxFormat