com.aspose.pdf.elements
Class LineStyleType

java.lang.Object
  extended by com.aspose.pdf.elements.LineStyleType

public class LineStyleType
extends java.lang.Object

Encapsulates info about line such as solid, dotted, dashed etc.


Field Summary
static java.lang.String Dashed
          A Dashed line type.
static java.lang.String Dotted
          A Dotted line type.
static java.lang.String Solid
          A Solid line type.
 
Constructor Summary
LineStyleType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Solid

public static final java.lang.String Solid
A Solid line type.

See Also:
Constant Field Values

Dotted

public static final java.lang.String Dotted
A Dotted line type.

See Also:
Constant Field Values

Dashed

public static final java.lang.String Dashed
A Dashed line type.

See Also:
Constant Field Values
Constructor Detail

LineStyleType

public LineStyleType()