ITextFrameFormat
Overview
ITextFrameFormat is a interface in Aspose.Slides FOSS for .NET.
Contains the TextFrame’s formatting properties.
Properties: AnchoringType, AsIPresentationComponent, AutofitType, CenterText, ColumnCount, ColumnSpacing, and 12 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
MarginLeft | float | Read/Write | Returns or sets the left margin (points) in a TextFrame. |
MarginRight | float | Read/Write | Returns or sets the right margin (points) in a TextFrame. |
MarginTop | float | Read/Write | Returns or sets the top margin (points) in a TextFrame. |
MarginBottom | float | Read/Write | Returns or sets the bottom margin (points) in a TextFrame. |
WrapText | NullableBool | Read/Write | True if text is wrapped at TextFrame’s margins. |
AnchoringType | TextAnchorType | Read/Write | Returns or sets the text anchoring type. |
CenterText | NullableBool | Read/Write | Returns or sets whether text should be centered in the box horizontally. |
TextVerticalType | TextVerticalType | Read/Write | Returns or sets the text vertical orientation type. |
AutofitType | TextAutofitType | Read/Write | Returns or sets the text autofit type. |
ColumnCount | int | Read/Write | Returns or sets the number of columns in the text area. |
ColumnSpacing | float | Read/Write | Returns or sets the spacing between text columns in the text area (in points). |
RotationAngle | float | Read/Write | Returns or sets the rotation angle applied to text within the bounding box. |
Transform | TextShapeType | Read/Write | Returns or sets the text wrapping shape (preset text warp). |
KeepTextFlat | bool | Read/Write | Returns or sets keeping text out of 3D scene entirely. |
ThreeDFormat | IThreeDFormat | Read | Returns the IThreeDFormat for the text body. |
Slide | IBaseSlide? | Read | Returns the parent slide that owns this text frame format. |
Presentation | IPresentation? | Read | Returns the presentation that contains the text frame. |
AsIPresentationComponent | IPresentationComponent | Read | Returns this instance as an IPresentationComponent. |