Uses of Class
org.odftoolkit.odfdom.dom.element.style.StyleTableCellPropertiesElement
Packages that use StyleTableCellPropertiesElement
Package
Description
-
Uses of StyleTableCellPropertiesElement in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type StyleTableCellPropertiesElementModifier and TypeMethodDescriptionstatic void
JsonOperationConsumer.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 StyleTableCellPropertiesElementModifier and TypeMethodDescriptionvoid
DefaultElementVisitor.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 StyleTableCellPropertiesElementModifier and TypeMethodDescriptionStyleDefaultStyleElement.newStyleTableCellPropertiesElement()
Create child element <style:table-cell-properties>.StyleStyleElement.newStyleTableCellPropertiesElement()
Create child element <style:table-cell-properties>.Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type StyleTableCellPropertiesElementModifier and TypeMethodDescriptionstatic byte
StyleTableCellPropertiesElement.findDifferentBorders
(StyleTableCellPropertiesElement newCellProps, StyleTableCellPropertiesElement followingCellProps) Find different borders of the given cell property elements.static byte
StyleTableCellPropertiesElement.findDifferentDiagonalCross
(StyleTableCellPropertiesElement newCellProps, StyleTableCellPropertiesElement followingCellProps) Find different diagonal borders (or cross) of the given cell property elements.