org.apache.fop.area.inline
Class Character
- Serializable
Single character inline area.
This inline area holds a single character.
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 |
Character(char ch)- Create a new character inline area with the given character.
|
void | addHyphen(char hyphChar, int hyphSize)- Add the hyphenation character and its length.
|
String | getChar()- Get the character for this inline character 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 |
Character
public Character(char ch)
Create a new character inline area with the given character.
ch - the character for this inline area
addHyphen
public void addHyphen(char hyphChar,
int hyphSize) Add the hyphenation character and its length.
hyphChar - the hyphenation characterhyphSize - the size of the hyphenation character
getChar
public String getChar()
Get the character for this inline character area.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.