Class XlsArcShape
- Namespace
- Spire.Xls.Core.Spreadsheet.Shapes
- Assembly
- Spire.XLS.dll
public class XlsArcShape : XlsPrstGeomShape, IDisposable, ICloneParent, INamedObject, IArcShape, ITextBox, IPrstGeomShape, IShape, IExcelApplication
- Inheritance
-
XlsArcShape
- Implements
- Inherited Members
Properties
BeginArrowHeadStyle
Begin Arrow Head Style
public ShapeArrowStyleType BeginArrowHeadStyle { get; set; }
Property Value
BeginArrowheadLength
Begin Arrow head Length
public ShapeArrowLengthType BeginArrowheadLength { get; set; }
Property Value
BeginArrowheadWidth
Begin Arrow head Width
public ShapeArrowWidthType BeginArrowheadWidth { get; set; }
Property Value
Color
line color
public Color Color { get; set; }
Property Value
DashStyle
DashStyle
public ShapeDashLineStyleType DashStyle { get; set; }
Property Value
EndArrowHeadStyle
End Arrow Head Style
public ShapeArrowStyleType EndArrowHeadStyle { get; set; }
Property Value
EndArrowheadLength
End Arrow head Length
public ShapeArrowLengthType EndArrowheadLength { get; set; }
Property Value
EndArrowheadWidth
End Arrow head Width
public ShapeArrowWidthType EndArrowheadWidth { get; set; }
Property Value
HAlignment
public CommentHAlignType HAlignment { get; set; }
Property Value
HyLink
public IHyperLink HyLink { get; }
Property Value
IsTextLocked
public bool IsTextLocked { get; set; }
Property Value
PrstShapeType
public PrstGeomShapeType PrstShapeType { get; }
Property Value
RichText
public IRichTextString RichText { get; }
Property Value
ShapeType
public ExcelShapeType ShapeType { get; }
Property Value
Style
Style
public ShapeLineStyleType Style { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
TextRotation
public TextRotationType TextRotation { get; set; }
Property Value
VAlignment
public CommentVAlignType VAlignment { get; set; }
Property Value
Weight
Weight
public double Weight { get; set; }
Property Value
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
objecthashNewNames
Dictionary<string, string>dicFontIndexes
Dictionary<int, int>addToCollections
bool