Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en" version="3.3.6"> <Trace objects="yes"/> <Record element="data"> <PlaceObject> <Table stretch="max"> <Columns> <Column width="1*"/> <Column width="1*"/> <Column width="1*" align="center" backgroundcolor="gray"/> <Column width="1*"/> </Columns> <Tr> <Td><Paragraph><Value>1/1</Value></Paragraph></Td> <Td rowspan="2"><Paragraph><Value>rowspan</Value></Paragraph></Td> <Td><Paragraph><Value>center</Value></Paragraph></Td> <Td><Paragraph><Value>left</Value></Paragraph></Td> </Tr> <Tr> <Td><Paragraph><Value>2/1</Value></Paragraph></Td> <Td><Paragraph><Value>center</Value></Paragraph></Td> <Td><Paragraph><Value>left</Value></Paragraph></Td> </Tr> </Table> </PlaceObject> </Record> </Layout>
Should be aligned the same way.
The text was updated successfully, but these errors were encountered:
colspan is no better:
colspan
<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en" version="3.3.6"> <Trace objects="yes"/> <Record element="data"> <PlaceObject> <Table stretch="max"> <Columns> <Column width="1*"/> <Column width="1*"/> <Column width="1*" align="center" backgroundcolor="gray"/> <Column width="1*"/> </Columns> <Tr> <Td colspan="2"><Paragraph><Value>colspan</Value></Paragraph></Td> <Td><Paragraph><Value>center</Value></Paragraph></Td> <Td><Paragraph><Value>left</Value></Paragraph></Td> </Tr> <Tr> <Td><Paragraph><Value>2/1</Value></Paragraph></Td> <Td><Paragraph><Value>2/2</Value></Paragraph></Td> <Td><Paragraph><Value>center</Value></Paragraph></Td> <Td><Paragraph><Value>left</Value></Paragraph></Td> </Tr> </Table> </PlaceObject> </Record> </Layout>
Sorry, something went wrong.
5bb4187
pgundlach
No branches or pull requests
Should be aligned the same way.
The text was updated successfully, but these errors were encountered: