ITextFrameFormat
Overview
ITextFrameFormat is a interface in Aspose.Slides FOSS for .NET.
Contains the TextFrame’s formatting properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
MarginLeft | float | Read/Write | Specifies the left margin of the text frame in points |
MarginRight | float | Read/Write | Specifies the right margin of the text frame in points |
MarginTop | float | Read/Write | Specifies the top margin of the text frame in points |
MarginBottom | float | Read/Write | Specifies the bottom margin of the text frame in points |
WrapText | NullableBool | Read/Write | Indicates whether text automatically wraps to the next line |
AnchoringType | TextAnchorType | Read/Write | Defines how text is anchored within the frame |
CenterText | NullableBool | Read/Write | Indicates whether the text is centered inside the frame |
TextVerticalType | TextVerticalType | Read/Write | Specifies the vertical orientation of the text |
AutofitType | TextAutofitType | Read/Write | Determines the automatic fitting behavior of the text |
ColumnCount | int | Read/Write | Sets the number of columns in the text frame |
ColumnSpacing | float | Read/Write | Defines the spacing between columns in points |
RotationAngle | float | Read/Write | Specifies the rotation angle of the text frame in degrees |
Transform | TextShapeType | Read/Write | Indicates the shape type transformation applied to the text |
KeepTextFlat | bool | Read/Write | Determines whether text is rendered without 3D effects |
ThreeDFormat | IThreeDFormat | Read | Provides access to 3D formatting applied to the text frame |
Slide | IBaseSlide? | Read | References the slide that contains this text frame, or null |
Presentation | IPresentation? | Read | References the owning presentation, or null if unattached |
AsIPresentationComponent | IPresentationComponent | Read | Returns the underlying presentation component interface |