public class Footnote extends BlockParent
children, xOffset, yOffset
bidiLevel, bpd, CLASS_ABSOLUTE, CLASS_BEFORE_FLOAT, CLASS_FIXED, CLASS_FOOTNOTE, CLASS_MAX, CLASS_NORMAL, CLASS_SIDE_FLOAT, effectiveIPD, ipd, log, ORIENT_0, ORIENT_180, ORIENT_270, ORIENT_90, traits
extensionAttachments, foreignAttributes
Constructor and Description |
---|
Footnote() |
Modifier and Type | Method and Description |
---|---|
void |
addBlock(Block child)
Add a block area as child to the footnote area
|
Block |
getSeparator()
Get the separator area for this footnote area.
|
int |
getTop()
Get the relative position of the footnote inside the body region.
|
void |
setSeparator(Block sep)
Set the separator area for this footnote.
|
void |
setTop(int top)
Set the relative position of the footnote inside the body region.
|
activateEffectiveIPD, addChildArea, getChildAreas, getEffectiveIPD, getXOffset, getYOffset, isEmpty, setXOffset, setYOffset
addTrait, clone, getAllocBPD, getAllocIPD, getAreaClass, getBidiLevel, getBorderAndPaddingWidthAfter, getBorderAndPaddingWidthBefore, getBorderAndPaddingWidthEnd, getBorderAndPaddingWidthStart, getBPD, getChangeBarList, getEffectiveAllocIPD, getIPD, getSpaceAfter, getSpaceBefore, getSpaceEnd, getSpaceStart, getTrait, getTraitAsBoolean, getTraitAsInteger, getTraits, hasTrait, hasTraits, resetBidiLevel, setAreaClass, setBidiLevel, setBPD, setChangeBarList, setIPD, setTraits, setWritingModeTraits, toString
addExtensionAttachment, getExtensionAttachments, getForeignAttributes, getForeignAttributeValue, hasExtensionAttachments, setExtensionAttachments, setForeignAttribute, setForeignAttributes
public void setSeparator(Block sep)
sep
- the separator areapublic Block getSeparator()
public void setTop(int top)
top
- the relative position.public int getTop()
public void addBlock(Block child)
addBlock
in class BlockParent
child
- the block area.Copyright © 2022 Apache Software Foundation. All rights reserved.