Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: 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 Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

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