public class RegionAfter extends FormattingObject
EMPTY_ARRAYMAP_TYPE_FLYWEIGHT, MAP_TYPE_HASH| Modifier and Type | Method and Description |
|---|---|
boolean |
addUnsafe(java.lang.Object child)
Adds a NodeElement to this FormattingObject.
|
Background |
getBackground()
Gets the background of this fo.
|
Border |
getBorder()
Gets the border of this fo.
|
Values.DisplayAlignment |
getDisplayAlign()
Gets the display-alignment.
|
java.util.List |
getElements()
Gets childreen of this node.
|
Measure |
getExtent() |
Padding |
getPadding()
Gets the padding of this fo.
|
java.lang.String |
getRegionName() |
Values.WritingMode |
getWritingMode()
Gets the writing mode of this formatting object.
|
boolean |
hasBorder()
Returns true if at least one border attribute is set.
|
void |
setBackground(Background bg)
Sets the background of this fo.
|
void |
setBorder(Border border)
Sets the border of this fo.
|
void |
setDisplayAlign(Values.DisplayAlignment align)
Sets the display-alignment.
|
void |
setExtent(Measure value) |
void |
setPadding(Padding padding)
Sets the padding of this fo.
|
void |
setRegionName(java.lang.String regionName) |
void |
setWritingMode(Values.WritingMode mode)
Sets the writing mode for this formatting object.
|
addElement, addElement, addUnsafe, clone, cloned, clonedList, createUniqueID, createUniqueID, doGetAttribute, doSetAttribute, elementCount, get, getAbsolutePosition, getAccessibility, getAttributeMap, getDefinedAttributes, getDocument, getFont, getID, getLanguage, getLogger, getMargin, getMeasureValue, getObjectValue, getObjectValue, getObjectValue, getObjectValue, getOrphans, getParentFO, getRelativePosition, getWidows, hasID, hasPadding, isEmpty, isHyphenation, removeElement, removeElement, replaceElement, setAbsolutePosition, setAccessibility, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setElement, setFont, setHyphenation, setID, setLanguage, setLanguage, setMargin, setOrphans, setRelativePosition, setWidowsgetDefaultMapType, setDefaultMapTypeaddAttributeChangeListener, addElements, addElements, clearEqualAttributes, clearInheratedAttribute, clearInheratedAttributes, clearValue, contains, contains, copyAttributes, createID, findFirstNodeWithText, findNode, findNodesWithText, fire, fireSaxEvents, firstElement, getAttrAsBoolean, getAttrAsInteger, getAttrAsString, getAttrAsString, getAttribute, getAttribute, getAttributeMap, getContentText, getContentText, getDefinedAttributes, getElements, getElements, getElements, getFirstElement, getIndex, getLocalName, getNamespacePrefix, getNamespacePrefixes, getNamespaceURI, getParent, getParent, getParent, getParentOrThis, getQName, getRoot, hasEqualAttrs, indexOf, lastElement, liftInheritedAttribute, removeAttributeChangeListener, setAttribute, setAttributes, setAttrIfNotNull, setEnableAttributeChangeEvent, setNamespace, setParent, setQName, setUndefinedAttributes, writeTo, writeTo, writeTo, writeTopublic void setExtent(Measure value)
public Measure getExtent()
public Padding getPadding()
getPadding in class FormattingObjectpublic void setPadding(Padding padding)
setPadding in class FormattingObjectpadding - Padding.public boolean hasBorder()
hasBorder in class FormattingObjectpublic Border getBorder()
getBorder in class FormattingObjectpublic void setBorder(Border border)
setBorder in class FormattingObjectborder - Border.public Background getBackground()
getBackground in class FormattingObjectpublic void setBackground(Background bg)
setBackground in class FormattingObjectbg - Background.public java.util.List getElements()
AbstractNodeNodeElement or String.getElements in interface NodegetElements in class AbstractNodepublic void setDisplayAlign(Values.DisplayAlignment align)
align - Alignment.public Values.DisplayAlignment getDisplayAlign()
public boolean addUnsafe(java.lang.Object child)
FormattingObjectaddUnsafe in class FormattingObjectchild - Element.false if this FO is unable to add object.public java.lang.String getRegionName()
public void setRegionName(java.lang.String regionName)
public Values.WritingMode getWritingMode()
public void setWritingMode(Values.WritingMode mode)
mode - Writing mode.© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.