Uses of Class
org.xlsx4j.sml.CTBorderPr
Packages that use CTBorderPr
-
Uses of CTBorderPr in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTBorderPrModifier and TypeFieldDescriptionprotected CTBorderPrCTBorder.bottomprotected CTBorderPrCTBorder.diagonalprotected CTBorderPrCTBorder.endprotected CTBorderPrCTBorder.horizontalprotected CTBorderPrCTBorder.leftprotected CTBorderPrCTBorder.rightprotected CTBorderPrCTBorder.startprotected CTBorderPrCTBorder.topprotected CTBorderPrCTBorder.verticalMethods in org.xlsx4j.sml that return CTBorderPrModifier and TypeMethodDescriptionObjectFactory.createCTBorderPr()Create an instance ofCTBorderPrCTBorder.getBottom()Gets the value of the bottom property.CTBorder.getDiagonal()Gets the value of the diagonal property.CTBorder.getEnd()Gets the value of the end property.CTBorder.getHorizontal()Gets the value of the horizontal property.CTBorder.getLeft()Gets the value of the left property.CTBorder.getRight()Gets the value of the right property.CTBorder.getStart()Gets the value of the start property.CTBorder.getTop()Gets the value of the top property.CTBorder.getVertical()Gets the value of the vertical property.Methods in org.xlsx4j.sml with parameters of type CTBorderPrModifier and TypeMethodDescriptionvoidCTBorder.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.