Uses of Class
org.xlsx4j.sml.CTBorderPr
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTBorderPr in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTBorderPr Modifier and Type Field Description protected CTBorderPrCTBorder. bottomprotected CTBorderPrCTBorder. diagonalprotected CTBorderPrCTBorder. endprotected CTBorderPrCTBorder. horizontalprotected CTBorderPrCTBorder. leftprotected CTBorderPrCTBorder. rightprotected CTBorderPrCTBorder. startprotected CTBorderPrCTBorder. topprotected CTBorderPrCTBorder. verticalMethods in org.xlsx4j.sml that return CTBorderPr Modifier and Type Method Description CTBorderPrObjectFactory. createCTBorderPr()Create an instance ofCTBorderPrCTBorderPrCTBorder. getBottom()Gets the value of the bottom property.CTBorderPrCTBorder. getDiagonal()Gets the value of the diagonal property.CTBorderPrCTBorder. getEnd()Gets the value of the end property.CTBorderPrCTBorder. getHorizontal()Gets the value of the horizontal property.CTBorderPrCTBorder. getLeft()Gets the value of the left property.CTBorderPrCTBorder. getRight()Gets the value of the right property.CTBorderPrCTBorder. getStart()Gets the value of the start property.CTBorderPrCTBorder. getTop()Gets the value of the top property.CTBorderPrCTBorder. getVertical()Gets the value of the vertical property.Methods in org.xlsx4j.sml with parameters of type CTBorderPr Modifier and Type Method Description voidCTBorder. setBottom(CTBorderPr value)Sets the value of the bottom property.voidCTBorder. setDiagonal(CTBorderPr value)Sets the value of the diagonal property.voidCTBorder. setEnd(CTBorderPr value)Sets the value of the end property.voidCTBorder. setHorizontal(CTBorderPr value)Sets the value of the horizontal property.voidCTBorder. setLeft(CTBorderPr value)Sets the value of the left property.voidCTBorder. setRight(CTBorderPr value)Sets the value of the right property.voidCTBorder. setStart(CTBorderPr value)Sets the value of the start property.voidCTBorder. setTop(CTBorderPr value)Sets the value of the top property.voidCTBorder. setVertical(CTBorderPr value)Sets the value of the vertical property.