Bugzilla – Attachment 150857 Details for
Bug 124824
FILEOPEN: Error rendering page break between two tables in a RTF
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Apache FOP source for table_break_table.rtf
table.fo (text/x-xslfo), 4.45 KB, created by
Andrés Maldonado
on 2019-04-18 15:18:40 UTC
(
hide
)
Description:
Apache FOP source for table_break_table.rtf
Filename:
MIME Type:
Creator:
Andrés Maldonado
Created:
2019-04-18 15:18:40 UTC
Size:
4.45 KB
patch
obsolete
><?xml version="1.0" encoding="utf-8"?> > ><fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> > > > <!-- defines the layout master --> > <fo:layout-master-set> > <fo:simple-page-master master-name="first" > page-height="29.7cm" > page-width="21cm" > margin-top="1cm" > margin-bottom="2cm" > margin-left="2.5cm" > margin-right="2.5cm"> > <fo:region-body margin-top="3cm"/> > <fo:region-before extent="3cm"/> > <fo:region-after extent="1.5cm"/> > </fo:simple-page-master> > </fo:layout-master-set> > > <!-- starts actual layout --> > <fo:page-sequence master-reference="first"> > > <fo:flow flow-name="xsl-region-body"> > > <!-- this defines a title level 1--> > <fo:block font-size="18pt" > font-family="sans-serif" > line-height="24pt" > space-after.optimum="15pt" > background-color="blue" > color="white" > text-align="center" > padding-top="3pt"> > How to use table elements > </fo:block> > > <!-- this defines a title level 2--> > <fo:block font-size="16pt" > font-family="sans-serif" > space-after.optimum="15pt" > text-align="center"> > A simple table, 3 columns, 4 rows > </fo:block> > > <!-- normal text --> > <fo:block text-align="start">this is normal text. this is normal text. this is normal text. > this is normal text. this is normal text. this is normal text. > </fo:block> > > <!-- table start --> > <fo:table table-layout="fixed" width="100%" border-collapse="separate"> > <fo:table-column column-width="50mm"/> > <fo:table-column column-width="50mm"/> > <fo:table-column column-width="50mm"/> > <fo:table-body> > <fo:table-row> > <fo:table-cell ><fo:block>good</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>bad</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>ugly</fo:block></fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell ><fo:block>nice</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>dice</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>vice</fo:block></fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell ><fo:block>literature</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>music</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>art</fo:block></fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell ><fo:block>java</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>perl</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>python</fo:block></fo:table-cell> > </fo:table-row> > </fo:table-body> > </fo:table> > <!-- table end --> > ><!-- **************************** NEW PAGE ************************************* --> > > <!-- page break--> > <fo:block break-before="page"></fo:block> > > <!-- table start --> > <fo:table border-width="0.5mm" border-style="solid" background-color="yellow" table-layout="fixed" width="100%" border-collapse="separate"> > <fo:table-column column-width="50mm"/> > <fo:table-column column-width="50mm"/> > <fo:table-column column-width="50mm"/> > <fo:table-body> > <fo:table-row> > <fo:table-cell ><fo:block>good</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>bad</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>ugly</fo:block></fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell ><fo:block>nice</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>dice</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>vice</fo:block></fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell ><fo:block>literature</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>music</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>art</fo:block></fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell ><fo:block>java</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>perl</fo:block></fo:table-cell> > <fo:table-cell ><fo:block>python</fo:block></fo:table-cell> > </fo:table-row> > </fo:table-body> > </fo:table> > <!-- table end --> > </fo:flow> > </fo:page-sequence> ></fo:root>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 124824
:
150856
| 150857 |
169663