SourceForge.net Logo
aXSL API 0.2

org.axsl.fo
Interface FoInlineContext


public interface FoInlineContext

This interface has a similar purpose to FoContext, but applies only to inline objects.


Method Summary
 int alignmentAdjustBase()
          Returns the base to which percentages should be applied when computing the "alignment-adjust" length.
 

Method Detail

alignmentAdjustBase

int alignmentAdjustBase()
Returns the base to which percentages should be applied when computing the "alignment-adjust" length. If the area is generated by an fo:external-graphic or fo:instream-foreign-object, this value should be the the area's computed "height". If the area was generated by an fo:character, this value is the "font-size". If neither of these is true, this value is the "line-height".

Returns:
The base to be used for any percentage computations in an alignment-adjust computation.

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.