com.aspose.pdf.elements
Class BorderSide

java.lang.Object
  extended bycom.aspose.pdf.elements.BorderSide

public class BorderSide
extends java.lang.Object

Enumerates the border sides.


Field Summary
static int All
          All sides borders.
static int Bottom
          Bottom border.
static int Left
          Left border.
static int None
          No border.
static int Right
          Right border.
static int Top
          Top border.
 
Constructor Summary
BorderSide()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None
No border.

See Also:
Constant Field Values

Left

public static final int Left
Left border.

See Also:
Constant Field Values

Top

public static final int Top
Top border.

See Also:
Constant Field Values

Right

public static final int Right
Right border.

See Also:
Constant Field Values

Bottom

public static final int Bottom
Bottom border.

See Also:
Constant Field Values

All

public static final int All
All sides borders.

See Also:
Constant Field Values
Constructor Detail

BorderSide

public BorderSide()