aspose.pdf
Class BorderSide

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

public class BorderSide
extends EnumerationBase

Enumerates the border sides.


Field Summary
static BorderSide All
          All sides borders.
static BorderSide Bottom
          Bottom border.
static BorderSide Box
          Four sides borders.
static BorderSide Left
          Left border.
static BorderSide None
          No border.
static BorderSide Right
          Right border.
static BorderSide Top
          Top border.
 
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 BorderSide None
No border.


Left

public static final BorderSide Left
Left border.


Top

public static final BorderSide Top
Top border.


Right

public static final BorderSide Right
Right border.


Bottom

public static final BorderSide Bottom
Bottom border.


All

public static final BorderSide All
All sides borders. It has the same meaning when using "Box". So please use "Box" if possible.


Box

public static final BorderSide Box
Four sides borders.