org.apache.fop.area.inline
public class Character extends AbstractTextArea
AbstractTextArea.TextAdjustingInfo
InlineArea.InlineAdjustingInfo
autoSize, inlines
adjustingInfo, offset
bpd, BT, CLASS_ABSOLUTE, CLASS_BEFORE_FLOAT, CLASS_FIXED, CLASS_FOOTNOTE, CLASS_MAX, CLASS_NORMAL, CLASS_SIDE_FLOAT, ipd, log, LR, ORIENT_0, ORIENT_180, ORIENT_270, ORIENT_90, props, RL, TB
foreignAttributes
Constructor and Description |
---|
Character(char ch)
Deprecated.
Create a new character inline area with the given character.
|
Modifier and Type | Method and Description |
---|---|
void |
addHyphen(char hyphChar,
int hyphSize)
Deprecated.
Add the hyphenation character and its length.
|
java.lang.String |
getChar()
Deprecated.
Get the character for this inline character area.
|
applyVariationFactor, getBaselineOffset, getTextLetterSpaceAdjust, getTextWordSpaceAdjust, setBaselineOffset, setSpaceDifference, setTextLetterSpaceAdjust, setTextWordSpaceAdjust
addChildArea, getChildAreas
getAdjustingInfo, getOffset, getParentArea, handleIPDVariation, hasLineThrough, hasOverline, hasUnderline, increaseIPD, isBlinking, notifyIPDVariation, setAdjustingInfo, setAdjustment, setOffset, setParentArea
addTrait, addTrait, getAllocBPD, getAllocIPD, getAreaClass, getBooleanTrait, getBorderAndPaddingWidthAfter, getBorderAndPaddingWidthBefore, getBorderAndPaddingWidthEnd, getBorderAndPaddingWidthStart, getBPD, getIPD, getSpaceAfter, getSpaceBefore, getSpaceEnd, getSpaceStart, getTrait, getTraitAsInteger, getTraits, hasTrait, hasTraits, setAreaClass, setBPD, setIPD, toString
getForeignAttributes, getForeignAttributeValue, setForeignAttribute, setForeignAttributes
public Character(char ch)
ch
- the character for this inline areapublic java.lang.String getChar()
public void addHyphen(char hyphChar, int hyphSize)
hyphChar
- the hyphenation characterhyphSize
- the size of the hyphenation characterCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.