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 |
---|---|
AbsoluteDirection |
WritingMode.getAbsoluteDirFromRelativeAxis(RelativeAxis relativeAxis)
Given a relative axis, this method returns the related absolute
direction that applies to that axis.
|
AbsoluteDirection |
WritingMode.getBpDirection()
Returns the block-progression-direction for this writing-mode.
|
AbsoluteDirection |
WritingMode.getIpDirectionEven()
Returns the inline-progression-direction for even-numbered lines for this
writing-mode.
|
AbsoluteDirection |
WritingMode.getIpDirectionOdd()
Returns the inline-progression-direction for odd-numbered lines for this
writing-mode.
|
AbsoluteDirection |
WritingMode.getShiftEven()
Returns the shift-direction for even-numbered lines for this
writing-mode.
|
AbsoluteDirection |
WritingMode.getShiftOdd()
Returns the shift-direction for odd-numbered lines for this writing-mode.
|
static AbsoluteDirection |
AbsoluteDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbsoluteDirection[] |
AbsoluteDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDirection |
DirectionPa.traitDirection(FoContext context)
Returns the "direction" 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.