Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextParagraphElementBase
-
Packages that use TextParagraphElementBase Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.dom.element.text org.odftoolkit.odfdom.incubator.doc.text -
-
Uses of TextParagraphElementBase in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes that return TextParagraphElementBase Modifier and Type Method Description static TextParagraphElementBaseJsonOperationConsumer. addParagraph(Component parentComponent, int newPosition, org.json.JSONObject attrs)For the demo document "FruitDepot-SeasonalFruits.odt" the tableElement looks likeMethods in org.odftoolkit.odfdom.changes with parameters of type TextParagraphElementBase Modifier and Type Method Description static 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 Modifier and Type Class Description classTextHElementDOM implementation of OpenDocument element <text:h>.classTextPElementDOM implementation of OpenDocument element <text:p>. -
Uses of TextParagraphElementBase in org.odftoolkit.odfdom.incubator.doc.text
Subclasses of TextParagraphElementBase in org.odftoolkit.odfdom.incubator.doc.text Modifier and Type Class Description classOdfTextHeadingConvenient functionality for the parent ODF OpenDocument elementclassOdfTextParagraphConvenient functionality for the parent ODF OpenDocument element
-