TextFrameFormat
Overview
TextFrameFormat is a class in Aspose.Slides FOSS for .NET.
Inherits from: ITextFrameFormat.
Contains the TextFrame’s formatting properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Slide | IBaseSlide? | Read | Gets or sets the slide that owns this text frame format |
Presentation | IPresentation? | Read | Gets or sets the presentation containing this text frame format |
AsIPresentationComponent | IPresentationComponent | Read | Returns this format as an IPresentationComponent |
MarginLeft | float | Read/Write | Gets or sets the left margin distance inside the text frame |
MarginRight | float | Read/Write | |
MarginTop | float | Read/Write | |
MarginBottom | float | Read/Write | |
WrapText | NullableBool | Read/Write | Gets or sets whether text wraps within the frame (NullableBool) |
AnchoringType | TextAnchorType | Read/Write | Gets or sets the anchoring behavior of the text (TextAnchorType) |
CenterText | NullableBool | Read/Write | Gets or sets whether text is centered vertically/horizontally (NullableBool) |
TextVerticalType | TextVerticalType | Read/Write | Gets or sets the vertical orientation of the text (TextVerticalType) |
AutofitType | TextAutofitType | Read/Write | Gets or sets how text auto-fits the frame (TextAutofitType) |
ColumnCount | int | Read/Write | Gets or sets the number of text columns in the frame |
ColumnSpacing | float | Read/Write | Gets or sets the spacing between text columns |
RotationAngle | float | Read/Write | Gets or sets the rotation angle of the text frame in degrees |
Transform | TextShapeType | Read/Write | Gets or sets the shape type transformation applied to the text (TextShapeType) |
KeepTextFlat | bool | Read/Write | Gets or sets whether 3D effects keep text flat |
ThreeDFormat | IThreeDFormat | Read | Gets or sets the 3D formatting applied to the text frame |
Methods
| Signature | Description |
|---|---|
TextFrameFormat() |