diff options
author | Keiron Liddle <keiron@apache.org> | 2002-12-27 09:39:30 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-12-27 09:39:30 +0000 |
commit | bf35ff4be5d6d1cee4d3b91c5fac03f2f711dc03 (patch) | |
tree | be1d00395ebf8687099e6893ff07df9bc0507006 /src/documentation/content/xdocs/dev/fo | |
parent | aeb7c5fed758587c9abe355265ee4862519eded7 (diff) | |
download | xmlgraphics-fop-bf35ff4be5d6d1cee4d3b91c5fac03f2f711dc03.tar.gz xmlgraphics-fop-bf35ff4be5d6d1cee4d3b91c5fac03f2f711dc03.zip |
proper widths
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195807 13f79535-47bb-0310-9956-ffa450edef68
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"> |