1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <office:document xmlns:
office=
"urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:
style=
"urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:
text=
"urn:oasis:names:tc:opendocument:xmlns:text:1.0" office:
version=
"1.3" office:
mimetype=
"application/vnd.oasis.opendocument.text">
4 <office:automatic-styles>
5 <style:style style:
name=
"P1" style:
family=
"paragraph" style:
master-page-name=
"Landscape">
6 <style:paragraph-properties style:
page-number=
"1"/>
8 <style:style style:
name=
"P2" style:
family=
"paragraph" style:
master-page-name=
"Landscape">
9 <style:paragraph-properties style:
page-number=
"1"/>
10 <style:text-properties text:
display=
"none"/>
12 </office:automatic-styles>
15 <text:p>First line
</text:p>
16 <text:section text:
name=
"Hidden" text:
display=
"none">
17 <text:p text:
style-name=
"P1"/>
19 <text:section text:
name=
"Shown">
20 <text:p>Before break (still first page)
</text:p>
22 <text:section text:
name=
"HiddenText">
23 <text:p text:
style-name=
"P2"/>
25 <text:p>After break
</text:p>
83 <text:p>Should be together with next
</text:p>
84 <text:section text:
name=
"Hidden2" text:
display=
"none">
85 <text:p text:
style-name=
"P2"/>
87 <text:p>Should be together with previous
</text:p>