| 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 |
|---|---|
XMLTitle |
DocGeneratorAPI.addTitle(XMLArticle article,
int level,
java.lang.String title)
Add a title for the article.
|
XMLTitle |
DocGeneratorAPI.addTitle(XMLArticle article,
int level,
java.lang.String title,
boolean keepCase)
Add a title for the article.
|
XMLTitle |
DocGeneratorAPI.addTitle(XMLArticle article,
int level,
java.lang.String title,
boolean keepCase,
boolean isSearchable)
Add a title for the article.
|
XMLTitle |
DocGeneratorAPI.addTitle(XMLArticle article,
ParagraphElementParent parent,
int level,
java.lang.String title,
boolean keepCase)
Add a title for the article.
|
XMLTitle |
DocGeneratorAPI.addTitle(XMLArticle article,
ParagraphElementParent parent,
int level,
java.lang.String title,
boolean keepCase,
boolean isSearchable)
Add a title for the article.
|
XMLTitle |
DocGeneratorAPI.addTitle(XMLArticle article,
ParagraphElementParent parent,
java.lang.String title)
Add a title for the article, at level 1.
|
XMLTitle |
DocGeneratorAPI.addTitle(XMLArticle article,
java.lang.String title)
Add a title for the article, at the default level (1).
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLArticle.addResolvedTitle(XMLTitle title,
boolean allowIdenticalTitles)
Add a resolved title to the article.This title may be directly defined in the article, or it can result from another included article.
|
void |
XMLRawHTMLArticle.addTitle(XMLTitle title)
Add a resolved title to the article.
|
void |
XMLArticle.addTitle(XMLTitle title,
boolean includeInSearch,
boolean allowIdenticalTitles)
Add a resolved title to the article.This title may be directly defined in the article, or it can result from another included article.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence