OASIS Open Document Format for Office Applications (OpenDocument) TC

  • 1.  7.7.13

    Posted 12-06-2018 22:21
    Greetings, From the text: The <text:measure> element represents a field that displays measure text. It can only be used within text that is contained in measure drawing objects. From the generated text: The <text:measure> element is usable within the following elements: <text:a> 6.1.8, <text:h> 5.1.2, <text:meta> 6.1.9, <text:meta-field> 7.5.19, <text:p> 5.1.3, <text:ruby-base> 6.4.2 and <text:span> 6.1.7. The <text:measure> element has the following attribute: text:kind 19.831. The <text:measure> element has no child elements. The <text:measure> element has character data content. ***** We don't use measure drawing objects anywhere else. Francis asks: cross-ref to 10.3.12? measure shape is defined there. <draw:measure> already has <text:p> as a child element so I don't see what <text:measure> could add in terms of representing text. Thoughts, suggestions? Hope everyone is having a great week! Patrick -- Patrick Durusau patrick@durusau.net Technical Advisory Board, OASIS (TAB) Editor, OpenDocument Format TC (OASIS), Project Editor ISO/IEC 26300 Co-Editor, ISO/IEC 13250-1, 13250-5 (Topic Maps) Another Word For It (blog): http://tm.durusau.net Homepage: http://www.durusau.net Twitter: patrickDurusau Attachment: signature.asc Description: OpenPGP digital signature


  • 2.  Re: [office] 7.7.13

    Posted 12-07-2018 12:29
    Hi Patrick, Patrick Durusau schrieb am 06-Dec-18 um 23:20: [..] We don't use "measure drawing objects" anywhere else. Francis asks: cross-ref to 10.3.12? measure shape is defined there. The term "drawing objects" is indeed only used as generic term, so "measure shapes" with reference to 10.3.12 would be better. <draw:measure> already has <text:p> as a child element so I don't see what <text:measure> could add in terms of representing text. Thoughts, suggestions? The <text:measure> element is child of <text:p> element. Its value is, that it is a field, which as such has variable content. Version ODF 1.1 has, "Within the text contained in measure drawing objects (see section 9.2.11), a <text:measure> field displays the current measure." The essential part is "current measure". The content is adapted, if the user changes the length of the measure line. The UI of LibreOffice in regard to measure lines could be improved. But LibreOffice can show a mix of normal text and <text:measure> elements, so that the measure line label can be 'diameter=3cm', for example. Kind regards Regina