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.
|
org.axsl.galley |
Interfaces useful for client applications that wish to read an AreaTree, usually to create an output document.
|
Modifier and Type | Method and Description |
---|---|
static BorderStyle |
BorderStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BorderStyle[] |
BorderStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BorderStyle |
CommonBorderPaddingBgPa.traitBorderAfterStyle(FoContext context)
Returns the "border-after-style" trait for this FO.
|
BorderStyle |
CommonBorderPaddingBgPa.traitBorderBeforeStyle(FoContext context)
Returns the "border-before-style" trait for this FO.
|
BorderStyle |
CommonBorderPaddingBgPa.traitBorderEndStyle(FoContext context)
Returns the "border-end-style" trait for this FO.
|
BorderStyle |
CommonBorderPaddingBgPa.traitBorderStartStyle(FoContext context)
Returns the "border-start-style" trait for this FO.
|
BorderStyle |
ChangeBarStylePa.traitChangeBarStyle(FoContext context)
Returns the "change-bar-style" trait for this FO.
|
Modifier and Type | Method and Description |
---|---|
BorderStyle |
BorderPaddingArea.traitBorderAfterStyle()
Returns the border style for the "after" edge of this Area.
|
BorderStyle |
BorderPaddingArea.traitBorderBeforeStyle()
Returns the border style for the "before" edge of this Area.
|
BorderStyle |
BorderPaddingArea.traitBorderEndStyle()
Returns the border style for the "end" edge of this Area.
|
BorderStyle |
BorderPaddingArea.traitBorderStartStyle()
Returns the border style for the "start" edge of this Area.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.