LibreOffice
LibreOffice 24.2 SDK API Reference
|
contains information about a device. More...
import <DeviceInfo.idl;
Public Attributes | |
long | Width |
contains the width of the device in pixels. | |
long | Height |
contains the height of the device in pixels. | |
long | LeftInset |
contains the inset from the left. | |
long | TopInset |
contains the inset from the top. | |
long | RightInset |
contains the inset from the right. | |
long | BottomInset |
contains the inset from the bottom. | |
double | PixelPerMeterX |
contains the X-axis resolution of the device in pixel/meter. | |
double | PixelPerMeterY |
contains the Y-axis resolution of the device in pixel/meter. | |
short | BitsPerPixel |
contains the color-depth of the device. | |
long | Capabilities |
specifies special operations which are possible on the device. | |
contains information about a device.
short BitsPerPixel |
contains the color-depth of the device.
long BottomInset |
contains the inset from the bottom.
long Capabilities |
specifies special operations which are possible on the device.
long Height |
contains the height of the device in pixels.
long LeftInset |
contains the inset from the left.
double PixelPerMeterX |
contains the X-axis resolution of the device in pixel/meter.
double PixelPerMeterY |
contains the Y-axis resolution of the device in pixel/meter.
long RightInset |
contains the inset from the right.
long TopInset |
contains the inset from the top.
long Width |
contains the width of the device in pixels.