TextFrameFormat Class |
Namespace: Aspose.Slides
The TextFrameFormat type exposes the following members.
Name | Description | |
---|---|---|
![]() | TextFrameFormat |
Initializes a new instance of TextFrameFormat class.
|
Name | Description | |
---|---|---|
![]() | AnchoringType |
Returns or sets vertical anchor text in a TextFrameEx.
Read/write TextAnchorType.
|
![]() | AsIPresentationComponent |
Allows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
(Inherited from PVIObject.) |
![]() | AutofitType |
Returns or sets text's autofit mode.
Read/write TextAutofitType.
|
![]() | CenterText |
If NullableBool.True then text should be centered in box horizontally.
Read/write NullableBool.
|
![]() | ColumnCount |
Returns or sets number of columns in the text area.
This value must be a positive number. Otherwise, the value will be set to zero.
Value 0 means undefined value.
Read/write Int32.
|
![]() | ColumnSpacing |
Returns or sets the space between text columns in the text area (in points). This should only apply
when there is more than 1 column present.
This value must be a positive number. Otherwise, the value will be set to zero.
Read/write Double.
|
![]() | KeepTextFlat |
Gets or sets keeping text flat even if a 3-D Rotation effect was applied.
Read/write Boolean.
|
![]() | MarginBottom |
Returns or sets the bottom margin (points) in a TextFrame.
Read/write Double.
|
![]() | MarginLeft |
Returns or sets the left margin (points) in a TextFrame.
Read/write Double.
|
![]() | MarginRight |
Returns or sets the right margin (points) in a TextFrame.
Read/write Double.
|
![]() | MarginTop |
Returns or sets the top margin (points) in a TextFrame.
Read/write Double.
|
![]() ![]() | RotationAngle |
Specifies custom the rotation that is being applied to the text within the bounding box. If it not
specified, the rotation of the accompanying shape is used. If it is specified, then this is
applied independently from the shape. That is the shape can have a rotation applied in
addition to the text itself having a rotation applied to it.
The resulted value of visual text rotation summarized from this property and predefined
vertical type in property TextVerticalType.
Read/write Single.
|
![]() | TextVerticalType |
Determines text orientation.
The resulted value of visual text rotation summarized from this property and custom angle
in property RotationAngle.
Read/write TextVerticalType.
|
![]() ![]() | ThreeDFormat |
Returns the ThreeDFormat object that represents 3d effect properties for a text.
Read-only IThreeDFormat.
|
![]() | Transform |
Gets or sets text wrapping shape.
Read/write TextShapeType.
|
![]() | WrapText | True if text is wrapped at TextFrame's margins.
Read/write NullableBool.
|
Name | Description | |
---|---|---|
![]() | Equals |
Compares with specified object.
(Inherited from PVIObject.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetEffective |
Gets effective text frame formatting data with the inheritance applied.
|
![]() | GetHashCode |
Returns hash code.
(Inherited from PVIObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |