Class TextFrame
Represents the text frame
Inheritance
System.Object
TextFrame
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Drawing
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class TextFrame : ITextFrame
Properties
BottomMarginPt
Gets or sets the bottom margin pt
Declaration
public int BottomMarginPt { get; set; }
Property Value
Type |
---|
System.Int32 |
HorizontalAlignment
Gets or sets the horizontal alignment
Declaration
public ExcelHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Type |
---|
ExcelHorizontalAlignment |
IsAutoMargins
Gets or sets if the text frame has auto margins
Declaration
public bool IsAutoMargins { get; set; }
Property Value
Type |
---|
System.Boolean |
IsAutoSize
Gets or sets if the text frame has auto size
Declaration
public bool IsAutoSize { get; set; }
Property Value
Type |
---|
System.Boolean |
IsTextOverFlow
Gets or sets if the text overflows
Declaration
public bool IsTextOverFlow { get; set; }
Property Value
Type |
---|
System.Boolean |
MarginLeftPt
Gets or sets the left margin pt
Declaration
public int MarginLeftPt { get; set; }
Property Value
Type |
---|
System.Int32 |
RightMarginPt
Gets or sets the right margin pt
Declaration
public int RightMarginPt { get; set; }
Property Value
Type |
---|
System.Int32 |
TextDirection
Gets the text direction
Declaration
public TextDirection TextDirection { get; set; }
Property Value
Type |
---|
TextDirection |
TextHorzOverflowType
Gets or sets the horizontal overflow type of the text
Declaration
public TextHorzOverflowType TextHorzOverflowType { get; set; }
Property Value
Type |
---|
TextHorzOverflowType |
TextRange
Gets the test range
Declaration
public ITextRange TextRange { get; }
Property Value
Type |
---|
ITextRange |
TextVertOverflowType
Gets or sets the vertical overflow type of the text
Declaration
public TextVertOverflowType TextVertOverflowType { get; set; }
Property Value
Type |
---|
TextVertOverflowType |
TopMarginPt
Gets or sets the top margin pt
Declaration
public int TopMarginPt { get; set; }
Property Value
Type |
---|
System.Int32 |
VerticalAlignment
Gets or sets the vertical alignment
Declaration
public ExcelVerticalAlignment VerticalAlignment { get; set; }
Property Value
Type |
---|
ExcelVerticalAlignment |
WrapTextInShape
Gets or sets the warp text in shape
Declaration
public bool WrapTextInShape { get; set; }
Property Value
Type |
---|
System.Boolean |