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: 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]