Uses of Class
io.keikai.doc.io.schema.docx.DOCXBorder
-
Packages that use DOCXBorder Package Description io.keikai.doc.io.schema.docx -
-
Uses of DOCXBorder in io.keikai.doc.io.schema.docx
Methods in io.keikai.doc.io.schema.docx that return DOCXBorder Modifier and Type Method Description DOCXBorderDOCXParaRPr. getBdr()DOCXBorderDOCXRPr. getBdr()DOCXBorderIDOCXRPr. getBdr()Returns the border of the text.DOCXBorder[]DOCXTcBorders. getBorders()Returns all borders in the order of top, right, bottom, left.DOCXBorder[]DOCXTcBorders. getBorders(boolean create)Returns all borders in the order of top, right, bottom, left.DOCXBorderDOCXTcBorders. getBottom()Returns the bottom border.DOCXBorderDOCXTcBorders. getBottom(boolean create)Returns the bottom border.DOCXBorderDOCXTcBorders. getLeft()Returns the left border.DOCXBorderDOCXTcBorders. getLeft(boolean create)Returns the left border.DOCXBorderDOCXTcBorders. getRight()Returns the right border.DOCXBorderDOCXTcBorders. getRight(boolean create)Returns the right border.DOCXBorderDOCXTcBorders. getTop()Returns the top border.DOCXBorderDOCXTcBorders. getTop(boolean create)Returns the top border.Methods in io.keikai.doc.io.schema.docx with parameters of type DOCXBorder Modifier and Type Method Description voidDOCXParaRPr. setBdr(DOCXBorder bdr)voidDOCXRPr. setBdr(DOCXBorder bdr)voidIDOCXRPr. setBdr(DOCXBorder bdr)Sets the border of the text.
-