Class TableCellBorders
java.lang.Object
com.independentsoft.office.drawing.tableStyles.TableCellBorders
The Class TableCellBorders.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the bottom border.Gets the inside horizontal border.Gets the inside vertical border.Gets the left border.Gets the right border.Gets the top border.Gets the top left bottom right diagonal border.Gets the top right bottom left diagonal border.voidsetBottomBorder(BottomBorder bottomBorder)Sets the bottom border.voidsetInsideHorizontalBorder(InsideHorizontalBorder insideHorizontalBorder)Sets the inside horizontal border.voidsetInsideVerticalBorder(InsideVerticalBorder insideVerticalBorder)Sets the inside vertical border.voidsetLeftBorder(LeftBorder leftBorder)Sets the left border.voidsetRightBorder(RightBorder rightBorder)Sets the right border.voidsetTopBorder(TopBorder topBorder)Sets the top border.voidsetTopLeftBottomRightDiagonalBorder(TopLeftBottomRightDiagonalBorder topLeftBottomRightDiagonalBorder)Sets the top left bottom right diagonal border.voidsetTopRightBottomLeftDiagonalBorder(TopRightBottomLeftDiagonalBorder topRightBottomLeftDiagonalBorder)Sets the top right bottom left diagonal border.toString()
-
Constructor Details
-
TableCellBorders
public TableCellBorders()Instantiates a new table cell borders.
-
-
Method Details
-
clone
-
toString
-
getBottomBorder
Gets the bottom border.- Returns:
- the bottom border
-
setBottomBorder
Sets the bottom border.- Parameters:
bottomBorder- the new bottom border
-
getInsideHorizontalBorder
Gets the inside horizontal border.- Returns:
- the inside horizontal border
-
setInsideHorizontalBorder
Sets the inside horizontal border.- Parameters:
insideHorizontalBorder- the new inside horizontal border
-
getInsideVerticalBorder
Gets the inside vertical border.- Returns:
- the inside vertical border
-
setInsideVerticalBorder
Sets the inside vertical border.- Parameters:
insideVerticalBorder- the new inside vertical border
-
getLeftBorder
Gets the left border.- Returns:
- the left border
-
setLeftBorder
Sets the left border.- Parameters:
leftBorder- the new left border
-
getRightBorder
Gets the right border.- Returns:
- the right border
-
setRightBorder
Sets the right border.- Parameters:
rightBorder- the new right border
-
getTopLeftBottomRightDiagonalBorder
Gets the top left bottom right diagonal border.- Returns:
- the top left bottom right diagonal border
-
setTopLeftBottomRightDiagonalBorder
public void setTopLeftBottomRightDiagonalBorder(TopLeftBottomRightDiagonalBorder topLeftBottomRightDiagonalBorder)Sets the top left bottom right diagonal border.- Parameters:
topLeftBottomRightDiagonalBorder- the new top left bottom right diagonal border
-
getTopBorder
Gets the top border.- Returns:
- the top border
-
setTopBorder
Sets the top border.- Parameters:
topBorder- the new top border
-
getTopRightBottomLeftDiagonalBorder
Gets the top right bottom left diagonal border.- Returns:
- the top right bottom left diagonal border
-
setTopRightBottomLeftDiagonalBorder
public void setTopRightBottomLeftDiagonalBorder(TopRightBottomLeftDiagonalBorder topRightBottomLeftDiagonalBorder)Sets the top right bottom left diagonal border.- Parameters:
topRightBottomLeftDiagonalBorder- the new top right bottom left diagonal border
-