Methods

getBeginArrowLength()

Specifies the length of the arrowhead for the begin of a line. The value of the property is MsoArrowheadLength integer constant.

getBeginArrowWidth()

Specifies the width of the arrowhead for the begin of a line. The value of the property is MsoArrowheadWidth integer constant.

getBeginType()

Specifies an arrowhead for the begin of a line. The value of the property is MsoArrowheadStyle integer constant.

getCapType()

Specifies the ending caps. The value of the property is LineCapType integer constant.

getColor()

Represents the com.aspose.cells.Color of the line.

getCompoundType()

Specifies the compound line type The value of the property is MsoLineStyle integer constant.

getDashType()

Specifies the dash line type The value of the property is MsoLineDashStyle integer constant.

getEndArrowLength()

Specifies the length of the arrowhead for the end of a line. The value of the property is MsoArrowheadLength integer constant.

getEndArrowWidth()

Specifies the width of the arrowhead for the end of a line. The value of the property is MsoArrowheadWidth integer constant.

getEndType()

Specifies an arrowhead for the end of a line. The value of the property is MsoArrowheadStyle integer constant.

getFormattingType()

Gets or sets format type. The value of the property is ChartLineFormattingType integer constant.

getGradientFill()

Represents gradient fill.

getJoinType()

Specifies the joining caps. The value of the property is LineJoinType integer constant.

getStyle()

Represents the style of the line. The value of the property is LineType integer constant.

getThemeColor()

Gets and sets the theme color. If the foreground color is not a theme color, NULL will be returned.

getTransparency()

Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear).

getWeight()

Gets or sets the WeightType of the line. The value of the property is WeightType integer constant.

getWeightPt()

Gets or sets the weight of the line in unit of points.

getWeightPx()

Gets or sets the weight of the line in unit of pixels.

isAuto()

Indicates whether this line style is auto assigned.

isAutomaticColor()

Indicates whether the color of line is automatic assigned.

isVisible()

Represents whether the line is visible.

setAuto()

Indicates whether this line style is auto assigned.

setBeginArrowLength()

Specifies the length of the arrowhead for the begin of a line. The value of the property is MsoArrowheadLength integer constant.

setBeginArrowWidth()

Specifies the width of the arrowhead for the begin of a line. The value of the property is MsoArrowheadWidth integer constant.

setBeginType()

Specifies an arrowhead for the begin of a line. The value of the property is MsoArrowheadStyle integer constant.

setCapType()

Specifies the ending caps. The value of the property is LineCapType integer constant.

setColor()

Represents the com.aspose.cells.Color of the line.

setCompoundType()

Specifies the compound line type The value of the property is MsoLineStyle integer constant.

setDashType()

Specifies the dash line type The value of the property is MsoLineDashStyle integer constant.

setEndArrowLength()

Specifies the length of the arrowhead for the end of a line. The value of the property is MsoArrowheadLength integer constant.

setEndArrowWidth()

Specifies the width of the arrowhead for the end of a line. The value of the property is MsoArrowheadWidth integer constant.

setEndType()

Specifies an arrowhead for the end of a line. The value of the property is MsoArrowheadStyle integer constant.

setFormattingType()

Gets or sets format type. The value of the property is ChartLineFormattingType integer constant.

setJoinType()

Specifies the joining caps. The value of the property is LineJoinType integer constant.

setStyle()

Represents the style of the line. The value of the property is LineType integer constant.

setThemeColor()

Gets and sets the theme color. If the foreground color is not a theme color, NULL will be returned.

setTransparency()

Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear).

setVisible()

Represents whether the line is visible.

setWeight()

Gets or sets the WeightType of the line. The value of the property is WeightType integer constant.

setWeightPt()

Gets or sets the weight of the line in unit of points.

setWeightPx()

Gets or sets the weight of the line in unit of pixels.