OASIS Open Document Format for Office Applications (OpenDocument) TC

show-end-of-presentation-slide proposal

  • 1.  show-end-of-presentation-slide proposal

    Posted 06-18-2006 20:59
     MHonArc v2.5.0b2 -->
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    office message

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


    Subject: show-end-of-presentation-slide proposal


    Some presentation software implementations (including OoImpress and KPresenter)
    have the feature of showing a slide at the end of the presentation saying something like
    "presentation is finished, click to exit".
    
    This feature is apparently optional in both implementations, but the setting for
    enabling or disabling that feature isn't part of the OpenDocument XML.
    A logical place for it would be the <presentation:settings> element.
    So I suggest the following RelaxNG schema addition:
    
    <define name="presentation-settings-attlist" combine="interleave">
        <optional>
            <attribute name="presentation:show-end-of-presentation-slide" a:defaultValue="false">
                <ref name="boolean"/>
            </attribute>
        </optional>
    </define>
    
    -- 
    David Faure, faure@kde.org, sponsored by Trolltech to work on KDE,
    Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
    
    


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