(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.