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 |
---|---|
static SentenceStyle |
SentenceStyle.createColorStyle(java.lang.String color)
Creates a sentence with a font of a specified color.
|
static SentenceStyle |
SentenceStyle.createColorStyle(java.lang.String color,
java.lang.String background)
Creates a sentence with a font of a specified color and background color.
|
static SentenceStyle |
SentenceStyle.createFontFamilyStyle(java.lang.String fontFace)
Creates a sentence with a font of a specified family.
|
static SentenceStyle |
SentenceStyle.createSizeStyle(int size)
Creates a sentence with a font of a specified size.
|
static SentenceStyle |
SentenceStyle.createSizeStyle(java.lang.String namedSize)
Creates a sentence with a font of a specified named size.
|
static SentenceStyle |
SentenceStyle.createStyle(int type,
int size,
java.lang.String color,
java.lang.String background,
java.lang.String fontFace)
Creates a sentence with a font of a specified color.
|
static SentenceStyle |
SentenceStyle.createStyle(int type,
java.lang.String namedSize,
java.lang.String color,
java.lang.String background,
java.lang.String fontFace)
Creates a sentence with a font of a specified color, background color, size, font face.
|
static SentenceStyle |
SentenceStyle.createTypeStyle(int type)
Creates a sentence with a font of a specified type.
|
SentenceStyle |
SentenceStyle.setBackground(java.lang.String background)
Set the background color of the font.
|
SentenceStyle |
SentenceStyle.setColor(java.lang.String color)
Set the color of the font.
|
SentenceStyle |
SentenceStyle.setFontFamily(java.lang.String fontFace)
Set the family of the font.
|
SentenceStyle |
SentenceStyle.setSize(int size)
Set the specified size of the font.
|
SentenceStyle |
SentenceStyle.setSize(java.lang.String namedSize)
Set the specified named size of the font.
|
SentenceStyle |
SentenceStyle.setType(int type)
Set the specified type of the font.
|
Modifier and Type | Method and Description |
---|---|
XMLListItem |
DocGeneratorAPI.addListItem(XMLList list,
java.lang.String sentence,
SentenceStyle style)
Add a list item to a list.
|
void |
DocGeneratorAPI.addMultilineSentence(ParagraphElementParent parent,
java.lang.String text,
SentenceStyle style)
Add a multiline sentence, setting also its style.
|
void |
DocGeneratorAPI.addMultilineSentence(XMLArticle article,
java.lang.String text,
SentenceStyle style)
Add a multiline sentence, setting also its style, at the end of an article.
|
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,
SentenceStyle style)
Add a sentence, setting also its style, at the end of an article.
|
XMLTableCell |
DocGeneratorAPI.addTableCell(XMLTableRow trow,
java.lang.String sentence,
SentenceStyle style)
Add a table cell.
|
XMLTableColumn |
DocGeneratorAPI.addTableColumn(XMLTable table,
java.lang.String title,
SentenceStyle style)
Add a table column.
|
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.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence