Home
last modified time | relevance | path

Searched defs:condBeforeContentLength (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/table/
H A DCellPart.java36 private int condBeforeContentLength; field in CellPart
65 int condBeforeContentLength, int length, int condAfterContentLength, in CellPart()
H A DActiveCell.java119 private int condBeforeContentLength; field in ActiveCell.Step
399 int condBeforeContentLength = nextStep.condBeforeContentLength; in increaseCurrentStep() local