public class TableCellRenderer extends BlockRenderer
Renderer.ReflowPhase| Modifier and Type | Field and Description | 
|---|---|
int | 
extraPaddingBottom  | 
int | 
extraPaddingLeft  | 
int | 
extraPaddingRight  | 
int | 
extraPaddingTop  | 
boolean | 
hasHeightDependentChildern  | 
MIN_ROW_WIDTHabb, offset, row| Constructor and Description | 
|---|
TableCellRenderer()  | 
TableCellRenderer(Element element)  | 
addAbsChild, addChild, addPositionAnchor, alignContentToPageBreaks, assignToRow, containsFloats, doesNotPrintToPage, findAutoPageBreaks, findParentRenderer, getAbsPositionedBottomEdge, getBaseline, getChildAt, getChildrenNumber, getContentHeight, getContentWidth, getDestinationRenderers, getMinWidth, getOffsetInRow, getOuterMinWidth, getPositionAnchor, getWidth, getX, isBody, isDocumentElementRenderer, isFirstRow, isLastContentPortion, isLastRow, isTheFirstRow, isUseAwt, moveChildUp, reLayout, render, resetLayout, resetMinWidth, setUseAwt, setX, toStringborderBottom, borderLeft, borderRight, borderTop, containingBlock, createAssignedPageBreak, createAssignedPageBreak, dashCalculator, expandHeight, getExtraBottomOffset, getHeight, getOuterWidth, getParentForAbs, getScrollbarWidth, getTextBaseline, hasBackground, hasBorder, hasPadding, hasPercentualWidth, hasWidthBase, isAbsPositioned, isAvoidPageBreak, isLastChild, isOutOfFlowPositioned, isRelPositioned, isRTL, logicalMaxHeight, logicalMinHeight, marginBottom, marginLeft, marginRight, marginTop, paddingBottom, paddingLeft, paddingRight, paddingTop, setHeight, setWidth, verticalMarginExtent, verticalOffsetcleanup, getClear, getContext, getDecoration, getDisplayType, getElement, getFloat, getFontSize, getHeightObj, getLang, getMaxHeightObj, getMaxWidthObj, getMinHeightObj, getMinWidthObj, getParent, getTitle, getWidthObj, isAutoWidth, isBoxSized, isFloating, isTable, isTaggedOutput, isTBRL, setParent, updateHeightsequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHeight, getOuterWidth, isRTLpublic int extraPaddingLeft
public int extraPaddingRight
public int extraPaddingTop
public int extraPaddingBottom
public boolean hasHeightDependentChildern
public TableCellRenderer()
public TableCellRenderer(Element element)
public int lCol()
public int eCol()
public void setColNums(int logicNum,
                       int effNum)
public RStatus layout(Renderer.ReflowPhase phase) throws IOException
layout in class BlockRendererIOExceptionpublic Context.PageBreakRef createAssignedPageBreak(boolean above, int extent)
createAssignedPageBreak in class BoxRendererpublic int getAbsHorizontalPosition()
getAbsHorizontalPosition in class BlockRendererpublic int getAbsVerticalPosition()
getAbsVerticalPosition in class BlockRendererpublic Length styleOrColLogicalWidth(float base)
public boolean isVisibleTopCell()
public boolean isVisibleBottomCell()
public boolean isVisibleLeftCell()
public boolean isVisibleRightCell()
public boolean isLastCellInRow()
public boolean isFirstCellInRow()
public TableCellRenderer prevCellInRow()
public TableCellRenderer nextCellInRow()
public HashSet<TableCellRenderer> cellsAbove()
public int getOuterHeight()
getOuterHeight in interface InlineItemgetOuterHeight in class BoxRendererpublic int horizontalExtent(float base)
horizontalExtent in class BoxRendererpublic void setOuterHeight(int height)
setOuterHeight in class BoxRendererpublic void setOuterWidth(int width)
setOuterWidth in class BlockRendererpublic boolean collapseBorders()
collapseBorders in class BoxRendererpublic void expandPaddingLeft(int value,
                              float base)
public int paddingLeft(float base)
public void expandPaddingRight(int value,
                               float base)
public int paddingRight(float base)
public void expandPaddingTop(int value,
                             float base)
public int paddingTop(float base)
public void expandPaddingBottom(int value,
                                float base)
public int paddingBottom(float base)
public Length logicalHeight()
logicalHeight in class BoxRendererpublic int colSpan()
public int rowSpan()
public void setRowSpan(int newRowspan)
public float adjustBorderBoxLogicalWidthForBoxSizing(Length length, float base)
public int getMaxWidth(float base)
getMaxWidth in class BlockRendererpublic float getPrefMinWidth(float base)
                      throws ForcedTerminationException
ForcedTerminationExceptionpublic float getPrefMaxWidth(float base)
public TableRenderer table()
public boolean firstChild()
public boolean hasContent()
public StringBuilder dump(int mode, int indent)
dump in interface InlineItemdump in class BlockRendererRevision 4.0.15 / 20220727-0149