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: OpenOffice extensions to ODF


Hi all,

While discussing [1] how to add comments to slides on the KOffice mailing list, 
we noted an extension to ODF used by OpenOffice 3.2. The namespace 
<http://openoffice.org/2009/office> is used to store slide comments in OpenOffice. 

I was wondering if this namespace is being used as a staging area from where 
missing features in ODF can be pushed to the standard and if there is 
documentation on this namespace somewhere.

The particular feature could be easily added to ODF by allowing 
<office:annotation> in <draw:page>.

   <office:presentation>
      <draw:page draw:name="page1" draw:style-name="dp1" draw:master-page-
name="Default">
        <presentation:notes draw:style-name="dp2">
        </presentation:notes>
        <officeooo:annotation svg:x="1.216cm" svg:y="1.566cm">
          <dc:date>2010-07-15T07:16:50</dc:date>
          <text:p>Hello this is a comment.</text:p>
        </officeooo:annotation>
      </draw:page>
  </office:presentation>

The element <officeooo:annotation> seems to have an identical definition to 
<office:annotation>

Cheers,
Jos

[1] http://lists.kde.org/?l=koffice-devel&m=127913395416266


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