[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] (OFFICE-3854) [graphic-properties] Proposal: different relative size relations
[ https://issues.oasis-open.org/browse/OFFICE-3854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41147#comment-41147 ]
Andras Timar commented on OFFICE-3854:
--------------------------------------
--- OpenDocument-v1.2-os-schema.rng 2012-08-09 12:50:29.000000000 +0200
+++ myhack.rng 2014-07-14 16:30:58.908549239 +0200
@@ -6650,6 +6650,14 @@
</attribute>
</optional>
<optional>
+ <attribute name="style:rel-width-rel">
+ <choice>
+ <value>page</value>
+ <value>layout-environment</value>
+ </choice>
+ </attribute>
+ </optional>
+ <optional>
<attribute name="style:rel-height">
<choice>
<ref name="percent"/>
@@ -6658,6 +6666,14 @@
</choice>
</attribute>
</optional>
+ <optional>
+ <attribute name="style:rel-height-rel">
+ <choice>
+ <value>page</value>
+ <value>layout-environment</value>
+ </choice>
+ </attribute>
+ </optional>
</define>
<define name="draw-frame-attlist">
<optional>
@@ -16808,6 +16824,22 @@
</optional>
<ref name="common-draw-rel-size-attlist"/>
<optional>
+ <attribute name="style:rel-width-rel">
+ <choice>
+ <value>page</value>
+ <value>layout-environment</value>
+ </choice>
+ </attribute>
+ </optional>
+ <optional>
+ <attribute name="style:rel-height-rel">
+ <choice>
+ <value>page</value>
+ <value>layout-environment</value>
+ </choice>
+ </attribute>
+ </optional>
+ <optional>
<attribute name="fo:min-width">
<choice>
<ref name="length"/>
> [graphic-properties] Proposal: different relative size relations
> ----------------------------------------------------------------
>
> Key: OFFICE-3854
> URL: https://issues.oasis-open.org/browse/OFFICE-3854
> Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
> Issue Type: Improvement
> Components: Text
> Affects Versions: ODF 1.2
> Environment: This is an enhancement, described in terms of changes to OpenDocument-v1.2
> Reporter: Thorsten Behrens
>
> Improve interoperability with other text processors, by enabling round-trip of additional graphic style properties.
--
This message was sent by Atlassian JIRA
(v6.2.2#6258)
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]