1. RATIONALE
1.1 Use cases:
For larger spreadsheets users want to determine the number of
horizontal and/or vertical pages where the printout should fit
to.
1.2 Alternatives considered:
None.
2. REQUESTED CHANGES TO THE ODF STANDARD
2.1 Text changes/additions:
20.346 style:scale-to-X
The style:scale-to-X attribute specify the number of pages on which a document should be printed. The document is scaled to fit up to style:scale-to-X pages horizontally. If these attributes, style:scale-to-pages and style:scale-to are absent, a document is not scaled.
The style:scale-to-X attribute is usable with the following element: <style:page-layout-properties>.
The style:scale-to-X attribute has the data type positiveInteger.
20.347 style:scale-to-Y
The style:scale-to-Y attribute specify the number of pages on which a document should be printed. The document is scaled to fit up to style:scale-to-Y pages vertically. If these attributes, style:scale-to-pages and style:scale-to are absent, a document is not scaled.
The style:scale-to-Y attribute is usable with the following element: <style:page-layout-properties>.
The style:scale-to-Y attribute has the data type positiveInteger.
Update: <style:page-layout-properties>, style:scale-to and style:scale-to-page sections should be updated, too, with the new style:scale-to-X and style:scale-to-Y attributes.
2.2 Schema changes/additions:
3. IMPACTS
3.1 Conformance:
This proposal will not add any mandatory features or behaviors.
3.2 Backwards compatibility:
This element was not available in previous versions and is
optional. Existing ODF processors may ignore it.
3.3 Accessibility impact:
None.