(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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 OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos 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.