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.
|
|
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.