Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextParagraphElementBase
Packages that use TextParagraphElementBase
Package
Description
-
Uses of TextParagraphElementBase in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes that return TextParagraphElementBaseModifier and TypeMethodDescriptionstatic TextParagraphElementBaseJsonOperationConsumer.addParagraph(Component parentComponent, int newPosition, org.json.JSONObject attrs) For the demo document "FruitDepot-SeasonalFruits.odt" the tableElement looks like <text:p text:style-name="Text_20_body"/>Methods in org.odftoolkit.odfdom.changes with parameters of type TextParagraphElementBaseModifier and TypeMethodDescriptionstatic voidJsonOperationConsumer.addText(TextParagraphElementBase paragraphElementBase, int startPos, org.json.JSONObject attrs, String newText) static intJsonOperationConsumer.getListLevel(TextParagraphElementBase paragraphBaseElement) ToDo after release: Move this to the paragraph of ODFDOMstatic StringJsonOperationProducer.getListStyle(ArrayDeque<ParagraphListProperties> listStyleStack, TextParagraphElementBase p) ODF List Style inheritance will be resolved: The paragraph/heading's list style reference from its closest text:list or text:list-item ancestor is taken.static TextListElementJsonOperationConsumer.isolateListParagraph(TextParagraphElementBase paragraphBaseElement) Isolates the paragraph as only paragraph of the list. -
Uses of TextParagraphElementBase in org.odftoolkit.odfdom.dom.element.text
Subclasses of TextParagraphElementBase in org.odftoolkit.odfdom.dom.element.text -
Uses of TextParagraphElementBase in org.odftoolkit.odfdom.incubator.doc.text
Subclasses of TextParagraphElementBase in org.odftoolkit.odfdom.incubator.doc.textModifier and TypeClassDescriptionclassConvenient functionality for the parent ODF OpenDocument elementclassConvenient functionality for the parent ODF OpenDocument element