asposecells.api

Class LineType

Utility class containing constants. Enumerates the type of Picture border or Chart line.

Field Summary
const  intDARK_GRAY
Represents a dark gray line.
const  intDASH
Represent a dash line.
const  intDASH_DOT
Represents a dash-dot line
const  intDASH_DOT_DOT
Represents a dash-dot-dot line.
const  intDOT
Represents a dotted line.
const  intLIGHT_GRAY
Represents a light gray line.
const  intMEDIUM_GRAY
Represents a medium gray line.
const  intSOLID
Represent a solid line.
 

    • Field Detail

      • DARK_GRAY

        const int DARK_GRAY
        Represents a dark gray line.
      • DASH

        const int DASH
        Represent a dash line.
      • DASH_DOT

        const int DASH_DOT
        Represents a dash-dot line
      • DASH_DOT_DOT

        const int DASH_DOT_DOT
        Represents a dash-dot-dot line.
      • DOT

        const int DOT
        Represents a dotted line.
      • LIGHT_GRAY

        const int LIGHT_GRAY
        Represents a light gray line.
      • MEDIUM_GRAY

        const int MEDIUM_GRAY
        Represents a medium gray line.
      • SOLID

        const int SOLID
        Represent a solid line.