asposecells.api

Class MsoLineDashStyle

Utility class containing constants. Represents style of dash drawing lines.

Field Summary
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  intDASH_LONG_DASH
Represents a long dash-short dash line.
const  intDASH_LONG_DASH_DOT
Represents a long dash-short dash-dot line.
const  intROUND_DOT
Represents a round-dot line.
const  intSOLID
Represent a solid line.
const  intSQUARE_DOT
Represents a square-dot line.
const  intCUSTOM
Custom dash style.
 

    • Field Detail

      • 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.
      • DASH_LONG_DASH

        const int DASH_LONG_DASH
        Represents a long dash-short dash line.
      • DASH_LONG_DASH_DOT

        const int DASH_LONG_DASH_DOT
        Represents a long dash-short dash-dot line.
      • ROUND_DOT

        const int ROUND_DOT
        Represents a round-dot line.
      • SOLID

        const int SOLID
        Represent a solid line.
      • SQUARE_DOT

        const int SQUARE_DOT
        Represents a square-dot line.
      • CUSTOM

        const int CUSTOM
        Custom dash style.