service BitmapTable in module com::sun::star::drawing::

(Global Index)

Syntax

service BitmapTable;

Description

this is a container for URLs to bitmaps.

It is used for example to access the bitmaps that are used inside a document for filling.

See also

DrawingDocumentFactory

See also

Fillstyle.FillBitmapURL

Exported Interfaces

com::sun::star::container::XNameContainer

Description

this container lets you access the URLs that are indexed with a name.

Note: You can add new entries for later use, but you cannot remove entries that are used inside the document.


Top of Page