Uses of Class
org.odftoolkit.odfdom.dom.element.style.StyleTableCellPropertiesElement
-
Packages that use StyleTableCellPropertiesElement Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.style -
-
Uses of StyleTableCellPropertiesElement in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type StyleTableCellPropertiesElement Modifier and Type Method Description static voidJsonOperationConsumer. mapCellProperties(org.json.JSONObject attrs, StyleTableCellPropertiesElement propertiesElement) -
Uses of StyleTableCellPropertiesElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type StyleTableCellPropertiesElement Modifier and Type Method Description voidDefaultElementVisitor. visit(StyleTableCellPropertiesElement ele)A method to visit "style:table-cell-properties" elements -
Uses of StyleTableCellPropertiesElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return StyleTableCellPropertiesElement Modifier and Type Method Description StyleTableCellPropertiesElementStyleDefaultStyleElement. newStyleTableCellPropertiesElement()Create child element <style:table-cell-properties>.StyleTableCellPropertiesElementStyleStyleElement. newStyleTableCellPropertiesElement()Create child element <style:table-cell-properties>.Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type StyleTableCellPropertiesElement Modifier and Type Method Description static byteStyleTableCellPropertiesElement. findDifferentBorders(StyleTableCellPropertiesElement newCellProps, StyleTableCellPropertiesElement followingCellProps)Find different borders of the given cell property elements.static byteStyleTableCellPropertiesElement. findDifferentDiagonalCross(StyleTableCellPropertiesElement newCellProps, StyleTableCellPropertiesElement followingCellProps)Find different diagonal borders (or cross) of the given cell property elements.
-