Package | Description |
---|---|
org.axsl.common.value |
Classes (usually enums) for various values useful in document processing, typically used as return values for
traits.
|
org.axsl.fo.fo.prop |
Interfaces describing methods for obtaining property or trait values from the Fo Tree objects.
|
Modifier and Type | Method and Description |
---|---|
RelativeCompass |
WritingMode.getBottom()
Tells which relative direction is the "bottom" direction.
|
RelativeCompass |
WritingMode.getLeft()
Tells which relative direction is the "left" direction.
|
RelativeCompass |
WritingMode.getRelativeDirection(AbsoluteCompass absoluteDir)
Given an absolute direction, this method returns the corresponding
relative direction for this writing-mode.
|
RelativeCompass |
WritingMode.getRight()
Tells which relative direction is the "right" direction.
|
RelativeCompass |
WritingMode.getTop()
Tells which relative direction is the "top" direction.
|
static RelativeCompass |
RelativeCompass.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelativeCompass[] |
RelativeCompass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteCompass |
WritingMode.getAbsoluteDirection(RelativeCompass relativeDir)
Given a relative direction, this method returns the corresponding
absolute direction in this writing mode.
|
Modifier and Type | Method and Description |
---|---|
RelativeCompass |
CaptionSidePa.traitCaptionSide(FoContext context)
Returns the "caption-side" trait for this FO.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.