diff options
Diffstat (limited to 'src/documentation/content/xdocs/dev/fo')
-rw-r--r-- | src/documentation/content/xdocs/dev/fo/embedding.fo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/dev/fo/embedding.fo b/src/documentation/content/xdocs/dev/fo/embedding.fo index 7a172a91d..3ac461753 100644 --- a/src/documentation/content/xdocs/dev/fo/embedding.fo +++ b/src/documentation/content/xdocs/dev/fo/embedding.fo @@ -795,8 +795,8 @@ XML Syntax Here we have some examples of how the XML can be specified in the fo document. <fo:block> <fo:table> - <fo:table-column column-width="500pt"/> - <fo:table-column column-width="100pt"/> + <fo:table-column column-width="350pt"/> + <fo:table-column column-width="150pt"/> <fo:table-body> <fo:table-row> <fo:table-cell number-columns-spanned="2"> |