LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
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;
void replaceImageSet([in] long iIndex, [in] sequence< string > iImageURLs)
replaces the image set given by index with a new one
allows administrating a set of images, to be displayed as animated seres.
Definition: XAnimatedImages.idl:41
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
sequence< string > getImageSet([in] long iIndex)
returns the URLs of the image set with the given index
long getImageSetCount()
returns the number of images sets maintained by the component.
long StepTime
specifies the time in milliseconds between two animation steps.
Definition: XAnimatedImages.idl:47
Definition: Ambiguous.idl:22
void insertImageSet([in] long iIndex, [in] sequence< string > iImageURLs)
sets the URLs of the image set with the given index
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