LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XGraphicMapper Interface Reference

This interface allows mapping of XGraphics for a certain string key. More...

import"XGraphicMapper.idl";

Inheritance diagram for XGraphicMapper:
GraphicMapper

Public Member Functions

com::sun::star::graphic::XGraphic findGraphic ([in] string Id)
 Find if we have the XGraphic for the certain key. More...
 
void putGraphic ([in] string Id, [in] com::sun::star::graphic::XGraphic Graphic)
 Insert a new entry to map an id/key to the XGraphic. More...
 

Detailed Description

This interface allows mapping of XGraphics for a certain string key.

Since
LibreOffice 7.1

Member Function Documentation

◆ findGraphic()

com::sun::star::graphic::XGraphic findGraphic ( [in] string  Id)

Find if we have the XGraphic for the certain key.

◆ putGraphic()

void putGraphic ( [in] string  Id,
[in] com::sun::star::graphic::XGraphic  Graphic 
)

Insert a new entry to map an id/key to the XGraphic.


The documentation for this interface was generated from the following file: