Package | Description |
---|---|
org.odftoolkit.simple.style |
Provide convenient methods to handle style definitions in ODF document.
|
org.odftoolkit.simple.table |
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
|
org.odftoolkit.simple.text |
Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section.
|
Modifier and Type | Method and Description |
---|---|
Font |
TextProperties.getFont()
Return the font definition for western characters.
|
Font |
TextProperties.getFont(Document.ScriptType type)
Return the font definition for a specific script type
|
Modifier and Type | Method and Description |
---|---|
void |
TextProperties.setFont(Font font)
Set the font definition for western character.
|
void |
TextProperties.setFont(Font font,
Locale language)
Set the font definition.
|
Modifier and Type | Method and Description |
---|---|
Font |
Cell.getFont()
Return the font definition for this cell.
|
Font |
CellStyleHandler.getFont(Document.ScriptType type)
Return the font definition for a specific script type.
|
Modifier and Type | Method and Description |
---|---|
void |
CellStyleHandler.setFont(Font font)
Set the font definition.
|
void |
Cell.setFont(Font font)
Set font style for this cell.
|
void |
CellStyleHandler.setFont(Font font,
Locale language)
Set the font definition.
|
Modifier and Type | Method and Description |
---|---|
Font |
Paragraph.getFont()
Returns the font definition for this paragraph.
|
Font |
ParagraphStyleHandler.getFont(Document.ScriptType type)
Return the font definition for a specific script type.
|
Modifier and Type | Method and Description |
---|---|
void |
ParagraphStyleHandler.setFont(Font font)
Set the font definition.
|
void |
Paragraph.setFont(Font font)
Sets font style for this paragraph.
|
void |
ParagraphStyleHandler.setFont(Font font,
Locale language)
Set the font definition.
|
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.