Class TablePropertyExceptions
java.lang.Object
com.independentsoft.office.word.tables.TablePropertyExceptions
The Class TablePropertyExceptions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the alignment.Gets the bottom border.Gets the cell bottom margin.Gets the cell left margin.Gets the cell right margin.Gets the cell spacing.Gets the cell top margin.Gets the horizontal inside border.Gets the indent.Gets the layout.Gets the left border.Gets the right border.Gets the shading.Gets the table style conditional formatting.Gets the top border.Gets the vertical inside border.getWidth()Gets the width.voidsetAlignment(HorizontalAlignmentType alignment)Sets the alignment.voidsetBottomBorder(BottomBorder bottomBorder)Sets the bottom border.voidsetCellBottomMargin(Width cellBottomMargin)Sets the cell bottom margin.voidsetCellLeftMargin(Width cellLeftMargin)Sets the cell left margin.voidsetCellRightMargin(Width cellRightMargin)Sets the cell right margin.voidsetCellSpacing(Width cellSpacing)Sets the cell spacing.voidsetCellTopMargin(Width cellTopMargin)Sets the cell top margin.voidsetHorizontalInsideBorder(HorizontalInsideBorder horizontalInsideBorder)Sets the horizontal inside border.voidSets the indent.voidsetLayout(TableLayout layout)Sets the layout.voidsetLeftBorder(LeftBorder leftBorder)Sets the left border.voidsetRightBorder(RightBorder rightBorder)Sets the right border.voidsetShading(Shading shading)Sets the shading.voidsetTableStyleConditionalFormatting(TableStyleConditionalFormatting tableStyleConditionalFormatting)Sets the table style conditional formatting.voidsetTopBorder(TopBorder topBorder)Sets the top border.voidsetVerticalInsideBorder(VerticalInsideBorder verticalInsideBorder)Sets the vertical inside border.voidSets the width.toString()
-
Constructor Details
-
TablePropertyExceptions
public TablePropertyExceptions()Instantiates a new table property exceptions.
-
-
Method Details
-
clone
-
toString
-
getAlignment
Gets the alignment.- Returns:
- the alignment
-
setAlignment
Sets the alignment.- Parameters:
alignment- the new alignment
-
getShading
Gets the shading.- Returns:
- the shading
-
setShading
Sets the shading.- Parameters:
shading- the new shading
-
getCellTopMargin
Gets the cell top margin.- Returns:
- the cell top margin
-
setCellTopMargin
Sets the cell top margin.- Parameters:
cellTopMargin- the new cell top margin
-
getCellBottomMargin
Gets the cell bottom margin.- Returns:
- the cell bottom margin
-
setCellBottomMargin
Sets the cell bottom margin.- Parameters:
cellBottomMargin- the new cell bottom margin
-
getCellRightMargin
Gets the cell right margin.- Returns:
- the cell right margin
-
setCellRightMargin
Sets the cell right margin.- Parameters:
cellRightMargin- the new cell right margin
-
getCellLeftMargin
Gets the cell left margin.- Returns:
- the cell left margin
-
setCellLeftMargin
Sets the cell left margin.- Parameters:
cellLeftMargin- the new cell left margin
-
getTopBorder
Gets the top border.- Returns:
- the top border
-
setTopBorder
Sets the top border.- Parameters:
topBorder- the new top border
-
getBottomBorder
Gets the bottom border.- Returns:
- the bottom border
-
setBottomBorder
Sets the bottom border.- Parameters:
bottomBorder- the new bottom border
-
getRightBorder
Gets the right border.- Returns:
- the right border
-
setRightBorder
Sets the right border.- Parameters:
rightBorder- the new right border
-
getLeftBorder
Gets the left border.- Returns:
- the left border
-
setLeftBorder
Sets the left border.- Parameters:
leftBorder- the new left border
-
getHorizontalInsideBorder
Gets the horizontal inside border.- Returns:
- the horizontal inside border
-
setHorizontalInsideBorder
Sets the horizontal inside border.- Parameters:
horizontalInsideBorder- the new horizontal inside border
-
getVerticalInsideBorder
Gets the vertical inside border.- Returns:
- the vertical inside border
-
setVerticalInsideBorder
Sets the vertical inside border.- Parameters:
verticalInsideBorder- the new vertical inside border
-
getCellSpacing
Gets the cell spacing.- Returns:
- the cell spacing
-
setCellSpacing
Sets the cell spacing.- Parameters:
cellSpacing- the new cell spacing
-
getIndent
Gets the indent.- Returns:
- the indent
-
setIndent
Sets the indent.- Parameters:
indent- the new indent
-
getLayout
Gets the layout.- Returns:
- the layout
-
setLayout
Sets the layout.- Parameters:
layout- the new layout
-
getTableStyleConditionalFormatting
Gets the table style conditional formatting.- Returns:
- the table style conditional formatting
-
setTableStyleConditionalFormatting
public void setTableStyleConditionalFormatting(TableStyleConditionalFormatting tableStyleConditionalFormatting)Sets the table style conditional formatting.- Parameters:
tableStyleConditionalFormatting- the new table style conditional formatting
-
getWidth
Gets the width.- Returns:
- the width
-
setWidth
Sets the width.- Parameters:
width- the new width
-