public class TableRenderBox extends BlockRenderBox
HORIZONTAL_AXIS, VERTICAL_AXIS| Constructor | Description |
|---|---|
TableRenderBox(BoxDefinition boxDefinition) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addChild(RenderNode child) |
|
void |
appyStyle(LayoutContext layoutContext,
OutputProcessorMetaData metaData) |
|
java.lang.Object |
clone() |
Clones this node.
|
RenderLength |
getBorderSpacing() |
|
TableColumnModel |
getColumnModel() |
|
RenderLength |
getRowSpacing() |
|
boolean |
isAutoLayout() |
|
boolean |
isCollapsingBorderModel() |
|
boolean |
isDisplayEmptyCells() |
|
boolean |
isLayoutable() |
|
boolean |
isPredefinedColumnsValidated() |
|
boolean |
isStructureValidated() |
|
void |
setPredefinedColumnsValidated(boolean predefinedColumnsValidated) |
|
void |
setStructureValidated(boolean structureValidated) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChilds, addGeneratedChild, clear, close, derive, deriveFrozen, findNodeById, freeze, getBaselineInfo, getBorder, getBoxDefinition, getBoxLayoutProperties, getContentAreaX1, getContentAreaX2, getDominantBaseline, getEffectiveMarginBottom, getEffectiveMarginTop, getFirstChild, getInsertationPoint, getLastChild, getLineCount, getNominalBaselineInfo, getOrphans, getOrphansSize, getPageContext, getStaticBoxLayoutProperties, getVisibleFirst, getVisibleLast, getWidows, getWidowsSize, hibernate, insertAfter, insertBefore, isAppendable, isAvoidPagebreakInside, isDiscardable, isEmpty, isOpen, isPreserveSpace, remove, replaceChild, replaceChilds, setBaselineInfo, setContentAreaX1, setContentAreaX2, setFirstChild, setLastChild, setLineCount, setOrphansSize, setPageContext, setWidowsSize, splitgetAlignmentAdjust, getAlignmentAdjustResolved, getAlignmentBaseline, getBaselineShift, getBaselineShiftResolved, getChangeTracker, getComputedLayoutProperties, getDimension, getHeight, getInstanceId, getLayoutContext, getLogicalPage, getMajorAxis, getMaximumBoxWidth, getMinimumChunkWidth, getMinorAxis, getNamespace, getNext, getNodeLayoutProperties, getNormalFlow, getParent, getParentBlockContext, getPosition, getPrev, getStickyMarker, getTagName, getVerticalAlignment, getVisibleNext, getVisiblePrev, getWidth, getX, getY, isDirectionLTR, isDirty, isFrozen, isHibernated, isIcmMetricsFinished, isIgnorableForRendering, normalizeAlignment, setComputedLayoutProperties, setDimension, setDirty, setHeight, setHibernated, setIcmMetricsFinished, setMajorAxis, setMaximumBoxWidth, setMinimumChunkWidth, setMinorAxis, setNext, setParent, setPosition, setPrev, setStickyMarker, setWidth, setX, setY, updateChangeTrackerpublic TableRenderBox(BoxDefinition boxDefinition)
public void appyStyle(LayoutContext layoutContext, OutputProcessorMetaData metaData)
public boolean isPredefinedColumnsValidated()
public void setPredefinedColumnsValidated(boolean predefinedColumnsValidated)
public boolean isStructureValidated()
public void setStructureValidated(boolean structureValidated)
public TableColumnModel getColumnModel()
public void addChild(RenderNode child)
public boolean isLayoutable()
public RenderLength getBorderSpacing()
public RenderLength getRowSpacing()
public boolean isDisplayEmptyCells()
public boolean isCollapsingBorderModel()
public boolean isAutoLayout()