public class TableRowHeightStep extends IterateVisualProcessStep
Modifier and Type | Class and Description |
---|---|
static class |
TableRowHeightStep.TableInfoStructure |
Constructor and Description |
---|
TableRowHeightStep() |
Modifier and Type | Method and Description |
---|---|
void |
compute(LogicalPageBox box) |
protected void |
finishBlockLevelBox(RenderBox box) |
protected void |
finishSection(TableSectionRenderBox section) |
protected void |
processBlockLevelNode(RenderNode node) |
protected void |
processInlineLevelNode(RenderNode node) |
protected void |
processParagraphChilds(ParagraphRenderBox box) |
protected boolean |
startBlockLevelBox(RenderBox box) |
protected boolean |
startInlineLevelBox(RenderBox box) |
finishInlineLevelBox, processBlockLevelChild, processBoxChilds, processFlow, processInlineLevelChild, processOtherLevelChild, startProcessing
public void compute(LogicalPageBox box)
protected void processParagraphChilds(ParagraphRenderBox box)
processParagraphChilds
in class IterateVisualProcessStep
protected boolean startInlineLevelBox(RenderBox box)
startInlineLevelBox
in class IterateVisualProcessStep
protected void processInlineLevelNode(RenderNode node)
processInlineLevelNode
in class IterateVisualProcessStep
protected void processBlockLevelNode(RenderNode node)
processBlockLevelNode
in class IterateVisualProcessStep
protected boolean startBlockLevelBox(RenderBox box)
startBlockLevelBox
in class IterateVisualProcessStep
protected void finishBlockLevelBox(RenderBox box)
finishBlockLevelBox
in class IterateVisualProcessStep
protected void finishSection(TableSectionRenderBox section)