SourceForge.net Logo
aXSL API 0.2

org.axsl.fo.fo.prop
Interface CommonMarginInlinePa

All Superinterfaces:
CommonMarginInlineOptimumPa
All Known Subinterfaces:
BasicLink, CharacterSequence, ExternalGraphic, Inline, InlineContainer, InstreamForeignObject, Leader, PageNumber, PageNumberCitation, PageNumberCitationLast, ScalingValueCitation, Title

public interface CommonMarginInlinePa
extends CommonMarginInlineOptimumPa

The XSL-FO Common Margin Properties--Inline. 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.

See Also:
"XSL-FO, 1.1, Section 7.12."

Method Summary
 Conditionality traitSpaceEndConditionality()
          Returns the "conditionality" component of the "space-end" trait for this FO.
 int traitSpaceEndMaximum(FoContext context)
          Returns the "maximum" component of the "space-end" trait for this FO.
 int traitSpaceEndMinimum(FoContext context)
          Returns the "minimum" component of the "space-end" trait for this FO.
 int traitSpaceEndPrecedence()
          Returns the "precedence" component of the "space-end" trait for this FO.
 Conditionality traitSpaceStartConditionality()
          Returns the "conditionality" component of the "space-start" trait for this FO.
 int traitSpaceStartMaximum(FoContext context)
          Returns the "maximum" component of the "space-start" trait for this FO.
 int traitSpaceStartMinimum(FoContext context)
          Returns the "minimum" component of the "space-start" trait for this FO.
 int traitSpaceStartPrecedence()
          Returns the "precedence" component of the "space-start" trait for this FO.
 
Methods inherited from interface org.axsl.fo.fo.prop.CommonMarginInlineOptimumPa
traitSpaceEndOptimum, traitSpaceStartOptimum
 

Method Detail

traitSpaceStartMinimum

int traitSpaceStartMinimum(FoContext context)
Returns the "minimum" component of the "space-start" trait for this FO.

Parameters:
context - An object that knows how to resolve FO Tree context issues.
Returns:
The "minimum" component of the "space-start" trait.
See Also:
"XSL-FO Standard 1.0, Section 7.11.2", "XSL-FO Standard 1.0, Section 4.3"

traitSpaceStartMaximum

int traitSpaceStartMaximum(FoContext context)
Returns the "maximum" component of the "space-start" trait for this FO.

Parameters:
context - An object that knows how to resolve FO Tree context issues.
Returns:
The "maximum" component of the "space-start" trait.
See Also:
"XSL-FO Standard 1.0, Section 7.11.2", "XSL-FO Standard 1.0, Section 4.3"

traitSpaceStartConditionality

Conditionality traitSpaceStartConditionality()
Returns the "conditionality" component of the "space-start" trait for this FO.

Returns:
The space-start conditionality.
See Also:
"XSL-FO Standard 1.0, Section 7.11.2", "XSL-FO Standard 1.0, Section 4.3"

traitSpaceStartPrecedence

int traitSpaceStartPrecedence()
Returns the "precedence" component of the "space-start" trait for this FO.

Returns:
The space-start precedence. A higher value indicates a higher precedence for this condition. The keyword value "force" will be returned as Integer.MAX_VALUE.
See Also:
"XSL-FO Standard 1.0, Section 7.11.2", "XSL-FO Standard 1.0, Section 4.3"

traitSpaceEndMinimum

int traitSpaceEndMinimum(FoContext context)
Returns the "minimum" component of the "space-end" trait for this FO.

Parameters:
context - An object that knows how to resolve FO Tree context issues.
Returns:
The "minimum" component of the "space-end" trait.
See Also:
"XSL-FO Standard 1.0, Section 7.11.1", "XSL-FO Standard 1.0, Section 4.3"

traitSpaceEndMaximum

int traitSpaceEndMaximum(FoContext context)
Returns the "maximum" component of the "space-end" trait for this FO.

Parameters:
context - An object that knows how to resolve FO Tree context issues.
Returns:
The "maximum" component of the "space-end" trait.
See Also:
"XSL-FO Standard 1.0, Section 7.11.1", "XSL-FO Standard 1.0, Section 4.3"

traitSpaceEndConditionality

Conditionality traitSpaceEndConditionality()
Returns the "conditionality" component of the "space-end" trait for this FO.

Returns:
The space-end conditionality.
See Also:
"XSL-FO Standard 1.0, Section 7.11.1", "XSL-FO Standard 1.0, Section 4.3"

traitSpaceEndPrecedence

int traitSpaceEndPrecedence()
Returns the "precedence" component of the "space-end" trait for this FO.

Returns:
The space-end precedence. A higher value indicates a higher precedence for this condition. The keyword value "force" will be returned as Integer.MAX_VALUE.
See Also:
"XSL-FO Standard 1.0, Section 7.11.1", "XSL-FO Standard 1.0, Section 4.3"

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.