Language
The Free and Open Productivity Suite
:: com :: sun :: star :: embed ::
|
constants group EmbedMapUnits |
- Description
- contains list of possible map modes supported by embedded object.
- See also
- XVisualObject
|
Constants |
ONE_100TH_MM |
In this type of map mode one logical point is equal to one-hundredth
of milimetre.
|
ONE_10TH_MM |
In this type of map mode one logical point is equal to one-tenth
of milimetre.
|
ONE_MM |
In this type of map mode one logical point is equal to one
milimetre.
|
ONE_CM |
In this type of map mode one logical point is equal to one
centimetre.
|
ONE_1000TH_INCH |
In this type of map mode one logical point is equal to one-thousandth
of inch.
|
ONE_100TH_INCH |
In this type of map mode one logical point is equal to one-hundredth
of inch.
|
ONE_10TH_INCH |
In this type of map mode one logical point is equal to one-tenth
of inch.
|
ONE_INCH |
In this type of map mode one logical point is equal to one inch.
|
POINT |
In this type of map mode one logical point is equal to one
typographical point.
|
TWIP |
In this type of map mode one logical point is equal to one twentieth
of typographical point.
|
PIXEL |
In this type of map mode one logical point is equal to one pixel.
|
Constants' Details |
ONE_100TH_MM
const long ONE_100TH_MM = 0;
- Description
- In this type of map mode one logical point is equal to one-hundredth
of milimetre.
|
|
ONE_10TH_MM
const long ONE_10TH_MM = 1;
- Description
- In this type of map mode one logical point is equal to one-tenth
of milimetre.
|
|
ONE_MM
const long ONE_MM = 2;
- Description
- In this type of map mode one logical point is equal to one
milimetre.
|
|
ONE_CM
const long ONE_CM = 3;
- Description
- In this type of map mode one logical point is equal to one
centimetre.
|
|
ONE_1000TH_INCH
const long ONE_1000TH_INCH = 4;
- Description
- In this type of map mode one logical point is equal to one-thousandth
of inch.
|
|
ONE_100TH_INCH
const long ONE_100TH_INCH = 5;
- Description
- In this type of map mode one logical point is equal to one-hundredth
of inch.
|
|
ONE_10TH_INCH
const long ONE_10TH_INCH = 6;
- Description
- In this type of map mode one logical point is equal to one-tenth
of inch.
|
|
ONE_INCH
const long ONE_INCH = 7;
- Description
- In this type of map mode one logical point is equal to one inch.
|
|
POINT
const long POINT = 8;
- Description
- In this type of map mode one logical point is equal to one
typographical point.
|
|
TWIP
const long TWIP = 9;
- Description
- In this type of map mode one logical point is equal to one twentieth
of typographical point.
|
|
PIXEL
const long PIXEL = 10;
- Description
- In this type of map mode one logical point is equal to one pixel.
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.