Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
SaveOptions.BorderPartStyle |
SaveOptions.BorderInfo.getBottomStyleIfAny()
Represents bottom part(if any) of border
|
SaveOptions.BorderPartStyle |
SaveOptions.BorderInfo.getLeftStyleIfAny()
Represents left part(if any) of border
|
SaveOptions.BorderPartStyle |
SaveOptions.BorderInfo.getRightStyleIfAny()
Represents right part(if any) of border
|
SaveOptions.BorderPartStyle |
SaveOptions.BorderInfo.getTopStyleIfAny()
Represents top part(if any) of border
|
Modifier and Type | Method and Description |
---|---|
void |
SaveOptions.BorderInfo.setBottomStyleIfAny(SaveOptions.BorderPartStyle bottomStyleIfAny)
Represents bottom part(if any) of border
|
void |
SaveOptions.BorderInfo.setLeftStyleIfAny(SaveOptions.BorderPartStyle leftStyleIfAny)
Represents left part(if any) of border
|
void |
SaveOptions.BorderInfo.setRightStyleIfAny(SaveOptions.BorderPartStyle rightStyleIfAny)
Represents right part(if any) of border
|
void |
SaveOptions.BorderInfo.setTopStyleIfAny(SaveOptions.BorderPartStyle topStyleIfAny)
Represents top part(if any) of border
|
Constructor and Description |
---|
BorderInfo(SaveOptions.BorderPartStyle commonStyle)
Creates instance of BorderInfo class and initializes all elements of border(Top, Left,
Right, Bottom) with attributes copied from supplied border style
|