Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: drawing ::

unpublished constants group EnhancedCustomShapeParameterType
Usage Restrictions
not published
Description
defines how a EnhancedCustomShapeParameter has to be interpreted

Constants
NORMAL the value of the point component is normal, the Coordinate is taken as it is  
EQUATION the value of the point component has to be interpreted as index to a Equation  
ADJUSTMENT the value of the point component has to be interpreted as index into the list of AdjustmentValues  
LEFT the logical left border of the CustomShape is used  
TOP the logical top border of the CustomShape is used  
RIGHT the logical right border of the CustomShape is used  
BOTTOM the logical bottom border of the CustomShape is used  
XSTRETCH the x value of the stretch point is used  
YSTRETCH the y value of the stretch point is used  
HASSTROKE If the shape has a line style, a value of 1 is used.  
HASFILL If the shape has a fill style, a value of 1 is used.  
WIDTH The width of the svg:viewBox is used.  
HEIGHT The height of the svg:viewBox is used.  
LOGWIDTH The logical width of the shape is used.  
LOGHEIGHT The logical height of the shape is used.  
Constants' Details
NORMAL
const short NORMAL = 0;
Description
the value of the point component is normal, the Coordinate is taken as it is
EQUATION
const short EQUATION = 1;
Description
the value of the point component has to be interpreted as index to a Equation
ADJUSTMENT
const short ADJUSTMENT = 2;
Description
the value of the point component has to be interpreted as index into the list of AdjustmentValues
LEFT
const short LEFT = 3;
Description
the logical left border of the CustomShape is used
TOP
const short TOP = 4;
Description
the logical top border of the CustomShape is used
RIGHT
const short RIGHT = 5;
Description
the logical right border of the CustomShape is used
BOTTOM
const short BOTTOM = 6;
Description
the logical bottom border of the CustomShape is used
XSTRETCH
const short XSTRETCH = 7;
Description
the x value of the stretch point is used
YSTRETCH
const short YSTRETCH = 8;
Description
the y value of the stretch point is used
HASSTROKE
const short HASSTROKE = 9;
Description
If the shape has a line style, a value of 1 is used.
HASFILL
const short HASFILL = 10;
Description
If the shape has a fill style, a value of 1 is used.
WIDTH
const short WIDTH = 11;
Description
The width of the svg:viewBox is used.
HEIGHT
const short HEIGHT = 12;
Description
The height of the svg:viewBox is used.
LOGWIDTH
const short LOGWIDTH = 13;
Description
The logical width of the shape is used.
LOGHEIGHT
const short LOGHEIGHT = 14;
Description
The logical height of the shape is used.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.