[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] Updated: (OFFICE-3761) Allow table:table as child element for shapes
[ http://tools.oasis-open.org/issues/browse/OFFICE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thorsten Zachmann updated OFFICE-3761:
--------------------------------------
Proposal:
Extend the rdf for draw-text to also contain table:table
<define name="draw-text">
<zeroOrMore>
<choice>
<ref name="text-p"/>
<ref name="text-list"/>
<ref name="table-table"/>
</choice>
</zeroOrMore>
</define>
was:
Extend the rdf for draw-text to also contain table:table
<define name="draw-text">
<zeroOrMore>
<choice>
<ref name="text-p"/>
<ref name="text-list"/>
<ref name="table-table"/>
</choice>
> Allow table:table as child element for shapes
> ---------------------------------------------
>
> Key: OFFICE-3761
> URL: http://tools.oasis-open.org/issues/browse/OFFICE-3761
> Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
> Issue Type: Improvement
> Components: Graphics
> Affects Versions: ODF 1.3
> Reporter: Thorsten Zachmann
> Fix For: ODF 1.3
>
>
> Currently shapes like e.g. draw:rect, draw:custom-shape only allow to have the text elements text:p and text:list to add text to a shape.
> This proposal is to add table:table so it is possible to have a table inside a shape.
> This would help to improve the interoperability with OOXML and MS-ODRAW spec which allow this.
> Calligra already supports this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]