org.apache.fop.area.inline
Class SpaceArea
- Serializable
A space
protected boolean | isAdjustable - Is this space adjustable?
|
protected String | space - The space for this space 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 |
SpaceArea(char s, int o, boolean a) - Create a space 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 |
isAdjustable
protected boolean isAdjustable
Is this space adjustable?
space
protected String space
The space for this space area
SpaceArea
public SpaceArea(char s,
int o,
boolean a)
Create a space area
s
- the space charactero
- the offset for the next areaa
- is this space adjustable?
getSpace
public String getSpace()
isAdjustable
public boolean isAdjustable()
- true if the space is adjustable (WRT word-space processing)
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.