Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.pdf.elements
Class LineStyleType

java.lang.Object
  extended bycom.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()
           
 
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()