|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.EnumerationBase
aspose.pdf.BorderStyle
public class BorderStyle
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 |
---|
public static final BorderStyle None
public static final BorderStyle Normal
public static final BorderStyle Double
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |