All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.MsoLineFormat.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





MsoLineFormat




com.aspose.cells
Class MsoLineFormat

java.lang.Object
    extended by com.aspose.cells.MsoLineFormat

public class MsoLineFormat 
extends java.lang.Object

Represents line and arrowhead formatting.


Property Getters/Setters Summary
com.aspose.cells.ColorgetBackColor()
voidsetBackColor(com.aspose.cells.Color)
           Gets and sets the border line back color.
intgetDashStyle()
voidsetDashStyle(int)
           Gets or sets the dash style for the specified line. The value of the property is MsoLineDashStyle integer constant.
com.aspose.cells.ColorgetForeColor()
voidsetForeColor(com.aspose.cells.Color)
           Gets and sets the border line fore color.
booleanisVisible()
voidsetVisible(boolean)
           Indicates whether the object is visible.
intgetStyle()
voidsetStyle(int)
           Returns a Style object that represents the style of the specified range. The value of the property is MsoLineStyle integer constant.
doublegetTransparency()
voidsetTransparency(double)
           Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
doublegetWeight()
voidsetWeight(double)
           Returns or sets the weight of the line ,in units of pt.
 

Property Getters/Setters Detail

isVisible/setVisible

public boolean isVisible() / public void setVisible(boolean value)
Indicates whether the object is visible.

setVisible

public void setVisible(boolean value)
Indicates whether the object is visible.

getStyle/setStyle

public int getStyle() / public void setStyle(int value)
Returns a Style object that represents the style of the specified range. The value of the property is MsoLineStyle integer constant.

setStyle

public void setStyle(int value)
Returns a Style object that represents the style of the specified range. The value of the property is MsoLineStyle integer constant.

getForeColor/setForeColor

public com.aspose.cells.Color getForeColor() / public void setForeColor(com.aspose.cells.Color value)
Gets and sets the border line fore color.

setForeColor

public void setForeColor(com.aspose.cells.Color value)
Gets and sets the border line fore color.

getBackColor/setBackColor

public com.aspose.cells.Color getBackColor() / public void setBackColor(com.aspose.cells.Color value)
Gets and sets the border line back color.

setBackColor

public void setBackColor(com.aspose.cells.Color value)
Gets and sets the border line back color.

getDashStyle/setDashStyle

public int getDashStyle() / public void setDashStyle(int value)
Gets or sets the dash style for the specified line. The value of the property is MsoLineDashStyle integer constant.

setDashStyle

public void setDashStyle(int value)
Gets or sets the dash style for the specified line. The value of the property is MsoLineDashStyle integer constant.

getTransparency/setTransparency

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

setTransparency

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

getWeight/setWeight

public double getWeight() / public void setWeight(double value)
Returns or sets the weight of the line ,in units of pt.

setWeight

public void setWeight(double value)
Returns or sets the weight of the line ,in units of pt.

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy