FrameFormat
概述
FrameFormat 是Python的 Aspose.Words FOSS 的类。. 继承: BaseModel.
浮动文本框定义。.
属性: height, height_rule, horizontal_alignment, horizontal_distance_from_text, horizontal_position, lock_anchor,还有7个。.
属性
| 名称 | 类型 | Access | 描述 |
|---|---|---|---|
width | float | 阅读 | 获取宽度。. |
height | float | 阅读 | 获取高度。. |
height_rule | int | 阅读 | 获取高度规则。. |
horizontal_position | float | 阅读 | 获取水平位置。. |
vertical_position | float | 阅读 | 获取垂直位置。. |
horizontal_alignment | int | 阅读 | 获取水平对齐方式。. |
vertical_alignment | int | 阅读 | 获取垂直对齐方式。. |
relative_horizontal_position | int | 阅读 | 获取相对水平位置。. |
relative_vertical_position | int | 阅读 | 获取相对垂直位置。. |
horizontal_distance_from_text | float | 阅读 | 获取文本的水平距离。. |
vertical_distance_from_text | float | 阅读 | 获取文本的垂直距离。. |
lock_anchor | bool | 阅读 | 获取锁锚。. |
wrap_type | int | 阅读 | 获取换行类型。. |