21module
com { module sun { module star { module awt {
97 [in] sequence< string > iImageURLs
120 [in] sequence< string > iImageURLs
150 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:27
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition IndexOutOfBoundsException.idl:31
allows administrating a set of images, to be displayed as animated seres.
Definition XAnimatedImages.idl:33
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:39
short ScaleMode
controls the way the images are scaled up or down, when the available space is larger or smaller than...
Definition XAnimatedImages.idl:56
boolean AutoRepeat
specifies whether the animation should start over with the first image of the image series when the l...
Definition XAnimatedImages.idl:46
void removeImageSet([in] long iIndex)
removes the image set with the given index
Definition Ambiguous.idl:20