SourceForge.net Logo
aXSL API 0.1

org.axsl.areaR
Interface TextArea

All Superinterfaces:
Area, AreaNode, GeneralInlineArea

public interface TextArea
extends GeneralInlineArea

An Area containing text.


Method Summary
 char[] getText()
          Returns the text that should actually be used in the output document.
 int getWordSpacing()
          The word-spacing for this text area.
 
Methods inherited from interface org.axsl.areaR.GeneralInlineArea
baselineX, baselineY, getLineArea, getPrimaryFont, getSecondaryFont, letterSpacing, traitFontSize, traitOverlineScore, traitOverlineScoreColor, traitThroughScore, traitThroughScoreColor, traitUnderlineScore, traitUnderlineScoreColor
 
Methods inherited from interface org.axsl.areaR.Area
brBPD, brIPD, brOriginX, brOriginY, brPoints, crBPD, crIPD, crOriginX, crOriginY, destinationName, generatedByExists, generatedByName, getColor, getProgressionDimension, linkDestination, linkType, prOriginX, prOriginY, rrBPD, rrIPD, rrOriginX, rrOriginY, traitBorderAfterColor, traitBorderAfterWidth, traitBorderBeforeColor, traitBorderBeforeWidth, traitBorderEndColor, traitBorderEndWidth, traitBorderStartColor, traitBorderStartWidth, traitOverflow, traitScaling
 
Methods inherited from interface org.axsl.areaR.AreaNode
ancestorLineAreaOut, getAreaName, getChildren, getFontConsumer, getParentOut, render, traitColor, traitFontStyle, traitFontWeight, traitId, traitInternalDestination
 

Method Detail

getText

public char[] getText()

Returns the text that should actually be used in the output document. The text returned has the following changes made to it, if appopriate:

Returns:
The text to be used in the output document.

getWordSpacing

public int getWordSpacing()
The word-spacing for this text area.

Returns:
Returns the amount of word-spacing, in millipoints, that should be used for this text area.

SourceForge.net Logo
aXSL API 0.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.