Uses of Class
org.docx4j.dml.CTThemeableLineStyle
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTThemeableLineStyle in org.docx4j.dml
Fields in org.docx4j.dml declared as CTThemeableLineStyle Modifier and Type Field Description protected CTThemeableLineStyleCTTableCellBorderStyle. bottomprotected CTThemeableLineStyleCTTableCellBorderStyle. insideHprotected CTThemeableLineStyleCTTableCellBorderStyle. insideVprotected CTThemeableLineStyleCTTableCellBorderStyle. leftprotected CTThemeableLineStyleCTTableCellBorderStyle. rightprotected CTThemeableLineStyleCTTableCellBorderStyle. tl2Brprotected CTThemeableLineStyleCTTableCellBorderStyle. topprotected CTThemeableLineStyleCTTableCellBorderStyle. tr2BlMethods in org.docx4j.dml that return CTThemeableLineStyle Modifier and Type Method Description CTThemeableLineStyleObjectFactory. createCTThemeableLineStyle()Create an instance ofCTThemeableLineStyleCTThemeableLineStyleCTTableCellBorderStyle. getBottom()Gets the value of the bottom property.CTThemeableLineStyleCTTableCellBorderStyle. getInsideH()Gets the value of the insideH property.CTThemeableLineStyleCTTableCellBorderStyle. getInsideV()Gets the value of the insideV property.CTThemeableLineStyleCTTableCellBorderStyle. getLeft()Gets the value of the left property.CTThemeableLineStyleCTTableCellBorderStyle. getRight()Gets the value of the right property.CTThemeableLineStyleCTTableCellBorderStyle. getTl2Br()Gets the value of the tl2Br property.CTThemeableLineStyleCTTableCellBorderStyle. getTop()Gets the value of the top property.CTThemeableLineStyleCTTableCellBorderStyle. getTr2Bl()Gets the value of the tr2Bl property.Methods in org.docx4j.dml with parameters of type CTThemeableLineStyle Modifier and Type Method Description voidCTTableCellBorderStyle. 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.