SourceForge.net Logo
aXSL API 0.2

org.axsl.fo.fo.prop
Interface AlignmentAdjustPa

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

public interface AlignmentAdjustPa

The XSL-FO alignment-adjust property.


Method Summary
 int traitAlignmentAdjust(FoContext context, FoInlineContext inlineContext)
          Returns the length component, if any, of the "alignment-adjust" trait for this FO.
 

Method Detail

traitAlignmentAdjust

int traitAlignmentAdjust(FoContext context,
                         FoInlineContext inlineContext)
Returns the length component, if any, of the "alignment-adjust" trait for this FO.

Parameters:
context - An object that knows how to resolve FO Tree context issues.
inlineContext - An object that knows how to resolve FO Tree context issues that apply to inline objects.
Returns:
The length, in millipoints, of the alignment-adjust, if the value is a length, or zero otherwise.
See Also:
"XSL-FO Standard 1.0, Section 7.13.1"

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.