Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextNotesConfigurationElement
Packages that use TextNotesConfigurationElement
Package
Description
-
Uses of TextNotesConfigurationElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextNotesConfigurationElementModifier and TypeMethodDescriptionvoidDefaultElementVisitor.visit(TextNotesConfigurationElement ele) A method to visit "text:notes-configuration" elements -
Uses of TextNotesConfigurationElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return TextNotesConfigurationElementModifier and TypeMethodDescriptionOfficeStylesElement.newTextNotesConfigurationElement(String styleNumFormatValue, String textNoteClassValue) Create child element <text:notes-configuration>. -
Uses of TextNotesConfigurationElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return TextNotesConfigurationElementModifier and TypeMethodDescriptionStyleSectionPropertiesElement.newTextNotesConfigurationElement(String styleNumFormatValue, String textNoteClassValue) Create child element <text:notes-configuration>. -
Uses of TextNotesConfigurationElement in org.odftoolkit.odfdom.incubator.doc.office
Methods in org.odftoolkit.odfdom.incubator.doc.office that return TextNotesConfigurationElementModifier and TypeMethodDescriptionOdfOfficeStyles.newTextNotesConfigurationElement(String styleNumFormatValue, String textNoteClassValue) Create child element <text:notes-configuration>.