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 i_index
- 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
i_index is not a valid index.
|
|
insertImageSet
- Description
- sets the URLs of the image set with the given index
- Parameter i_index
- 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 i_imageURLs
- 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
i_index is not a valid index.
|
|
replaceImageSet
- Description
- replaces the image set given by index with a new one
- Parameter i_index
- 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 i_imageURLs
- 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
i_index is not a valid index.
|
|
removeImageSet
- Description
- removes the image set with the given index
- Parameter i_index
- 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
i_index is not a valid index.
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.