aspose.cells

Class MsoLineFormat

Represents line and arrowhead formatting.

Property Getters/Setters Summary
functiongetBackColor()
function
           Gets and sets the border line back color.
functiongetDashStyle()
function
           Gets or sets the dash style for the specified line. The value of the property is MsoLineDashStyle integer constant.
functiongetForeColor()
function
           Gets and sets the border line fore color.
functionisVisible()
function
setVisible(value)
           Indicates whether the object is visible.
functiongetStyle()
function
setStyle(value)
           Returns a Style object that represents the style of the specified range. The value of the property is MsoLineStyle integer constant.
functiongetTransparency()
function
           Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
functiongetWeight()
function
setWeight(value)
           Returns or sets the weight of the line ,in units of pt.
 

    • Property Getters/Setters Detail

      • isVisible/setVisible : boolean 

        function isVisible() / function setVisible(value)
        
        Indicates whether the object is visible.
      • getStyle/setStyle : Number 

        function getStyle() / function setStyle(value)
        
        Returns a Style object that represents the style of the specified range. The value of the property is MsoLineStyle integer constant.
      • getForeColor/setForeColor : Color 

        function getForeColor() / function setForeColor(value)
        
        Gets and sets the border line fore color.
      • getBackColor/setBackColor : Color 

        function getBackColor() / function setBackColor(value)
        
        Gets and sets the border line back color.
      • getDashStyle/setDashStyle : Number 

        function getDashStyle() / function setDashStyle(value)
        
        Gets or sets the dash style for the specified line. The value of the property is MsoLineDashStyle integer constant.
      • getTransparency/setTransparency : Number 

        function getTransparency() / function setTransparency(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 : Number 

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