Class XlsLineShape
- Namespace
- Spire.Xls.Core.Spreadsheet.Shapes
- Assembly
- Spire.XLS.dll
public class XlsLineShape : XlsPrstGeomShape, IDisposable, ICloneParent, INamedObject, ILineShape, IPrstGeomShape, IShape, IExcelApplication
- Inheritance
-
XlsLineShape
- Implements
- Inherited Members
Properties
BeginArrowHeadStyle
BeginArrowHeadStyle
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
EndPoint
public Point EndPoint { get; set; }
Property Value
FlipH
public bool FlipH { get; set; }
Property Value
FlipV
public bool FlipV { get; set; }
Property Value
HyLink
public IHyperLink HyLink { get; }
Property Value
LineShapeType
public LineShapeType LineShapeType { get; set; }
Property Value
MiddleOffset
public int MiddleOffset { get; set; }
Property Value
MiddleOffsetPercent
MiddleOffsetPercent Set middle point value , when middle point localed at back of start point value is less than 0 when middle point localed at start point value is 0 when middle point localed at end point value is 1 when middle point localed at back of end point value is greater than 0
public double MiddleOffsetPercent { get; set; }
Property Value
PrstShapeType
public PrstGeomShapeType PrstShapeType { get; }
Property Value
ShapeType
public ExcelShapeType ShapeType { get; }
Property Value
StartPoint
public Point StartPoint { get; set; }
Property Value
Style
Style
public ShapeLineStyleType Style { get; set; }
Property Value
Transparency
Transparency value 0---1
public double Transparency { 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