TextFrameFormat — Aspose.Slides FOSS C++ API Reference
TextFrameFormat — Represents text frame formatting properties.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
NullableBool | NullableBool | Read | |
TextAnchorType | TextAnchorType | Read | |
TextVerticalType | TextVerticalType | Read | |
TextAutofitType | TextAutofitType | Read | |
ThreeDFormat | ThreeDFormat | Read | |
TextShapeType | TextShapeType | Read |
Methods
| Method | Returns | Description |
|---|---|---|
NullableBool() | NullableBool | |
TextAnchorType() | TextAnchorType | |
NullableBool() | NullableBool | |
TextVerticalType() | TextVerticalType | |
TextAutofitType() | TextAutofitType | |
ThreeDFormat() | ThreeDFormat | |
ThreeDFormat() | ThreeDFormat | |
TextShapeType() | TextShapeType | |
init_internal() | void | Initialize from an existing XML node. |
get_body_pr() | pugi::xml_node | Find the child of the txBody element. |
ensure_body_pr() | pugi::xml_node | Find or create the child of the txBody element. |
save() | void | Persist changes via the save callback. |
get_margin() | double | Read a margin attribute from bodyPr and convert EMU to points. |
set_margin() | void | Write a margin value (in points) to bodyPr as an EMU attribute. |
resize_shape_to_fit_text() | void | Resize the parent shape to fit text content, preserving vertical center. |