|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Font | |
---|---|
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. |
Uses of Font in org.odftoolkit.simple.style |
---|
Methods in org.odftoolkit.simple.style that return Font | |
---|---|
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 |
Methods in org.odftoolkit.simple.style with parameters of type Font | |
---|---|
void |
TextProperties.setFont(Font font)
Set the font definition for western character. |
void |
TextProperties.setFont(Font font,
Locale language)
Set the font definition. |
Uses of Font in org.odftoolkit.simple.table |
---|
Methods in org.odftoolkit.simple.table that return Font | |
---|---|
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. |
Methods in org.odftoolkit.simple.table with parameters of type Font | |
---|---|
void |
Cell.setFont(Font font)
Set font style for this cell. |
void |
CellStyleHandler.setFont(Font font)
Set the font definition. |
void |
CellStyleHandler.setFont(Font font,
Locale language)
Set the font definition. |
Uses of Font in org.odftoolkit.simple.text |
---|
Methods in org.odftoolkit.simple.text that return Font | |
---|---|
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. |
Methods in org.odftoolkit.simple.text with parameters of type Font | |
---|---|
void |
Paragraph.setFont(Font font)
Sets font style for this paragraph. |
void |
ParagraphStyleHandler.setFont(Font font)
Set the font definition. |
void |
ParagraphStyleHandler.setFont(Font font,
Locale language)
Set the font definition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |