TextFrameFormat
Overview
TextFrameFormat is a class in Aspose.Slides FOSS for .NET.
Inherits from: ITextFrameFormat.
Contains the TextFrame’s formatting properties.
This class provides 1 method for working with TextFrameFormat objects in .NET programs.
Available methods include: TextFrameFormat.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AnchoringType, AsIPresentationComponent, AutofitType, CenterText, ColumnCount, ColumnSpacing, and 12 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
MarginLeft | float | Read/Write | Gets or sets the margin left. |
MarginRight | float | Read/Write | Gets or sets the margin right. |
MarginTop | float | Read/Write | Gets or sets the margin top. |
MarginBottom | float | Read/Write | Gets or sets the margin bottom. |
WrapText | NullableBool | Read/Write | Gets or sets the wrap text. |
AnchoringType | TextAnchorType | Read/Write | Gets or sets the anchoring type. |
CenterText | NullableBool | Read/Write | Gets or sets the center text. |
TextVerticalType | TextVerticalType | Read/Write | Gets or sets the text vertical type. |
AutofitType | TextAutofitType | Read/Write | Gets or sets the autofit type. |
ColumnCount | int | Read/Write | Gets or sets the column count. |
ColumnSpacing | float | Read/Write | Gets or sets the column spacing. |
RotationAngle | float | Read/Write | Gets or sets the rotation angle. |
Transform | TextShapeType | Read/Write | Gets or sets the transform. |
KeepTextFlat | bool | Read/Write | Gets or sets the keep text flat. |
ThreeDFormat | IThreeDFormat | Read | Gets the three d format. |
Methods
| Signature | Description |
|---|---|
TextFrameFormat() | Initializes a new instance of TextFrameFormat with a detached body. |