asposecells.api

Class MsoLineFormat

Represents line and arrowhead formatting.

Property Getters/Setters Summary
methodgetBackColor()
method
           Gets and sets the border line back color.
methodgetDashStyle()
method
           Gets or sets the dash style for the specified line. The value of the property is MsoLineDashStyle integer constant.
methodgetForeColor()
method
           Gets and sets the border line fore color.
methodisVisible()
method
setVisible(value)
           Indicates whether the object is visible.
methodgetStyle()
method
setStyle(value)
           Returns a Style object that represents the style of the specified range. The value of the property is MsoLineStyle integer constant.
methodgetTransparency()
method
           Returns or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
methodgetWeight()
method
setWeight(value)
           Returns or sets the weight of the line ,in units of pt.
 

    • Property Getters/Setters Detail

      • isVisible/setVisible : boolean 

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

        int getStyle() / 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 

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

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

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

        float getTransparency() / 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 : float 

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