21 module
com { module sun { module star { module awt {
23 published
interface XGraphics;
24 published
interface XFont;
25 published
interface XBitmap;
26 published
interface XDisplayBitmap;
provides a bitmap in the Microsoft DIB format.
Definition XBitmap.idl:28
provides information about a graphical output device and offers a factory for the graphics which prov...
Definition XDevice.idl:34
com::sun::star::awt::XFont getFont([in] FontDescriptor aDescriptor)
returns information about a font offered by this device.
com::sun::star::awt::DeviceInfo getInfo()
returns information about the device.
XBitmap createBitmap([in] long nX, [in] long nY, [in] long nWidth, [in] long nHeight)
creates a bitmap with the current device depth.
sequence< FontDescriptor > getFontDescriptors()
returns the list of available font descriptors.
XDisplayBitmap createDisplayBitmap([in] XBitmap Bitmap)
creates a device compatible bitmap.
XDevice createDevice([in] long nWidth, [in] long nHeight)
creates a new device which is compatible with this one.
XGraphics createGraphics()
creates a new graphics whose output operation is directed to this device.
specifies an object as a bitmap for which data is formatted for a specific output device.
Definition XDisplayBitmap.idl:31
describes a font on a specific device.
Definition XFont.idl:30
provides the basic output operation of a device.
Definition XGraphics.idl:32
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20
contains information about a device.
Definition DeviceInfo.idl:28
describes the characteristics of a font.
Definition FontDescriptor.idl:30