Table of Contents

Class XlsShapeLineFormat

Namespace
Spire.Xls.Core.Spreadsheet.Shapes
Assembly
Spire.XLS.dll
public class XlsShapeLineFormat : XlsObject, IExcelApplication, IDisposable, IShapeLineFormat
Inheritance
XlsShapeLineFormat
Implements
Inherited Members

Properties

BackColor

public Color BackColor { get; set; }

Property Value

Color

BackKnownColor

public ExcelColors BackKnownColor { get; set; }

Property Value

ExcelColors

BeginArrowHeadStyle

public ShapeArrowStyleType BeginArrowHeadStyle { get; set; }

Property Value

ShapeArrowStyleType

BeginArrowheadLength

public ShapeArrowLengthType BeginArrowheadLength { get; set; }

Property Value

ShapeArrowLengthType

BeginArrowheadWidth

public ShapeArrowWidthType BeginArrowheadWidth { get; set; }

Property Value

ShapeArrowWidthType

DashStyle

public ShapeDashLineStyleType DashStyle { get; set; }

Property Value

ShapeDashLineStyleType

EndArrowHeadStyle

public ShapeArrowStyleType EndArrowHeadStyle { get; set; }

Property Value

ShapeArrowStyleType

EndArrowheadLength

public ShapeArrowLengthType EndArrowheadLength { get; set; }

Property Value

ShapeArrowLengthType

EndArrowheadWidth

public ShapeArrowWidthType EndArrowheadWidth { get; set; }

Property Value

ShapeArrowWidthType

ForeColor

public Color ForeColor { get; set; }

Property Value

Color

ForeKnownColor

public ExcelColors ForeKnownColor { get; set; }

Property Value

ExcelColors

HasPattern

public bool HasPattern { get; set; }

Property Value

bool

IsRound

Indicates whether join is round.

public bool IsRound { get; set; }

Property Value

bool

NoFill

public bool NoFill { get; set; }

Property Value

bool

Pattern

public GradientPatternType Pattern { get; set; }

Property Value

GradientPatternType

Style

public ShapeLineStyleType Style { get; set; }

Property Value

ShapeLineStyleType

Transparency

public double Transparency { get; set; }

Property Value

double

Visible

public bool Visible { get; set; }

Property Value

bool

Weight

public double Weight { get; set; }

Property Value

double

Methods

Clone(object)

public XlsShapeLineFormat Clone(object parent)

Parameters

parent object

Returns

XlsShapeLineFormat