Class MsoTextFrame
Class MsoTextFrame
Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)
Represents the text frame in a Shape object.
public class MsoTextFrame
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
AutoSize
Indicates if size of shape is adjusted automatically according to its content.
public bool AutoSize { get; set; }
Property Value
BottomMarginPt
Returns the bottom margin in unit of Points
public double BottomMarginPt { get; set; }
Property Value
IsAutoMargin
Indicates whether the margin is auto calculated.
public bool IsAutoMargin { get; set; }
Property Value
LeftMarginPt
Returns the left margin in unit of Points
public double LeftMarginPt { get; set; }
Property Value
RightMarginPt
Returns the right margin in unit of Points
public double RightMarginPt { get; set; }
Property Value
RotateTextWithShape
Indicates whether rotating text with shape.
public bool RotateTextWithShape { get; set; }
Property Value
TopMarginPt
Returns the top margin in unit of Points
public double TopMarginPt { get; set; }