Package | Description |
---|---|
org.docgene.api |
This package allows to generate a wiki in another application, using the docGenerator API.
|
org.docgene.model |
Contains the documentation model.
|
Modifier and Type | Method and Description |
---|---|
XMLList |
DocGeneratorAPI.addList(ParagraphElementParent parent,
boolean isUL)
Add a list.
|
XMLList |
DocGeneratorAPI.addList(XMLArticle article,
boolean isUL)
Add a list at the end of an article.
|
Modifier and Type | Method and Description |
---|---|
XMLListItem |
DocGeneratorAPI.addListItem(XMLList list)
Add a list item to a list.
|
XMLListItem |
DocGeneratorAPI.addListItem(XMLList list,
java.lang.String sentence)
Add a list item to a list.
|
XMLListItem |
DocGeneratorAPI.addListItem(XMLList list,
java.lang.String sentence,
SentenceStyle style)
Add a list item to a list.
|
Modifier and Type | Method and Description |
---|---|
XMLList |
XMLList.addSubListItem(boolean isUL)
Add a new list as an item of this list.
|
XMLList |
XMLCommentList.getList()
Return the comment list as a "ol" element.
|
XMLList |
XMLTodoList.getList()
Return the todo list as a "ol" element.
|
XMLList |
ListElement.getParentList()
Return the parent list.
|
XMLList |
XMLList.getParentList()
Return the parent list.
|
XMLList |
XMLListItem.getParentList()
Return the parent list.
|
Modifier and Type | Method and Description |
---|---|
void |
ListElement.setParentList(XMLList parentList)
Set the parent list.
|
void |
XMLList.setParentList(XMLList parentList)
Set the parent list.
|
void |
XMLListItem.setParentList(XMLList parentList)
Set the parent list.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence