com.aspose.cells
Class Line

java.lang.Object
    extended by com.aspose.cells.Line
Direct Known Subclasses:
ErrorBar, Trendline

public class Line 
extends java.lang.Object

Encapsulates the object that represents the line format.

Example:

//Applying a dotted line style on the lines of an NSeries
chart.getNSeries().get(0).getLine().setStyle(LineType.DOT);
//Applying a triangular marker style on the data markers of an NSeries
chart.getNSeries().get(0).setMarkerStyle(ChartMarkerType.TRIANGLE);
//Setting the weight of all lines in an NSeries to medium
chart.getNSeries().get(1).getLine().setWeight(WeightType.MEDIUM_LINE);

Property Getters/Setters Summary
intgetBeginArrowLength()
voidsetBeginArrowLength(int value)
           Specifies the length of the arrowhead for the begin of a line. The value of the property is MsoArrowheadLength integer constant.
intgetBeginArrowWidth()
voidsetBeginArrowWidth(int value)
           Specifies the width of the arrowhead for the begin of a line. The value of the property is MsoArrowheadWidth integer constant.
intgetBeginType()
voidsetBeginType(int value)
           Specifies an arrowhead for the begin of a line. The value of the property is MsoArrowheadStyle integer constant.
intgetCapType()
voidsetCapType(int value)
           Specifies the ending caps. The value of the property is LineCapType integer constant.
com.aspose.cells.ColorgetColor()
voidsetColor(com.aspose.cells.Color value)
           Represents the com.aspose.cells.Color of the line.
intgetCompoundType()
voidsetCompoundType(int value)
           Specifies the compound line type The value of the property is MsoLineStyle integer constant.
intgetDashType()
voidsetDashType(int value)
           Specifies the dash line type The value of the property is MsoLineDashStyle integer constant.
intgetEndArrowLength()
voidsetEndArrowLength(int value)
           Specifies the length of the arrowhead for the end of a line. The value of the property is MsoArrowheadLength integer constant.
intgetEndArrowWidth()
voidsetEndArrowWidth(int value)
           Specifies the width of the arrowhead for the end of a line. The value of the property is MsoArrowheadWidth integer constant.
intgetEndType()
voidsetEndType(int value)
           Specifies an arrowhead for the end of a line. The value of the property is MsoArrowheadStyle integer constant.
GradientFillgetGradientFill()
           Represents gradient fill.
booleanisAuto()
voidsetAuto(boolean value)
           Indicates whether this line style is auto assigned.
booleanisAutomaticColor()
           Indicates whether the color of line is auotmatic assigned.
booleanisVisible()
voidsetVisible(boolean value)
           Represents whether the line is visible.
intgetJoinType()
voidsetJoinType(int value)
           Specifies the joining caps. The value of the property is LineJoinType integer constant.
intgetStyle()
voidsetStyle(int value)
           Represents the style of the line. The value of the property is LineType integer constant.
doublegetTransparency()
voidsetTransparency(double value)
           Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear).
intgetWeight()
voidsetWeight(int value)
           Gets or sets the WeightType of the line. The value of the property is WeightType integer constant.
doublegetWeightPt()
voidsetWeightPt(double value)
           Gets or sets the weight of the line in unit of points. Only applies for Excel 2007 file.
 

Property Getters/Setters Detail

getCompoundType/setCompoundType

public int getCompoundType() / public void setCompoundType(int value)
Specifies the compound line type The value of the property is MsoLineStyle integer constant.

getDashType/setDashType

public int getDashType() / public void setDashType(int value)
Specifies the dash line type The value of the property is MsoLineDashStyle integer constant.

getCapType/setCapType

public int getCapType() / public void setCapType(int value)
Specifies the ending caps. The value of the property is LineCapType integer constant.

getJoinType/setJoinType

public int getJoinType() / public void setJoinType(int value)
Specifies the joining caps. The value of the property is LineJoinType integer constant.

getBeginType/setBeginType

public int getBeginType() / public void setBeginType(int value)
Specifies an arrowhead for the begin of a line. The value of the property is MsoArrowheadStyle integer constant.

getEndType/setEndType

public int getEndType() / public void setEndType(int value)
Specifies an arrowhead for the end of a line. The value of the property is MsoArrowheadStyle integer constant.

getBeginArrowLength/setBeginArrowLength

public int getBeginArrowLength() / public void setBeginArrowLength(int value)
Specifies the length of the arrowhead for the begin of a line. The value of the property is MsoArrowheadLength integer constant.

getEndArrowLength/setEndArrowLength

public int getEndArrowLength() / public void setEndArrowLength(int value)
Specifies the length of the arrowhead for the end of a line. The value of the property is MsoArrowheadLength integer constant.

getBeginArrowWidth/setBeginArrowWidth

public int getBeginArrowWidth() / public void setBeginArrowWidth(int value)
Specifies the width of the arrowhead for the begin of a line. The value of the property is MsoArrowheadWidth integer constant.

getEndArrowWidth/setEndArrowWidth

public int getEndArrowWidth() / public void setEndArrowWidth(int value)
Specifies the width of the arrowhead for the end of a line. The value of the property is MsoArrowheadWidth integer constant.

getColor/setColor

public com.aspose.cells.Color getColor() / public void setColor(com.aspose.cells.Color value)
Represents the com.aspose.cells.Color of the line.

getTransparency/setTransparency

public double getTransparency() / public void setTransparency(double value)
Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear).

getStyle/setStyle

public int getStyle() / public void setStyle(int value)
Represents the style of the line. The value of the property is LineType integer constant.

getWeight/setWeight

public int getWeight() / public void setWeight(int value)
Gets or sets the WeightType of the line. The value of the property is WeightType integer constant.

getWeightPt/setWeightPt

public double getWeightPt() / public void setWeightPt(double value)
Gets or sets the weight of the line in unit of points. Only applies for Excel 2007 file.

isAutomaticColor

public boolean isAutomaticColor()
Indicates whether the color of line is auotmatic assigned.

isVisible/setVisible

public boolean isVisible() / public void setVisible(boolean value)
Represents whether the line is visible.

isAuto/setAuto

public boolean isAuto() / public void setAuto(boolean value)
Indicates whether this line style is auto assigned.

getGradientFill

public GradientFill getGradientFill()
Represents gradient fill.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.