SaveOptions.BorderInfo
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.SaveOptions.BorderInfo
public static class SaveOptions.BorderInfo extends Object
Instance of this class represents information about border That can be drown on some result document.
Constructors
| Constructor | Description |
|---|---|
| BorderInfo | Creates instance of BorderInfo class |
| BorderInfo | Creates instance of BorderInfo class |
Methods
| Method | Description |
|---|---|
| getBottomStyleIfAny | Represents bottom part(if any) of border |
| getLeftStyleIfAny | Represents left part(if any) of border |
| getRightStyleIfAny | Represents right part(if any) of border |
| getTopStyleIfAny | Represents top part(if any) of border |
| setBottomStyleIfAny | Represents bottom part(if any) of border |
| setLeftStyleIfAny | Represents left part(if any) of border |
| setRightStyleIfAny | Represents right part(if any) of border |
| setTopStyleIfAny | Represents top part(if any) of border |
BorderInfo
public BorderInfo()
Creates instance of BorderInfo class
BorderInfo
Creates instance of BorderInfo class
getBottomStyleIfAny
public SaveOptions.BorderPartStyle getBottomStyleIfAny()
Represents bottom part(if any) of border
Returns: BorderPartStyle instance
getLeftStyleIfAny
public SaveOptions.BorderPartStyle getLeftStyleIfAny()
Represents left part(if any) of border
Returns: BorderPartStyle instance
getRightStyleIfAny
public SaveOptions.BorderPartStyle getRightStyleIfAny()
Represents right part(if any) of border
Returns: BorderPartStyle instance
getTopStyleIfAny
public SaveOptions.BorderPartStyle getTopStyleIfAny()
Represents top part(if any) of border
Returns: BorderPartStyle instance
setBottomStyleIfAny
Represents bottom part(if any) of border
setLeftStyleIfAny
Represents left part(if any) of border
setRightStyleIfAny
Represents right part(if any) of border
setTopStyleIfAny
Represents top part(if any) of border