Uses of Class
org.docx4j.wml.TblWidth
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of TblWidth in org.docx4j.wml
Fields in org.docx4j.wml declared as TblWidth Modifier and Type Field Description protected TblWidthCTTblCellMar. bottomprotected TblWidthTcMar. bottomprotected TblWidthCTTblCellMar. leftprotected TblWidthTcMar. leftprotected TblWidthCTTblCellMar. rightprotected TblWidthTcMar. rightprotected TblWidthCTTblPrBase. tblCellSpacingprotected TblWidthCTTblPrExBase. tblCellSpacingprotected TblWidthCTTblPrBase. tblIndprotected TblWidthCTTblPrExBase. tblIndprotected TblWidthCTTblPrBase. tblWprotected TblWidthCTTblPrExBase. tblWprotected TblWidthTcPrInner. tcWprotected TblWidthCTTblCellMar. topprotected TblWidthTcMar. topMethods in org.docx4j.wml that return TblWidth Modifier and Type Method Description TblWidthObjectFactory. createTblWidth()Create an instance ofTblWidthTblWidthCTTblCellMar. getBottom()Gets the value of the bottom property.TblWidthTcMar. getBottom()Gets the value of the bottom property.TblWidthCTTblCellMar. getLeft()Gets the value of the left property.TblWidthTcMar. getLeft()Gets the value of the left property.TblWidthCTTblCellMar. getRight()Gets the value of the right property.TblWidthTcMar. getRight()Gets the value of the right property.TblWidthCTTblPrBase. getTblCellSpacing()Gets the value of the tblCellSpacing property.TblWidthCTTblPrExBase. getTblCellSpacing()Gets the value of the tblCellSpacing property.TblWidthCTTblPrBase. getTblInd()Gets the value of the tblInd property.TblWidthCTTblPrExBase. getTblInd()Gets the value of the tblInd property.TblWidthCTTblPrBase. getTblW()Gets the value of the tblW property.TblWidthCTTblPrExBase. getTblW()Gets the value of the tblW property.TblWidthTcPrInner. getTcW()Gets the value of the tcW property.TblWidthCTTblCellMar. getTop()Gets the value of the top property.TblWidthTcMar. getTop()Gets the value of the top property.Methods in org.docx4j.wml that return types with arguments of type TblWidth Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TblWidth>ObjectFactory. createCTTrPrBaseTblCellSpacing(TblWidth value)jakarta.xml.bind.JAXBElement<TblWidth>ObjectFactory. createCTTrPrBaseWAfter(TblWidth value)jakarta.xml.bind.JAXBElement<TblWidth>ObjectFactory. createCTTrPrBaseWBefore(TblWidth value)Methods in org.docx4j.wml with parameters of type TblWidth Modifier and Type Method Description jakarta.xml.bind.JAXBElement<TblWidth>ObjectFactory. createCTTrPrBaseTblCellSpacing(TblWidth value)jakarta.xml.bind.JAXBElement<TblWidth>ObjectFactory. createCTTrPrBaseWAfter(TblWidth value)jakarta.xml.bind.JAXBElement<TblWidth>ObjectFactory. createCTTrPrBaseWBefore(TblWidth value)voidCTTblCellMar. setBottom(TblWidth value)Sets the value of the bottom property.voidTcMar. setBottom(TblWidth value)Sets the value of the bottom property.voidCTTblCellMar. setLeft(TblWidth value)Sets the value of the left property.voidTcMar. setLeft(TblWidth value)Sets the value of the left property.voidCTTblCellMar. setRight(TblWidth value)Sets the value of the right property.voidTcMar. setRight(TblWidth value)Sets the value of the right property.voidCTTblPrBase. setTblCellSpacing(TblWidth value)Sets the value of the tblCellSpacing property.voidCTTblPrExBase. setTblCellSpacing(TblWidth value)Sets the value of the tblCellSpacing property.voidCTTblPrBase. setTblInd(TblWidth value)Sets the value of the tblInd property.voidCTTblPrExBase. setTblInd(TblWidth value)Sets the value of the tblInd property.voidCTTblPrBase. setTblW(TblWidth value)Sets the value of the tblW property.voidCTTblPrExBase. setTblW(TblWidth value)Sets the value of the tblW property.voidTcPrInner. setTcW(TblWidth value)Sets the value of the tcW property.voidCTTblCellMar. setTop(TblWidth value)Sets the value of the top property.voidTcMar. setTop(TblWidth value)Sets the value of the top property.