The Free and Open Productivity Suite
QA Volunteers Needed -- Help us test OpenOffice

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for Apache OpenOffice version 3.4.

:: com :: sun :: star :: animations ::

unpublished interface XTimeContainer
Base Interfaces
XTimeContainerXAnimationNode
   ┗ ::com::sun::star::container::XChild

XAnimationNode
(referenced interface's summary:)
Usage Restrictions
not published
Description
Supported modules
  • BasicInlineTiming
  • EventTiming
  • FillDefault
  • MultiArcTiming
  • RepeatTiming The deprecated repeat is not supported.
  • RestartDefault
  • RestartTiming
  • TimeContainerAttributes
See also
http://www.w3.org/TR/smil20/smil-timing.html, http://www.w3.org/TR/smil20/smil-timing.html#Timing-TimingConcepts

Methods' Summary
insertBefore  
insertAfter  
replaceChild  
removeChild  
appendChild  
Methods' Details
insertBefore
XAnimationNode
insertBefore( [in] XAnimationNode  newChild,
[in] XAnimationNode  refChild )
raises( ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::container::NoSuchElementException,
::com::sun::star::container::ElementExistException,
::com::sun::star::lang::WrappedTargetException );

insertAfter
XAnimationNode
insertAfter( [in] XAnimationNode  newChild,
[in] XAnimationNode  refChild )
raises( ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::container::NoSuchElementException,
::com::sun::star::container::ElementExistException,
::com::sun::star::lang::WrappedTargetException );

replaceChild
XAnimationNode
replaceChild( [in] XAnimationNode  newChild,
[in] XAnimationNode  oldChild )
raises( ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::container::NoSuchElementException,
::com::sun::star::container::ElementExistException,
::com::sun::star::lang::WrappedTargetException );

removeChild
XAnimationNode
removeChild( [in] XAnimationNode  oldChild )
raises( ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::container::NoSuchElementException,
::com::sun::star::lang::WrappedTargetException );

appendChild
XAnimationNode
appendChild( [in] XAnimationNode  newChild )
raises( ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::container::ElementExistException,
::com::sun::star::lang::WrappedTargetException );

Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us | Donate

Apache, the Apache feather logo, and OpenOffice are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.