com.aspose.cells

Class MsoLineDashStyle

  • java.lang.Object
    • com.aspose.cells.MsoLineDashStyle
public class MsoLineDashStyle 
extends java.lang.Object

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

Field Summary
static final intDASH
Represent a dash line.
static final intDASH_DOT
Represents a dash-dot line.
static final intDASH_DOT_DOT
Represents a dash-dot-dot line.
static final intDASH_LONG_DASH
Represents a long dash-short dash line.
static final intDASH_LONG_DASH_DOT
Represents a long dash-short dash-dot line.
static final intROUND_DOT
Represents a round-dot line.
static final intSOLID
Represent a solid line.
static final intSQUARE_DOT
Represents a square-dot line.
static final intCUSTOM
InnerCustom dash style.
 

    • Field Detail

      • DASH

        public static final int DASH
        Represent a dash line.
      • DASH_DOT

        public static final int DASH_DOT
        Represents a dash-dot line.
      • DASH_DOT_DOT

        public static final int DASH_DOT_DOT
        Represents a dash-dot-dot line.
      • DASH_LONG_DASH

        public static final int DASH_LONG_DASH
        Represents a long dash-short dash line.
      • DASH_LONG_DASH_DOT

        public static final int DASH_LONG_DASH_DOT
        Represents a long dash-short dash-dot line.
      • ROUND_DOT

        public static final int ROUND_DOT
        Represents a round-dot line.
      • SOLID

        public static final int SOLID
        Represent a solid line.
      • SQUARE_DOT

        public static final int SQUARE_DOT
        Represents a square-dot line.
      • CUSTOM

        public static final int CUSTOM
        InnerCustom dash style.