public interface Area extends ContentRect, AreaTreeNode<Area>, Taggable
| Modifier and Type | Method and Description |
|---|---|
Vector<Box> |
getAllBoxes()
Obtains all the boxes from this area and all the child areas.
|
Vector<Box> |
getBoxes()
Returns the list of boxes that belong directly to this area.
|
Color |
getEffectiveBackgroundColor()
Obtains the effective background color visible under the area.
|
String |
getText()
Returns the complete text contained in this area and its sub area.
|
String |
getText(String separator)
Returns the complete text contained in this area and its sub area.
|
AreaTopology |
getTopology()
Returns the topology of this area.
|
boolean |
isReplaced()
Checks whether this area is formed by replaced boxes.
|
getBackgroundColor, getBorderCount, getBottomBorder, getBounds, getFontSize, getFontStyle, getFontWeight, getId, getLeftBorder, getLineThrough, getPage, getRightBorder, getTopBorder, getUnderline, hasBottomBorder, hasLeftBorder, hasRightBorder, hasTopBorder, isBackgroundSeparatedgetHeight, getWidth, getX1, getX2, getY1, getY2appendChild, getDepth, getChildArea, getChildAreas, getChildCount, getIndex, getNextSibling, getParentArea, getPreviousSibling, insertChild, isLeaf, removeChildaddTag, getMostSupportedTag, getTags, getTagSupport, hasTag, hasTag, removeTagVector<Box> getBoxes()
Vector<Box> getAllBoxes()
String getText()
String getText(String separator)
separator - the string separating the individual areasboolean isReplaced()
true if the area contains replaced boxes onlyAreaTopology getTopology()
Color getEffectiveBackgroundColor()
Copyright © 2015. All rights reserved.