aspose.pdf
Class BorderStyle

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.BorderStyle

public class BorderStyle
extends EnumerationBase

Enumerates the border styles for page border, text border and table border. Note that dash style is not included in this enum. Dash can be set in GraphInfo.

Remarks: More border styles will be supported later.


Field Summary
static BorderStyle Double
          Double border style.
static BorderStyle None
          None border style
static BorderStyle Normal
          Normal border style.
 
Fields inherited from class aspose.pdf.EnumerationBase
value
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final BorderStyle None
None border style


Normal

public static final BorderStyle Normal
Normal border style.


Double

public static final BorderStyle Double
Double border style.