|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StyleTypeDefinitions.TextLinePosition | |
---|---|
org.odftoolkit.simple.style | Provide convenient methods to handle style definitions in ODF document. |
Uses of StyleTypeDefinitions.TextLinePosition in org.odftoolkit.simple.style |
---|
Methods in org.odftoolkit.simple.style that return StyleTypeDefinitions.TextLinePosition | |
---|---|
StyleTypeDefinitions.TextLinePosition |
Font.getTextLinePosition()
Get the font text line position |
StyleTypeDefinitions.TextLinePosition |
TextProperties.getTextLineStyle()
Return the font text line style |
static StyleTypeDefinitions.TextLinePosition |
StyleTypeDefinitions.TextLinePosition.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StyleTypeDefinitions.TextLinePosition[] |
StyleTypeDefinitions.TextLinePosition.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.odftoolkit.simple.style with parameters of type StyleTypeDefinitions.TextLinePosition | |
---|---|
void |
Font.setTextLinePosition(StyleTypeDefinitions.TextLinePosition textLinePosition)
Set the font text line position |
void |
TextProperties.setTextLineStyle(StyleTypeDefinitions.TextLinePosition style)
Set the font text line style for characters |
Constructors in org.odftoolkit.simple.style with parameters of type StyleTypeDefinitions.TextLinePosition | |
---|---|
Font(String fontFamilyName,
StyleTypeDefinitions.FontStyle simpleFontStyle,
double fontSize,
Color color,
StyleTypeDefinitions.TextLinePosition textLinePosition)
Create a font with specific family name, style, size, front color and line position |
|
Font(String fontFamilyName,
StyleTypeDefinitions.FontStyle simpleFontStyle,
double fontSize,
Color color,
StyleTypeDefinitions.TextLinePosition textLinePosition,
Locale language)
Create a font with specific family name, style, size, color, and line position for a specific character. |
|
Font(String fontFamilyName,
StyleTypeDefinitions.FontStyle simpleFontStyle,
double fontSize,
StyleTypeDefinitions.TextLinePosition textLinePosition)
Create a font with specific family name, font style, size and line position. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |