Class XlsTextBoxShape
- Namespace
- Spire.Xls.Core.Spreadsheet.Shapes
- Assembly
- Spire.XLS.dll
public class XlsTextBoxShape : XlsShape, IDisposable, ICloneParent, INamedObject, ITextBoxLinkShape, TextBoxShapeBase, ITextBoxShape, ITextBox, IShape, IExcelApplication
- Inheritance
-
XlsTextBoxShape
- Implements
-
- Inherited Members
-
Properties
Anchor
public string Anchor { get; set; }
Property Value
- string
BottomMarginEMU
public int BottomMarginEMU { get; set; }
Property Value
- int
Coordinates2007
public Rectangle Coordinates2007 { get; set; }
Property Value
- Rectangle
FillColor
public Color FillColor { get; set; }
Property Value
- Color
HAlignment
public CommentHAlignType HAlignment { get; set; }
Property Value
- CommentHAlignType
HasStyleProperties
public bool HasStyleProperties { get; }
Property Value
- bool
HorzOverflow
public string HorzOverflow { get; set; }
Property Value
- string
HyLink
public IHyperLink HyLink { get; }
Property Value
- IHyperLink
InnerBottomMargin
public double InnerBottomMargin { get; set; }
Property Value
- double
InnerLeftMargin
public double InnerLeftMargin { get; set; }
Property Value
- double
InnerRightMargin
public double InnerRightMargin { get; set; }
Property Value
- double
InnerTopMargin
public double InnerTopMargin { get; set; }
Property Value
- double
InsetMode
public string InsetMode { get; set; }
Property Value
- string
IsTextLocked
public bool IsTextLocked { get; set; }
Property Value
- bool
IsTextWrapped
public bool IsTextWrapped { get; set; }
Property Value
- bool
IsWrapText
public bool IsWrapText { get; set; }
Property Value
- bool
LeftMarginEMU
public int LeftMarginEMU { get; set; }
Property Value
- int
RichText
public IRichTextString RichText { get; }
Property Value
- IRichTextString
RightMarginEMU
public int RightMarginEMU { get; set; }
Property Value
- int
ShapeType
public ExcelShapeType ShapeType { get; }
Property Value
- ExcelShapeType
Text
public string Text { get; set; }
Property Value
- string
TextFieldId
public string TextFieldId { get; set; }
Property Value
- string
TextFieldType
public string TextFieldType { get; set; }
Property Value
- string
TextRotation
public TextRotationType TextRotation { get; set; }
Property Value
- TextRotationType
TopMarginEMU
public int TopMarginEMU { get; set; }
Property Value
- int
UpRight
public int UpRight { get; set; }
Property Value
- int
VAlignment
public CommentVAlignType VAlignment { get; set; }
Property Value
- CommentVAlignType
Vert
public string Vert { get; set; }
Property Value
- string
VertOverflow
public string VertOverflow { get; set; }
Property Value
- string
Methods
Clone(object, Dictionary<string, string>, Dictionary<int, int>, bool)
public override IShape Clone(object parent, Dictionary<string, string> hashNewNames, Dictionary<int, int> dicFontIndexes, bool addToCollections)
Parameters
parent
object
hashNewNames
Dictionary<string, string>
dicFontIndexes
Dictionary<int, int>
addToCollections
bool
Returns
- IShape