|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommonBorderPaddingBgPa
The XSL-FO Common Border, Padding, and Background properties.
| Method Summary | |
|---|---|
BackgroundAttachment |
traitBackgroundAttachment(FoContext context)
Returns the "background-attachment" trait for this FO. |
java.awt.Color |
traitBackgroundColor(FoContext context)
Returns the "background-color" trait for this FO. |
Graphic |
traitBackgroundImage(FoContext context)
Returns the "background-image" trait for this FO. |
int |
traitBackgroundPositionHorizontal(FoContext context,
int paddingRectangleWidth,
int backgroundImageWidth)
Returns the "background-position-horizontal" trait for this FO. |
int |
traitBackgroundPositionVertical(FoContext context,
int paddingRectangleHeight,
int backgroundImageHeight)
Returns the "background-position-vertical" trait for this FO. |
BackgroundRepeat |
traitBackgroundRepeat(FoContext context)
Returns the "background-repeat" trait for this FO. |
java.awt.Color |
traitBorderAfterColor(FoContext context)
Returns the "border-after-color" trait for this FO. |
BorderStyle |
traitBorderAfterStyle(FoContext context)
Returns the "border-after-style" trait for this FO. |
int |
traitBorderAfterWidth(FoContext context)
Returns the "border-after-width" trait for this FO. |
java.awt.Color |
traitBorderBeforeColor(FoContext context)
Returns the "border-before-color" trait for this FO. |
BorderStyle |
traitBorderBeforeStyle(FoContext context)
Returns the "border-before-style" trait for this FO. |
int |
traitBorderBeforeWidth(FoContext context)
Returns the "border-before-width" trait for this FO. |
java.awt.Color |
traitBorderEndColor(FoContext context)
Returns the "border-end-color" trait for this FO. |
BorderStyle |
traitBorderEndStyle(FoContext context)
Returns the "border-end-style" trait for this FO. |
int |
traitBorderEndWidth(FoContext context)
Returns the "border-end-width" trait for this FO. |
java.awt.Color |
traitBorderStartColor(FoContext context)
Returns the "border-start-color" trait for this FO. |
BorderStyle |
traitBorderStartStyle(FoContext context)
Returns the "border-start-style" trait for this FO. |
int |
traitBorderStartWidth(FoContext context)
Returns the "border-start-width" trait for this FO. |
int |
traitPaddingAfter(FoContext context)
Returns the "padding-after" trait for this FO. |
int |
traitPaddingBefore(FoContext context)
Returns the "padding-before" trait for this FO. |
int |
traitPaddingEnd(FoContext context)
Returns the "padding-end" trait for this FO. |
int |
traitPaddingStart(FoContext context)
Returns the "padding-start" trait for this FO. |
| Method Detail |
|---|
BackgroundAttachment traitBackgroundAttachment(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
java.awt.Color traitBackgroundColor(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
Graphic traitBackgroundImage(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
BackgroundRepeat traitBackgroundRepeat(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitBackgroundPositionHorizontal(FoContext context,
int paddingRectangleWidth,
int backgroundImageWidth)
context - An object that knows how to resolve FO Tree context
issues.paddingRectangleWidth - The width of the padding rectangle, used
for percentage computations.
(It may be tempting to think that this parameter should be in the
FoContext instead of a separate parameter.
However, this parameter value is used in almost all cases, and the
FoContext is reserved for cases where the parameter is expected
to be needed infrequently.)backgroundImageWidth - The width, in millipoints, of the
background-image.
int traitBackgroundPositionVertical(FoContext context,
int paddingRectangleHeight,
int backgroundImageHeight)
context - An object that knows how to resolve FO Tree context
issues.paddingRectangleHeight - The height of the padding rectangle, used
for percentage computations.
(It may be tempting to think that this parameter should be in the
FoContext instead of a separate parameter.
However, this parameter value is used in almost all cases, and the
FoContext is reserved for cases where the parameter is expected
to be needed infrequently.)backgroundImageHeight - The height, in millipoints, of the
background-image.
java.awt.Color traitBorderBeforeColor(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
BorderStyle traitBorderBeforeStyle(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitBorderBeforeWidth(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
java.awt.Color traitBorderAfterColor(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
BorderStyle traitBorderAfterStyle(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitBorderAfterWidth(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
java.awt.Color traitBorderStartColor(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
BorderStyle traitBorderStartStyle(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitBorderStartWidth(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
java.awt.Color traitBorderEndColor(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
BorderStyle traitBorderEndStyle(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitBorderEndWidth(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitPaddingBefore(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitPaddingAfter(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitPaddingStart(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitPaddingEnd(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.