[ https://issues.oasis-open.org/browse/OFFICE-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Stahl updated OFFICE-3846:
----------------------------------
Proposal:
We might want to define the following attribute http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#attribute-text_relative-tab-stop-position
for style:tabs-stops as well
as currently the position dependent on the following settings.xml flag:
<config:config-item config:name="TabsRelativeToIndent"
config:type="boolean">false</config:config-item>
mention in the description of the attribute that it can only be used with default-style of family paragraph, similar to 20:352 style:tab-stop-distance.
add the attribute to style:paragraph-properties element:
--- OpenDocument-v1.2-os-schema.rng 2014-11-10 16:37:52.035133745 +0100
+++ tc/3846-schema-v2.rng 2018-02-26 18:22:19.536937642 +0100
@@ -15146,18 +15146,23 @@
<ref name="nonNegativeInteger"/>
</attribute>
</optional>
<optional>
<attribute name="style:tab-stop-distance">
<ref name="nonNegativeLength"/>
</attribute>
</optional>
<optional>
+ <attribute name="text:relative-tab-stop-position">
+ <ref name="boolean"/>
+ </attribute>
+ </optional>
+ <optional>
<attribute name="fo:hyphenation-keep">
<choice>
<value>auto</value>
<value>page</value>
</choice>
</attribute>
</optional>
<optional>
<attribute name="fo:hyphenation-ladder-count">
was:
We might want to define the following attribute http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#attribute-text_relative-tab-stop-position
for style:tabs-stops as well
as currently the position dependent on the following settings.xml flag:
<config:config-item config:name="TabsRelativeToIndent"
config:type="boolean">false</config:config-item>
add the attribute to office:text element:
--- OpenDocument-v1.2-os-schema.rng 2014-11-10 16:37:52.035133745 +0100
+++ tc/3846-schema.rng 2018-02-26 17:59:11.248992762 +0100
@@ -252,18 +252,23 @@
<attribute name="text:global">
<ref name="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="text:use-soft-page-breaks">
<ref name="boolean"/>
</attribute>
</optional>
+ <optional>
+ <attribute name="text:relative-tab-stop-position">
+ <ref name="boolean"/>
+ </attribute>
+ </optional>
</interleave>
</define>
<define name="office-drawing-attlist">
<empty/>
</define>
<define name="office-drawing-content-prelude">
<ref name="text-decls"/>
<ref name="table-decls"/>
</define>
> Use @text:relative-tab-stop-position as well for style:tabs-stops instead of using settings.xml flag
> ----------------------------------------------------------------------------------------------------
>
> Key: OFFICE-3846
> URL: https://issues.oasis-open.org/browse/OFFICE-3846
> Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
> Issue Type: Improvement
> Components: Formatting Properties, Part 1 (Schema)
> Affects Versions: ODF 1.2
> Reporter: Svante Schubert
> Fix For: ODF 1.3
>
>
> Reuse existing ODF attribute @text:relative-tab-stop-position that same semantics as often used settings.xml flag "TabsRelativeToIndent".
> It defines, if the left-margin have to be added to the tab position.
> See end of mail to office list at 14th October 2013, https://lists.oasis-open.org/archives/office/201310/msg00005.html
--
This message was sent by Atlassian JIRA
(v6.2.2#6258)