public interface XMLParent
| Modifier and Type | Method and Description |
|---|---|
void |
addParagraph(org.docgene.model.AbstractParagraph par)
Add a paragraph.
|
java.util.List<org.docgene.model.AbstractParagraph> |
getParagraphs()
Return the element children paragraphs.
|
XMLParent |
getParent()
Return the element parent.
|
default boolean |
isEmpty()
Return true if the parent is empty.
|
XMLParent getParent()
java.util.List<org.docgene.model.AbstractParagraph> getParagraphs()
void addParagraph(org.docgene.model.AbstractParagraph par)
par - the paragraphdefault boolean isEmpty()
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence