org.apache.fop.area.inline
public class Leader extends InlineArea
InlineArea.InlineAdjustingInfoadjustingInfo, offsetbpd, 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, TBforeignAttributes| Constructor and Description |
|---|
Leader()
Create a new leader area.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getRuleStyle()
Get the rule style of this leader.
|
java.lang.String |
getRuleStyleAsString() |
int |
getRuleThickness()
Get the rule thickness of the rule in miilipoints.
|
void |
setRuleStyle(int style)
Set the rule style of this leader area.
|
void |
setRuleStyle(java.lang.String style)
Set the rule style of this leader area.
|
void |
setRuleThickness(int rt)
Set the rule thickness of the rule in miilipoints.
|
addChildArea, applyVariationFactor, getAdjustingInfo, getOffset, getParentArea, handleIPDVariation, hasLineThrough, hasOverline, hasUnderline, increaseIPD, isBlinking, notifyIPDVariation, setAdjustingInfo, setAdjustment, setOffset, setParentAreaaddTrait, addTrait, getAllocBPD, getAllocIPD, getAreaClass, getBooleanTrait, getBorderAndPaddingWidthAfter, getBorderAndPaddingWidthBefore, getBorderAndPaddingWidthEnd, getBorderAndPaddingWidthStart, getBPD, getIPD, getSpaceAfter, getSpaceBefore, getSpaceEnd, getSpaceStart, getTrait, getTraitAsInteger, getTraits, hasTrait, hasTraits, setAreaClass, setBPD, setIPD, toStringgetForeignAttributes, getForeignAttributeValue, setForeignAttribute, setForeignAttributespublic void setRuleStyle(int style)
style - the rule style for the leader linepublic void setRuleStyle(java.lang.String style)
style - the rule style for the leader area (XSL enum values)public void setRuleThickness(int rt)
rt - the rule thickness in millipointspublic int getRuleStyle()
public java.lang.String getRuleStyleAsString()
public int getRuleThickness()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.