Attributes |
Name | Required | Request-time | Type | Description |
htmlwidth | false | true | java.lang.String | changes screenWidth for subsequent pages |
pageCounter | false | true | java.lang.String | (re-)sets page counter to the given value. |
next | false | true | java.lang.String | Accepted values: "even" or "odd". Inserts an extra page break if needed, to make the new page number match the given condition.
A typical usage is to make each document chapter starts from odd page ("duplex-print-friendly") |
pageFormat | false | true | java.lang.String | changes page format for subsequent pages. Accepts values: "rotate" (to change portrait/landscape page orientation),
"WWWxHHH" (for example, "842x595" for A4 landscape), "reset" |
ifSpaceBelowLessThan | false | true | int | page break condition. It breaks only if the free page space (below the tag) does not exceed the given value |
multicolumn | false | true | java.lang.String | if set to "true" breaks all columns (if PD4ML is in multicolumn mode) |