FrameFormat

Overview

FrameFormat is a class in Aspose.Words FOSS for Python. Inherits from: BaseModel.

Floating text-frame definition.

Properties: height, height_rule, horizontal_alignment, horizontal_distance_from_text, horizontal_position, lock_anchor, and 7 more.

Properties

NameTypeAccessDescription
widthfloatReadGets the width.
heightfloatReadGets the height.
height_ruleintReadGets the height rule.
horizontal_positionfloatReadGets the horizontal position.
vertical_positionfloatReadGets the vertical position.
horizontal_alignmentintReadGets the horizontal alignment.
vertical_alignmentintReadGets the vertical alignment.
relative_horizontal_positionintReadGets the relative horizontal position.
relative_vertical_positionintReadGets the relative vertical position.
horizontal_distance_from_textfloatReadGets the horizontal distance from text.
vertical_distance_from_textfloatReadGets the vertical distance from text.
lock_anchorboolReadGets the lock anchor.
wrap_typeintReadGets the wrap type.

See Also