ITextFrameFormat
General
ITextFrameFormat és una interfície en Aspose.Slides per a NET.
Conté les propietats de formatge del TextFrame.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
MarginLeft | float | Read/Write | Defines the left margin distance of the text frame in points |
MarginRight | float | Read/Write | |
MarginTop | float | Read/Write | |
MarginBottom | float | Read/Write | |
WrapText | NullableBool | Read/Write | Indicates whether text automatically wraps to the next line within the frame |
AnchoringType | TextAnchorType | Read/Write | Specifies the anchor position of the text inside the shape |
CenterText | NullableBool | Read/Write | Determines if the text is vertically centered within the frame |
TextVerticalType | TextVerticalType | Read/Write | Sets the vertical orientation of the text (e.g., horizontal, rotated) |
AutofitType | TextAutofitType | Read/Write | Controls how the text size adjusts to fit the frame bounds |
ColumnCount | int | Read/Write | Sets the number of text columns inside the frame |
ColumnSpacing | float | Read/Write | Defines the spacing between text columns in points |
RotationAngle | float | Read/Write | Specifies the rotation angle of the text frame in degrees |
Transform | TextShapeType | Read/Write | Indicates the shape transformation type applied to the text frame |
KeepTextFlat | bool | Read/Write | Determines whether text remains flat when the shape is 3D transformed |
ThreeDFormat | IThreeDFormat | Read | Provides access to 3‑D formatting options for the text frame |
Slide | IBaseSlide? | Read | References the slide that contains this text frame, or null |
Presentation | IPresentation? | Read | References the parent presentation of the text frame, or null |
AsIPresentationComponent | IPresentationComponent | Read | Returns the text frame as an IPresentationComponent |