git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196626
13f79535-47bb-0310-9956-
ffa450edef68
private float green;
private float blue;
private int wrapOption;
- private int whiteSpaceCollapse;
private TextState ts;
public PageNumber(FONode parent) {
this.blue = c.getBlue();
this.wrapOption = this.properties.get("wrap-option").getEnum();
- this.whiteSpaceCollapse =
- this.properties.get("white-space-collapse").getEnum();
ts = new TextState();
}
private float green;
private float blue;
private int wrapOption;
- private int whiteSpaceCollapse;
private String pageNumber;
private String refId;
private TextState ts;
this.blue = c.getBlue();
this.wrapOption = this.properties.get("wrap-option").getEnum();
- this.whiteSpaceCollapse =
- this.properties.get("white-space-collapse").getEnum();
-
this.refId = this.properties.get("ref-id").getString();
if (this.refId.equals("")) {