OASIS Open Document Format for Office Applications (OpenDocument) TC

Re: [office] Proposal for table templates

  • 1.  Re: [office] Proposal for table templates

    Posted 02-27-2006 16:36
     MHonArc v2.5.0b2 -->
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    office message

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


    Subject: Re: [office] Proposal for table templates


    Hi,
    
    what about using
    <style:style style:name="mypar">
    <style:family="table-cell">
    <style:paragraph-properies [...] />
    </style:style>
    
    
    <style:style style:name="blueish" style:display-name="Blueish cell">
    <style:family="table-cell">
    <style:table-cell-properties [....] />
    <style:paragraph-properies text:style-ref="mypar" />
    </style:style>
    
    
    then?
    
    David Faure wrote:
    > On Wednesday 15 February 2006 13:30, Florian Reuter wrote:
    >> Hi David,
    >>
    >> why not write
    >>
    >> <table:table-template>
    >>
    >>     <table:first-row text:style-name="blueish"/>
    >> ...
    >>
    >> </table:table-template>
    >>
    >> with
    >>
    >> <style:style style:name="blueish" style:display-name="Blueish cell" 
    >> style:family="table-cell">
    >> <style:table-cell-properties [....] />
    >> <style:paragraph-properies [...] />
    >> </style:style>
    > 
    > This would define paragraph properties (centered, with margin etc.)
    > but it wouldn't define the -name- of the paragraph style to use - for instance
    > in the GUI of the wordprocessing application, the paragraph style name appears
    > when the cursor is in that paragraph.
    > As discussed in the conf call, we want users to use paragraph styles so
    > our templates should do that too, instead of simply applying paragraph
    > properties to the default paragraph style.
    > 
    
    
    -- 
    Lars Oppermann <lars.oppermann@sun.com>               Sun Microsystems
    Software Engineer - StarOffice                           Sachsenfeld 4
    Phone: +49 40 23646 959                                D-20097 Hamburg
    Fax:   +49 40 23646 550                  http://www.sun.com/staroffice
    


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