FrameFormat

Overview

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

Floating text-frame definition.

Properties: anchor_locked, height, height_rule, horizontal_alignment, horizontal_distance_from_text, horizontal_position, and 8 more.

Properties

NameTypeAccessDescription
is_frameboolReadTrue when any frame property has a non-default value.
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.
wrap_typeintReadGets the wrap type.
anchor_lockedboolReadGets the anchor locked.

See Also

 English