Uses of Class
org.docx4j.wml.TblBorders
Packages that use TblBorders
-
Uses of TblBorders in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return TblBordersModifier and TypeMethodDescriptionstatic TblBordersStyleUtil.apply(TblBorders source, TblBorders destination) Methods in org.docx4j.model.styles with parameters of type TblBordersModifier and TypeMethodDescriptionstatic TblBordersStyleUtil.apply(TblBorders source, TblBorders destination) static booleanStyleUtil.areEqual(TblBorders borders1, TblBorders borders2) static booleanStyleUtil.isEmpty(TblBorders borders) -
Uses of TblBorders in org.docx4j.wml
Fields in org.docx4j.wml declared as TblBordersModifier and TypeFieldDescriptionprotected TblBordersCTTblPrBase.tblBordersprotected TblBordersCTTblPrExBase.tblBordersMethods in org.docx4j.wml that return TblBordersModifier and TypeMethodDescriptionObjectFactory.createTblBorders()Create an instance ofTblBordersCTTblPrBase.getTblBorders()Gets the value of the tblBorders property.CTTblPrExBase.getTblBorders()Gets the value of the tblBorders property.Methods in org.docx4j.wml with parameters of type TblBordersModifier and TypeMethodDescriptionvoidCTTblPrBase.setTblBorders(TblBorders value) Sets the value of the tblBorders property.voidCTTblPrExBase.setTblBorders(TblBorders value) Sets the value of the tblBorders property.