Methods' Details |
getImageSetCount
- Description
- returns the number of images sets maintained by the component.
|
|
getImageSet
- Description
- returns the URLs of the image set with the given index
- Parameter iIndex
- the index of the set those image URLs are to be retrieved. Must be greater than or equal to
0 ,
and smaller than the value returned by getImageSetCount().
- Throws
- ::com::sun::star::lang::IndexOutOfBoundsException
if the
iIndex is not a valid index.
|
|
insertImageSet
- Description
- sets the URLs of the image set with the given index
- Parameter iIndex
- the index at which a new image set should be inserted. Must be greater than or equal to
0 ,
and smaller than or equal to the value returned by getImageSetCount().
- Parameter iImageURLs
- the URLs for the images for the given set. Will be resolved using a com::sun::star::graphic::GraphicProvider.
- Throws
- ::com::sun::star::lang::IndexOutOfBoundsException
if the
iIndex is not a valid index.
|
|
replaceImageSet
- Description
- replaces the image set given by index with a new one
- Parameter iIndex
- the index of the set those image URLs are to be replaced. Must be greater than or equal to
0 ,
and smaller than the value returned by getImageSetCount().
- Parameter iImageURLs
- the URLs for the images for the given set. Will be resolved using a com::sun::star::graphic::GraphicProvider.
- Throws
- ::com::sun::star::lang::IndexOutOfBoundsException
if the
iIndex is not a valid index.
|
|
removeImageSet
- Description
- removes the image set with the given index
- Parameter iIndex
- the index of the set to remove. Must be greater than or equal to
0 ,
and smaller than the value returned by getImageSetCount().
- Throws
- ::com::sun::star::lang::IndexOutOfBoundsException
if the
iIndex is not a valid index.
|
|
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.