|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommonMarginBlockPa
The XSL-FO Common Margin Properties--Block. Note the absence of methods for the margin-left, margin-right, margin-top, and margin-bottom properties that are documented in the XSL-FO Recommendation. Implementations support these properties at parse time, but normalize the values in those properties to the equivalent space-before, space-after, space-start, or space-end properties.
| Method Summary | |
|---|---|
int |
traitEndIndent(FoContext context)
Returns the "end-indent" trait for this FO. |
Conditionality |
traitSpaceAfterConditionality(FoContext context)
Returns the "conditionality" component of the "space-after" trait for this FO. |
int |
traitSpaceAfterMaximum(FoContext context)
Returns the "maximum" component of the "space-after" trait for this FO. |
int |
traitSpaceAfterMinimum(FoContext context)
Returns the "minimum" component of the "space-after" trait for this FO. |
int |
traitSpaceAfterOptimum(FoContext context)
Returns the "optimum" component of the "space-after" trait for this FO. |
int |
traitSpaceAfterPrecedence()
Returns the "precedence" component of the "space-after" trait for this FO. |
Conditionality |
traitSpaceBeforeConditionality(FoContext context)
Returns the "conditionality" component of the "space-before" trait for this FO. |
int |
traitSpaceBeforeMaximum(FoContext context)
Returns the "maximum" component of the "space-before" trait for this FO. |
int |
traitSpaceBeforeMinimum(FoContext context)
Returns the "minimum" component of the "space-before" trait for this FO. |
int |
traitSpaceBeforeOptimum(FoContext context)
Returns the "optimum" component of the "space-before" trait for this FO. |
int |
traitSpaceBeforePrecedence()
Returns the "precedence" component of the "space-before" trait for this FO. |
int |
traitStartIndent(FoContext context)
Returns the "start-indent" trait for this FO. |
| Method Detail |
|---|
int traitSpaceBeforeMinimum(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitSpaceBeforeOptimum(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitSpaceBeforeMaximum(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
Conditionality traitSpaceBeforeConditionality(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitSpaceBeforePrecedence()
Integer.MAX_VALUE.int traitSpaceAfterMinimum(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitSpaceAfterOptimum(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitSpaceAfterMaximum(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
Conditionality traitSpaceAfterConditionality(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitSpaceAfterPrecedence()
Integer.MAX_VALUE.int traitStartIndent(FoContext context)
context - An object that knows how to resolve FO Tree context
issues.
int traitEndIndent(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.