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 |
---|
SaveOptions.BorderInfo()
Creates instance of BorderInfo class
|
SaveOptions.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 SaveOptions.BorderInfo()
Creates instance of BorderInfo class
public SaveOptions.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
Copyright © 2019 Aspose. All Rights Reserved.