|
com.aspose.pdf.elements
Class BorderSide
java.lang.Object
com.aspose.pdf.elements.BorderSide
public class BorderSide - extends java.lang.Object
Enumerates the border sides.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
getBorderSide
public static BorderSide getBorderSide(java.lang.String borderSideName)
- Get pre-defined BorderSide object
- Parameters:
borderSideName - the name of BorderSide
|