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 |
---|---|
XMLSentence |
DocGeneratorAPI.addSentence(ParagraphElementParent parent,
java.lang.String text)
Add a sentence.
|
XMLSentence |
DocGeneratorAPI.addSentence(ParagraphElementParent parent,
java.lang.String text,
int type)
Add a sentence.
|
XMLSentence |
DocGeneratorAPI.addSentence(ParagraphElementParent parent,
java.lang.String text,
int type,
int size)
Add a sentence.
|
XMLSentence |
DocGeneratorAPI.addSentence(ParagraphElementParent parent,
java.lang.String text,
SentenceStyle style)
Add a sentence, setting also its style.
|
XMLSentence |
DocGeneratorAPI.addSentence(XMLArticle article,
java.lang.String text)
Add a sentence, at the end of an article.
|
XMLSentence |
DocGeneratorAPI.addSentence(XMLArticle article,
java.lang.String text,
int type)
Add a sentence.
|
XMLSentence |
DocGeneratorAPI.addSentence(XMLArticle article,
java.lang.String text,
int type,
int size)
Add a sentence.
|
XMLSentence |
DocGeneratorAPI.addSentence(XMLArticle article,
java.lang.String text,
SentenceStyle style)
Add a sentence, setting also its style, at the end of an article.
|
XMLSentence |
DocGeneratorAPI.addSentence(XMLTextStyle textStyle,
java.lang.String text)
Add a sentence in a text style.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence