Uses of Class
org.docx4j.dml.CTThemeableLineStyle
Packages that use CTThemeableLineStyle
-
Uses of CTThemeableLineStyle in org.docx4j.dml
Fields in org.docx4j.dml declared as CTThemeableLineStyleModifier and TypeFieldDescriptionprotected CTThemeableLineStyleCTTableCellBorderStyle.bottomprotected CTThemeableLineStyleCTTableCellBorderStyle.insideHprotected CTThemeableLineStyleCTTableCellBorderStyle.insideVprotected CTThemeableLineStyleCTTableCellBorderStyle.leftprotected CTThemeableLineStyleCTTableCellBorderStyle.rightprotected CTThemeableLineStyleCTTableCellBorderStyle.tl2Brprotected CTThemeableLineStyleCTTableCellBorderStyle.topprotected CTThemeableLineStyleCTTableCellBorderStyle.tr2BlMethods in org.docx4j.dml that return CTThemeableLineStyleModifier and TypeMethodDescriptionObjectFactory.createCTThemeableLineStyle()Create an instance ofCTThemeableLineStyleCTTableCellBorderStyle.getBottom()Gets the value of the bottom property.CTTableCellBorderStyle.getInsideH()Gets the value of the insideH property.CTTableCellBorderStyle.getInsideV()Gets the value of the insideV property.CTTableCellBorderStyle.getLeft()Gets the value of the left property.CTTableCellBorderStyle.getRight()Gets the value of the right property.CTTableCellBorderStyle.getTl2Br()Gets the value of the tl2Br property.CTTableCellBorderStyle.getTop()Gets the value of the top property.CTTableCellBorderStyle.getTr2Bl()Gets the value of the tr2Bl property.Methods in org.docx4j.dml with parameters of type CTThemeableLineStyleModifier and TypeMethodDescriptionvoidCTTableCellBorderStyle.setBottom(CTThemeableLineStyle value) Sets the value of the bottom property.voidCTTableCellBorderStyle.setInsideH(CTThemeableLineStyle value) Sets the value of the insideH property.voidCTTableCellBorderStyle.setInsideV(CTThemeableLineStyle value) Sets the value of the insideV property.voidCTTableCellBorderStyle.setLeft(CTThemeableLineStyle value) Sets the value of the left property.voidCTTableCellBorderStyle.setRight(CTThemeableLineStyle value) Sets the value of the right property.voidCTTableCellBorderStyle.setTl2Br(CTThemeableLineStyle value) Sets the value of the tl2Br property.voidCTTableCellBorderStyle.setTop(CTThemeableLineStyle value) Sets the value of the top property.voidCTTableCellBorderStyle.setTr2Bl(CTThemeableLineStyle value) Sets the value of the tr2Bl property.