Package | Description |
---|---|
org.odftoolkit.simple.draw |
Provide high level methods to manipulate draw frame and text box.
|
org.odftoolkit.simple.style |
Provide convenient methods to handle style definitions in ODF document.
|
Modifier and Type | Method and Description |
---|---|
StyleTypeDefinitions.SupportedLinearMeasure |
FrameRectangle.getLinearMeasure() |
Modifier and Type | Method and Description |
---|---|
void |
FrameRectangle.setLinearMeasure(StyleTypeDefinitions.SupportedLinearMeasure newLinearMeasure) |
Constructor and Description |
---|
FrameRectangle(double x,
double y,
double width,
double height,
StyleTypeDefinitions.SupportedLinearMeasure linearMeasure)
Create an instance of FrameRectangle with the top-left point (x, y),
width, height and the measurement
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
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
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.