org.apache.fop.area.inline
Class WordArea
- Serializable
A string of characters without spaces
protected int[] | letterAdjust - An array of width for adjusting the individual letters (optional)
|
protected int | offset - The correction offset for the next area
|
protected String | word - The text for this word area
|
BT , CLASS_ABSOLUTE , CLASS_BEFORE_FLOAT , CLASS_FIXED , CLASS_FOOTNOTE , CLASS_MAX , CLASS_NORMAL , CLASS_SIDE_FLOAT , LR , ORIENT_0 , ORIENT_180 , ORIENT_270 , ORIENT_90 , RL , TB , bpd , ipd , log , props |
WordArea(String w, int o, int[] la) - Create a word area
|
addChildArea , applyVariationFactor , getAdjustingInfo , getOffset , getParentArea , handleIPDVariation , hasLineThrough , hasOverline , hasUnderline , increaseIPD , isBlinking , notifyIPDVariation , setAdjustingInfo , setAdjustment , setOffset , setParentArea |
addChildArea , addTrait , addTrait , getAllocBPD , getAllocIPD , getAreaClass , getBPD , getBooleanTrait , getBorderAndPaddingWidthAfter , getBorderAndPaddingWidthBefore , getBorderAndPaddingWidthEnd , getBorderAndPaddingWidthStart , getIPD , getSpaceAfter , getSpaceBefore , getSpaceEnd , getSpaceStart , getTrait , getTraitAsInteger , getTraits , hasTrait , hasTraits , setAreaClass , setBPD , setIPD , toString |
letterAdjust
protected int[] letterAdjust
An array of width for adjusting the individual letters (optional)
offset
protected int offset
The correction offset for the next area
word
protected String word
The text for this word area
WordArea
public WordArea(String w,
int o,
int[] la)
Create a word area
w
- the word stringo
- the offset for the next areala
- the letter adjust array (may be null)
getLetterAdjustArray
public int[] getLetterAdjustArray()
- the array of letter adjust widths
getWord
public String getWord()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.