|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StyleTypeDefinitions.SupportedLinearMeasure | |
|---|---|
| org.odftoolkit.simple.style | Provide convenient methods to handle style definitions in ODF document. |
| Uses of StyleTypeDefinitions.SupportedLinearMeasure in org.odftoolkit.simple.style |
|---|
| Methods in org.odftoolkit.simple.style that return StyleTypeDefinitions.SupportedLinearMeasure | |
|---|---|
static StyleTypeDefinitions.SupportedLinearMeasure |
StyleTypeDefinitions.SupportedLinearMeasure.enumValueOf(String aValue)
|
StyleTypeDefinitions.SupportedLinearMeasure |
Border.getLinearMeasure()
Return the linear measurement |
static StyleTypeDefinitions.SupportedLinearMeasure |
StyleTypeDefinitions.SupportedLinearMeasure.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StyleTypeDefinitions.SupportedLinearMeasure[] |
StyleTypeDefinitions.SupportedLinearMeasure.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.SupportedLinearMeasure | |
|---|---|
protected Border |
Border.changeLineMeasure(StyleTypeDefinitions.SupportedLinearMeasure newLineMeasure)
Return a border which is same but with a different line measurement |
double |
StyleTypeDefinitions.SupportedLinearMeasure.convert(double measure,
StyleTypeDefinitions.SupportedLinearMeasure measureUnit)
Convert the given linear measure in the given unit to this unit. |
void |
Border.setLinearMeasure(StyleTypeDefinitions.SupportedLinearMeasure linearMeasure)
Set linear measurement |
| Constructors in org.odftoolkit.simple.style with parameters of type StyleTypeDefinitions.SupportedLinearMeasure | |
|---|---|
Border(Color aColor,
double width,
double innerLineWidth,
double outerLineWidth,
StyleTypeDefinitions.SupportedLinearMeasure linearMeasure)
Constructor to create a double line border |
|
Border(Color aColor,
double width,
StyleTypeDefinitions.SupportedLinearMeasure linearMeasure)
Constructor to create a single line border |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||