:: com :: sun :: star ::

module presentation
Description
Presentation specific interfaces.

Services
::com::sun::star::presentation::ChartShape This service is implemented by the chart presentation shape.
::com::sun::star::presentation::CustomPresentation A custom presentation can show the pages of its presentation in a customized order.
::com::sun::star::presentation::CustomPresentationAccess This is a container for custom presentations.
::com::sun::star::presentation::DateTimeShape This service is implemented by the date and time presentation shape.
::com::sun::star::presentation::DocumentSettings describes properties that apply to the whole presentation document.
::com::sun::star::presentation::DrawPage This is the service provided by a ::com::sun::star::drawing::DrawPage inside a ::com::sun::star::presentation::PresentationDocument .
::com::sun::star::presentation::FooterShape This service is implemented by the footer presentation shape.
::com::sun::star::presentation::GraphicObjectShape This service is implemented by the graphic presentation shape.
::com::sun::star::presentation::HandoutShape This service is implemented by the handout presentation shape.
::com::sun::star::presentation::HandoutView This componend integrates a view to a handout page inside a presentation document into the desktop.
::com::sun::star::presentation::HeaderShape This service is implemented by the header presentation shape.
::com::sun::star::presentation::NotesShape This service is implemented by the notes presentation shape.
::com::sun::star::presentation::NotesView This componend integrates a view to a handout page inside a presentation document into the desktop.
::com::sun::star::presentation::OLE2Shape This service is implemented by the OLE2 presentation shape.
::com::sun::star::presentation::OutlineView This componend integrates an outline view to a presentation document into the desktop. In an outline view, the textual contents of presentation text objects from all presentation pages are presentet as a continous outline text.
::com::sun::star::presentation::OutlinerShape This service is implemented by the outline presentation shape.
::com::sun::star::presentation::PageShape This service is implemented by the page presentation shape.
::com::sun::star::presentation::Presentation This service is a presentation that is available from a ::com::sun::star::presentation::PresentationDocument via the ::com::sun::star::presentation::XPresentationSupplier interface.
::com::sun::star::presentation::PresentationDocument This is the service provided by a presentation document.
::com::sun::star::presentation::PresentationView This component integrates a view to a slide show of a presentation document into the desktop.
::com::sun::star::presentation::PreviewView This componend integrates a preview view to a slide show of a presentation document into the desktop.
::com::sun::star::presentation::Shape this service is supported from all shapes inside a ::com::sun::star::presentation::PresentationDocument . This usually enahnces objects of type ::com::sun::star::drawing::Shape with presentation properties.
::com::sun::star::presentation::SlideNumberShape This service is implemented by the slide number presentation shape.
::com::sun::star::presentation::SlidesView This componend integrates a slides view to a presentation document into the desktop. In a slides view, the pages of a presentation document are displayed to the user as thumbnails and can be arranged and cut/copied to/from the clipboard.
::com::sun::star::presentation::SubtitleShape This service is implemented by the subtitle presentation shape.
::com::sun::star::presentation::TitleTextShape This service is implemented by the title and subtitle presentation shape.
Interfaces
::com::sun::star::presentation::XCustomPresentationSupplier must be supported to provide access to customized presentations of a presentation document.
::com::sun::star::presentation::XHandoutMasterSupplier returns the handout master page for this document
::com::sun::star::presentation::XPresentation With this interface you can control any object that implements a ::com::sun::star::presentation::Presentation .
::com::sun::star::presentation::XPresentationPage describes a page from a presentation.
::com::sun::star::presentation::XPresentationSupplier controls a presentation directly. This supplier will do this.
Structs
::com::sun::star::presentation::ParagraphTarget an event has a source that causes an event to be fired and a trigger that defines under which condition an event should be raised and an offset if the event should be raised a defined amount of time after the event is triggered.
Enums
::com::sun::star::presentation::AnimationEffect specifies the animation effects for animating text or objects.
::com::sun::star::presentation::AnimationSpeed specifies the speed values of animation/fade effects.
::com::sun::star::presentation::ClickAction This enumeration specifies the actions which can be processed when a user clicks on an object.
::com::sun::star::presentation::FadeEffect specifies the fade effects to fade one page into another.
::com::sun::star::presentation::PresentationRange specifies which part of the presentation is to show.
Constant Groups
::com::sun::star::presentation::EffectCommands
::com::sun::star::presentation::EffectNodeType This constants defines a type for an animation effect node.
This is stored with the name node-type inside the ::::com::sun::star::animations::XAnimationNode::UserData sequence.
This does not manipulate the timing or syncronization. It can be used to quickly identify semantic blocks inside an animation hierachy.
::com::sun::star::presentation::EffectPresetClass This constants defines a the class for a preset animation effect.
This is stored with the name preset-class inside the ::::com::sun::star::animations::XAnimationNode::UserData sequence.
This does not manipulate the timing or syncronization. It can be used to quickly identify preset animations inside an animation hierachy.
::com::sun::star::presentation::ShapeAnimationSubType Defines the whole shape or a subitem as a target for an effect.
::com::sun::star::presentation::TextAnimationType Defines how a target ::XTextRange is animated inside an ::IterateContainer .
This is stored inside the attribute ::IterateContainer::IterateType .
Top of Page