Package org.apache.fop.fo.flow.table
Class PendingSpan
- java.lang.Object
-
- org.apache.fop.fo.flow.table.PendingSpan
-
class PendingSpan extends java.lang.Object
Used for determining initial values for column-numbers in case of row-spanning cells.
-
-
Field Summary
Fields Modifier and Type Field Description private int
rowsLeft
member variable holding the number of rows left
-
Constructor Summary
Constructors Constructor Description PendingSpan(int rows)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
decrRowsLeft()
Decrement rows spanned.int
getRowsLeft()
-