public class ListItemBody extends FlowObjectWithElements
EMPTY_ARRAY
MAP_TYPE_FLYWEIGHT, MAP_TYPE_HASH
Constructor and Description |
---|
ListItemBody() |
ListItemBody(BlockElement body) |
ListItemBody(InlineElement body) |
ListItemBody(java.lang.String body) |
Modifier and Type | Method and Description |
---|---|
ListItemBody |
add(BlockElement element)
Adds an formatting object (that is a block-group-member) to this FO
at end.
|
ListItemBody |
add(int idx,
BlockElement element)
Adds an formatting object (that is a block-group-member) to this FO
at the given index.
|
Accessibility |
getAccessibility()
Gets the accessibilty of this fo.
|
void |
setAccessibility(Accessibility access)
Sets the accessibility of this fo.
|
void |
setStartIndentIsBodyStart(boolean b) |
add, add, add, add, addAllImpl, addAllUnsafe, addAllUnsafe, addElement, addElement, addElements, addElements, addUnsafe, addUnsafe, clone, firstElement, getElements, isEmpty, lastElement, remove, remove, removeAll, removeElement, removeElement, removeLast, replaceElement, setElement
cloned, clonedList, createUniqueID, doGetAttribute, doSetAttribute, elementCount, get, getAbsolutePosition, getAttributeMap, getBackground, getBorder, getDefinedAttributes, getDocument, getFont, getID, getLanguage, getLogger, getMargin, getMeasureValue, getObjectValue, getObjectValue, getObjectValue, getObjectValue, getOrphans, getPadding, getParentFO, getRelativePosition, getWidows, hasBorder, hasID, hasPadding, isHyphenation, setAbsolutePosition, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setBackground, setBorder, setFont, setHyphenation, setID, setLanguage, setLanguage, setMargin, setOrphans, setPadding, setRelativePosition, setWidows
getDefaultMapType, setDefaultMapType
addAttributeChangeListener, clearEqualAttributes, clearInheratedAttribute, clearInheratedAttributes, clearValue, contains, contains, copyAttributes, createID, findFirstNodeWithText, findNode, findNodesWithText, fire, fireSaxEvents, 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, liftInheritedAttribute, removeAttributeChangeListener, setAttribute, setAttributes, setAttrIfNotNull, setEnableAttributeChangeEvent, setNamespace, setParent, setQName, setUndefinedAttributes, writeTo, writeTo, writeTo, writeTo
public ListItemBody()
public ListItemBody(java.lang.String body)
public ListItemBody(InlineElement body)
public ListItemBody(BlockElement body)
public void setStartIndentIsBodyStart(boolean b)
public ListItemBody add(BlockElement element)
element
- FormattingObject.public ListItemBody add(int idx, BlockElement element)
idx
- Index.element
- FormattingObject.public Accessibility getAccessibility()
getAccessibility
in class FormattingObject
public void setAccessibility(Accessibility access)
setAccessibility
in class FormattingObject
access
- Accessibility.© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.