Uses of Class
org.odftoolkit.odfdom.dom.element.style.StyleTextPropertiesElement
-
-
Uses of StyleTextPropertiesElement in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type StyleTextPropertiesElement Modifier and Type Method Description static voidJsonOperationConsumer. mapCharacterProperties(org.json.JSONObject attrs, StyleTextPropertiesElement propertiesElement, OdfDocument doc) -
Uses of StyleTextPropertiesElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type StyleTextPropertiesElement Modifier and Type Method Description voidDefaultElementVisitor. visit(StyleTextPropertiesElement ele)A method to visit "style:text-properties" elements -
Uses of StyleTextPropertiesElement in org.odftoolkit.odfdom.dom.element.number
Methods in org.odftoolkit.odfdom.dom.element.number that return StyleTextPropertiesElement Modifier and Type Method Description StyleTextPropertiesElementNumberDataStyleElementBase. newStyleTextPropertiesElement(String textDisplayValue)Create child element <style:text-properties>.Methods in org.odftoolkit.odfdom.dom.element.number with parameters of type StyleTextPropertiesElement Modifier and Type Method Description StringDataStyleElement. getColorFromElement(StyleTextPropertiesElement e)converts a color attribute to a color token of a number format string -
Uses of StyleTextPropertiesElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return StyleTextPropertiesElement Modifier and Type Method Description StyleTextPropertiesElementStyleDefaultStyleElement. newStyleTextPropertiesElement(String textDisplayValue)Create child element <style:text-properties>.StyleTextPropertiesElementStyleStyleElement. newStyleTextPropertiesElement(String textDisplayValue)Create child element <style:text-properties>. -
Uses of StyleTextPropertiesElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return StyleTextPropertiesElement Modifier and Type Method Description StyleTextPropertiesElementTextListLevelStyleBulletElement. newStyleTextPropertiesElement(String textDisplayValue)Create child element <style:text-properties>.StyleTextPropertiesElementTextListLevelStyleNumberElement. newStyleTextPropertiesElement(String textDisplayValue)Create child element <style:text-properties>.StyleTextPropertiesElementTextOutlineLevelStyleElement. newStyleTextPropertiesElement(String textDisplayValue)Create child element <style:text-properties>.
-