TextFrameFormat

TextFrameFormat — Aspose.Slides FOSS C++ API Reference

TextFrameFormat — Represents text frame formatting properties.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
NullableBoolNullableBoolRead
TextAnchorTypeTextAnchorTypeRead
TextVerticalTypeTextVerticalTypeRead
TextAutofitTypeTextAutofitTypeRead
ThreeDFormatThreeDFormatRead
TextShapeTypeTextShapeTypeRead

Methods

MethodReturnsDescription
NullableBool()NullableBool
TextAnchorType()TextAnchorType
NullableBool()NullableBool
TextVerticalType()TextVerticalType
TextAutofitType()TextAutofitType
ThreeDFormat()ThreeDFormat
ThreeDFormat()ThreeDFormat
TextShapeType()TextShapeType
init_internal()voidInitialize from an existing XML node.
get_body_pr()pugi::xml_nodeFind the child of the txBody element.
ensure_body_pr()pugi::xml_nodeFind or create the child of the txBody element.
save()voidPersist changes via the save callback.
get_margin()doubleRead a margin attribute from bodyPr and convert EMU to points.
set_margin()voidWrite a margin value (in points) to bodyPr as an EMU attribute.
resize_shape_to_fit_text()voidResize the parent shape to fit text content, preserving vertical center.

See Also