Package | Description |
---|---|
org.docgene.api |
This package allows to generate a wiki in another application, using the docGenerator API.
|
Modifier and Type | Method and Description |
---|---|
DefaultMenuItem |
DocGeneratorAPI.addDefaultMenuItem(XMLMenu menu,
short type)
Add a default menu item.
|
DefaultMenuItem |
DocGeneratorAPI.addDefaultMenuItem(XMLMenu menu,
short type,
java.lang.String desc)
Add a default menu item.
|
XMLArticle |
DocGeneratorAPI.importArticle(java.io.File file)
Import an article and add this article to the model.
|
XMLArticle |
DocGeneratorAPI.importArticle(java.net.URL url)
Import an article and add this article to the model.
|
boolean |
DocGeneratorAPI.importImageDefinition(java.io.File file)
Import an Image definition XML file to the model.
|
boolean |
DocGeneratorAPI.importImageDefinition(java.net.URL url)
Import an Image definition XML url to the model.
|
XMLArticle |
DocGeneratorAPI.includeArticle(XMLArticle parentArticle,
java.io.File file,
boolean keepLevels)
Include an article in another parent article.
|
XMLArticle |
DocGeneratorAPI.includeArticle(XMLArticle parentArticle,
java.net.URL url,
boolean keepLevels)
Include an article in another parent article.
|
void |
DocGeneratorAPI.writeContent()
Write the wiki content.
|
void |
DocGeneratorAPI.writeContent(boolean clean)
Write the wiki content.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence