|
com.aspose.pdf.elements
Class BorderType
java.lang.Object
com.aspose.pdf.elements.BorderType
public class BorderType - extends java.lang.Object
Enumerates the border type.
|
Field Summary |
static java.lang.String |
Beveled
beveled type. |
static java.lang.String |
Dashed
Dashed type. |
static java.lang.String |
Inset
Inset type. |
static java.lang.String |
Solid
Solid type. |
static java.lang.String |
Underlined
Underlined type. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Beveled
public static final java.lang.String Beveled
- beveled type.
- See Also:
- Constant Field Values
Dashed
public static final java.lang.String Dashed
- Dashed type.
- See Also:
- Constant Field Values
Inset
public static final java.lang.String Inset
- Inset type.
- See Also:
- Constant Field Values
Solid
public static final java.lang.String Solid
- Solid type.
- See Also:
- Constant Field Values
Underlined
public static final java.lang.String Underlined
- Underlined type.
- See Also:
- Constant Field Values
BorderType
public BorderType()
|