Uses of Class
io.keikai.doc.io.schema.docx.DOCXBorder
Packages that use DOCXBorder
-
Uses of DOCXBorder in io.keikai.doc.io.schema.docx
Methods in io.keikai.doc.io.schema.docx that return DOCXBorderModifier and TypeMethodDescriptionDOCXParaRPr.getBdr()DOCXRPr.getBdr()IDOCXRPr.getBdr()Returns the border of the text.DOCXTcBorders.getBorders()Returns all borders in the order of top, right, bottom, left.DOCXTcBorders.getBorders(boolean create) Returns all borders in the order of top, right, bottom, left.DOCXTcBorders.getBottom()Returns the bottom border.DOCXTcBorders.getBottom(boolean create) Returns the bottom border.DOCXTcBorders.getLeft()Returns the left border.DOCXTcBorders.getLeft(boolean create) Returns the left border.DOCXTcBorders.getRight()Returns the right border.DOCXTcBorders.getRight(boolean create) Returns the right border.DOCXTcBorders.getTop()Returns the top border.DOCXTcBorders.getTop(boolean create) Returns the top border.Methods in io.keikai.doc.io.schema.docx with parameters of type DOCXBorderModifier and TypeMethodDescriptionvoidDOCXParaRPr.setBdr(DOCXBorder bdr) voidDOCXRPr.setBdr(DOCXBorder bdr) voidIDOCXRPr.setBdr(DOCXBorder bdr) Sets the border of the text.