|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module awt {
53 [attribute]
short ScaleMode
97 [in] sequence< string > iImageURLs
120 [in] sequence< string > iImageURLs
150 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:33
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
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:39
Definition: Ambiguous.idl:20
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:27
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:31