Package org.apache.fop.layoutmgr
Class Adjustment
java.lang.Object
org.apache.fop.layoutmgr.Adjustment
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Adjustment
Adjustment class: adjustment for line height.static final Adjustment
Adjustment class: adjustment for number of lines.private final String
static final Adjustment
Adjustment class: no adjustment.static final Adjustment
Adjustment class: adjustment for space-after.static final Adjustment
Adjustment class: adjustment for space-before. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NO_ADJUSTMENT
Adjustment class: no adjustment. -
SPACE_BEFORE_ADJUSTMENT
Adjustment class: adjustment for space-before. -
SPACE_AFTER_ADJUSTMENT
Adjustment class: adjustment for space-after. -
LINE_NUMBER_ADJUSTMENT
Adjustment class: adjustment for number of lines. -
LINE_HEIGHT_ADJUSTMENT
Adjustment class: adjustment for line height. -
name
-
-
Constructor Details
-
Adjustment
-
-
Method Details