OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (OFFICE-3765) [spreadsheet] Proposal: <number:fill-character> element for data styles


     [ https://issues.oasis-open.org/browse/OFFICE-3765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Durusau updated OFFICE-3765:
------------------------------------
    Proposal:   (was: 1. RATIONALE
 1.1 Use cases:
 For interoperability with other spreadsheet implementations an
 additional attribute is needed to specify a fill character used to fill
 space between grid border and content, or separating two parts of
 a displayed value string and filling in with the character.
 1.2 Alternatives considered:
 None.

2. REQUESTED CHANGES TO THE ODF STANDARD
 2.1 Text changes/additions:
 In section 
 16.27 Data Styles
 [http://docs.oasis-open.org/office/v1.2/cs01/OpenDocument-v1.2-cs01-part1.html#__RefHeading__1416346_253892949]
 add:

<number:fill-character>
 The content of this element specifies a Unicode character that is
 displayed repeatedly at the position where it occurs.

There are three possible positions for this element, resulting in
 display strings as follows:
 * Start of style:
 * Right adjusts the display string and fills available space with the
 character specified from the left cell grid border up to the display
 string.
 * End of style:
 * Left adjusts the display string and fills available space with the
 character specified from the display string up to the right cell
 grid border.
 * Within style:
 * Splits the display string in two at the position where the element
 occurs, first part becomes left justified, second part becomes right
 justified, the available space in between is filled with the
 character specified.

The <number:fill-character> element is usable within the following
 elements:

[these lists are generated from the schema IIRC]
 <number:number-style> <number:currency-style> <number:percentage-style>
 <number:date-style> <number:time-style> <number:text-style>

[and list the <number:fill-character> element as a child element of each of those]

[for each of those elements add wording that the element can occur only once, for example:]

This element can contain one instance of each of the following elements:
 [and add <number:fill-character>]

2.2 Schema changes/additions:

New element:
 <define name="number-fill-character">
 <element name="number:fill-character">
 <text/>
 </element>
 </define>

Add to each
 <element name="number:number-style">
 <element name="number:currency-style">
 <element name="number:percentage-style">
 <element name="number:date-style">
 <element name="number:time-style">
 <element name="number:text-style">

this
 <optional>
 <ref name="number-fill-character"/>
 </optional>

 

complete schema proposal attached to this mail:

https://lists.oasis-open.org/archives/office/201804/msg00054.html

 

3. IMPACTS
 3.1 Conformance:
 A processor may ignore this element, for example if there is no cell
 grid available or in data processing.

3.2 Backwards compatibility:
 This element was not available in previous versions and is optional.
 Existing ODF processors may ignore it.

3.3 Accessibility impact:
 None.)

> [spreadsheet] Proposal: <number:fill-character> element for data styles
> -----------------------------------------------------------------------
>
>                 Key: OFFICE-3765
>                 URL: https://issues.oasis-open.org/browse/OFFICE-3765
>             Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
>          Issue Type: Improvement
>          Components: Part 1 (Schema), Table
>         Environment: This is an enhancement, described in terms of changes to OpenDocument-v1.2
>            Reporter: Thorsten Behrens 
>            Assignee: Andras Timar
>            Priority: Major
>             Fix For: ODF 1.3
>
>
> Improve interoperability with other spreadsheet implementations, by enabling round-trip of fill characters (used to fill empty space in cells, not occupied e.g. by the actual cell content)



--
This message was sent by Atlassian JIRA
(v7.7.2#77003)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]