public static class SaveOptions.BorderInfo extends Object
Instance of this class represents information about border That can be drown on some result document.
Modifier and Type | Field and Description |
---|---|
SaveOptions.BorderPartStyle |
BottomStyleIfAny
Represents bottom part(if any) of border
|
SaveOptions.BorderPartStyle |
LeftStyleIfAny
Represents left part(if any) of border
|
SaveOptions.BorderPartStyle |
RightStyleIfAny
Represents right part(if any) of border
|
SaveOptions.BorderPartStyle |
TopStyleIfAny
Represents top part(if any) of border
|
Constructor and Description |
---|
BorderInfo()
Creates instance of BorderInfo class
|
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
|
public SaveOptions.BorderPartStyle TopStyleIfAny
Represents top part(if any) of border
public SaveOptions.BorderPartStyle LeftStyleIfAny
Represents left part(if any) of border
public SaveOptions.BorderPartStyle RightStyleIfAny
Represents right part(if any) of border
public SaveOptions.BorderPartStyle BottomStyleIfAny
Represents bottom part(if any) of border
public BorderInfo()
Creates instance of BorderInfo class
public 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
commonStyle
- style of border parts that will be used for all elements of border(left, right, top,
bottom)Copyright © 2018 Aspose. All Rights Reserved.