Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / ILineFormat Interface
Methods

In This Topic
    ILineFormat Interface Members
    In This Topic

    The following tables list the members exposed by ILineFormat.

    Public Methods
     NameDescription
     MethodGets the length of the arrowhead at the beginning of the specified line.  
     MethodGets the style of the arrowhead at the beginning of the specified line.  
     MethodGets the width of the arrowhead at the beginning of the specified line.  
     MethodGets the cap style for the end of the line. Can be one of the LineCapStyle constants.  
     MethodReturns the IColorFormat object that represents the specified solidcolor.  
     MethodGets the dash style for the specified line. Can be one of the LineDashStyle constants.  
     MethodGets the length of the arrowhead at the end of the specified line.  
     MethodGets the style of the arrowhead at the end of the specified line.  
     MethodGets the width of the arrowhead at the end of the specified line.  
     MethodGets the angle of the gradient line for the specified line format.  
     MethodReturns the gradient degree of the specified one-color shaded line as a floating-point value from 0.0 (dark) through 1.0 (light).  
     MethodReturns the end point for the gradient line. This property is read-only.  
     MethodReturns the gradient style for the specified line.  
     MethodReturns the shade variant for the specified fill as an integer value from 1 through 4.  
     MethodGets whether lines are drawn inside the specified shape's boundaries.  
     MethodGets the corners style of two intersecting lines. Can be one of the LineJoinStyle constants.  
     MethodGets the line pattern.  
     MethodReturns the IColorFormat object that represents the specified colorof patterns.  
     MethodGets the LineStyle object that represents the ILineFormatstyle.  
     MethodGets the degree of transparency of the specified line as a value from 0.0 (opaque) through 1.0 (clear).  
     MethodReturns the fill type of the line.  
     MethodGets whether the object is visible.  
     MethodGets the weight of the line.  
     MethodSets the specified line to a one-color gradient.  
     MethodSets the specified line to a pattern color.  
     MethodSets the specified line to a preset gradient.  
     MethodSets the length of the arrowhead at the beginning of the specified line.  
     MethodSets the style of the arrowhead at the beginning of the specified line.  
     MethodSets the width of the arrowhead at the beginning of the specified line.  
     MethodSets the cap style for the end of the line. Can be one of the LineCapStyle constants.  
     MethodSets the dash style for the specified line. Can be one of the LineDashStyle constants.  
     MethodSets the length of the arrowhead at the end of the specified line.  
     MethodSets the style of the arrowhead at the end of the specified line.  
     MethodSets the width of the arrowhead at the end of the specified line.  
     MethodSets the angle of the gradient line for the specified line format.  
     MethodSets whether lines are drawn inside the specified shape's boundaries.  
     MethodSets the corners style of two intersecting lines. Can be one of the LineJoinStyle constants.  
     MethodSets the LineStyle object that represents the ILineFormatstyle.  
     MethodSets the degree of transparency of the specified line as a value from 0.0 (opaque) through 1.0 (clear).  
     MethodSets whether the object is visible.  
     MethodSets the weight of the line.  
     MethodSets the specified line to a uniform color.  
     MethodSets the specified line to a two-color gradient.  
    Top
    See Also