20 #ifndef __com_sun_star_awt_XAnimatedImages_idl__
21 #define __com_sun_star_awt_XAnimatedImages_idl__
29 module
com { module sun { module star { module awt {
61 [attribute]
short ScaleMode
105 [in] sequence< string > iImageURLs
128 [in] sequence< string > iImageURLs
158 interface ::com::sun::star::container::XContainer;
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:35
allows administrating a set of images, to be displayed as animated seres.
Definition: XAnimatedImages.idl:41
long getImageSetCount()
returns the number of images sets maintained by the component.
void insertImageSet([in] long iIndex, [in] sequence< string > iImageURLs)
sets the URLs of the image set with the given index
void replaceImageSet([in] long iIndex, [in] sequence< string > iImageURLs)
replaces the image set given by index with a new one
sequence< string > getImageSet([in] long iIndex)
returns the URLs of the image set with the given index
long StepTime
specifies the time in milliseconds between two animation steps.
Definition: XAnimatedImages.idl:47
boolean AutoRepeat
specifies whether the animation should start over with the first image of the image series when the l...
Definition: XAnimatedImages.idl:54
void removeImageSet([in] long iIndex)
removes the image set with the given index
Definition: Ambiguous.idl:22