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

objectMsoTextFrame

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

bool

BottomMarginPt

Returns the bottom margin in unit of Points

public double BottomMarginPt { get; set; }

Property Value

double

IsAutoMargin

Indicates whether the margin is auto calculated.

public bool IsAutoMargin { get; set; }

Property Value

bool

LeftMarginPt

Returns the left margin in unit of Points

public double LeftMarginPt { get; set; }

Property Value

double

RightMarginPt

Returns the right margin in unit of Points

public double RightMarginPt { get; set; }

Property Value

double

RotateTextWithShape

Indicates whether rotating text with shape.

public bool RotateTextWithShape { get; set; }

Property Value

bool

TopMarginPt

Returns the top margin in unit of Points

public double TopMarginPt { get; set; }

Property Value

double