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, startProcessingpublic void compute(LogicalPageBox box)
protected void processParagraphChilds(ParagraphRenderBox box)
processParagraphChilds in class IterateVisualProcessStepprotected boolean startInlineLevelBox(RenderBox box)
startInlineLevelBox in class IterateVisualProcessStepprotected void processInlineLevelNode(RenderNode node)
processInlineLevelNode in class IterateVisualProcessStepprotected void processBlockLevelNode(RenderNode node)
processBlockLevelNode in class IterateVisualProcessStepprotected boolean startBlockLevelBox(RenderBox box)
startBlockLevelBox in class IterateVisualProcessStepprotected void finishBlockLevelBox(RenderBox box)
finishBlockLevelBox in class IterateVisualProcessStepprotected void finishSection(TableSectionRenderBox section)