Class Border
java.lang.Object
com.independentsoft.office.drawing.tableStyles.Border
- Direct Known Subclasses:
BottomBorder,InsideHorizontalBorder,InsideVerticalBorder,LeftBorder,RightBorder,TopBorder,TopLeftBottomRightDiagonalBorder,TopRightBottomLeftDiagonalBorder
The Class Border.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Borderclone()Gets the line reference.Gets the outline.voidsetLineReference(LineReference lineReference)Sets the line reference.voidsetOutline(Outline outline)Sets the outline.
-
Field Details
-
outline
-
lineReference
-
-
Constructor Details
-
Border
public Border()
-
-
Method Details
-
clone
-
getOutline
Gets the outline.- Returns:
- the outline
-
setOutline
Sets the outline.- Parameters:
outline- the new outline
-
getLineReference
Gets the line reference.- Returns:
- the line reference
-
setLineReference
Sets the line reference.- Parameters:
lineReference- the new line reference
-