SaveOptions.BorderInfo

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

ConstructorDescription
BorderInfoCreates instance of BorderInfo class
BorderInfoCreates instance of BorderInfo class

Methods

MethodDescription
getBottomStyleIfAnyRepresents bottom part(if any) of border
getLeftStyleIfAnyRepresents left part(if any) of border
getRightStyleIfAnyRepresents right part(if any) of border
getTopStyleIfAnyRepresents top part(if any) of border
setBottomStyleIfAnyRepresents bottom part(if any) of border
setLeftStyleIfAnyRepresents left part(if any) of border
setRightStyleIfAnyRepresents right part(if any) of border
setTopStyleIfAnyRepresents 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