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 |
---|---|
XMLTextStyle |
DocGeneratorAPI.addTextStyle(ParagraphElementParent parent,
SentenceStyle style)
Add a text style.
|
XMLTextStyle |
DocGeneratorAPI.addTextStyle(XMLArticle article,
SentenceStyle style)
Add a text style, at the end of an article.
|
Modifier and Type | Method and Description |
---|---|
XMLAnchor |
DocGeneratorAPI.addAnchor(XMLTextStyle textStyle,
java.lang.String anchorID,
java.lang.String text) |
XMLSentence |
DocGeneratorAPI.addSentence(XMLTextStyle textStyle,
java.lang.String text)
Add a sentence in a text style.
|
Modifier and Type | Method and Description |
---|---|
XMLTextStyle |
AbstractStylableText.getParentStyle()
Return the parent style.
|
XMLTextStyle |
StylableText.getParentStyle()
Return the parent style.
|
XMLTextStyle |
XMLSpan.getParentStyle()
Return null.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractStylableText.setParentStyle(XMLTextStyle parentStyle)
Set the parent text style.
|
void |
StylableText.setParentStyle(XMLTextStyle parentStyle)
Set the parent text style.
|
void |
XMLSpan.setParentStyle(XMLTextStyle parentStyle)
Do nothing.
|
Constructor and Description |
---|
XMLTextStyle(XMLTextStyle parentStyle) |
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence