Constants |
LeftTop |
specifies that the image should be positioned at the left of, and top-aligned to, the other object
|
LeftCenter |
specifies that the image should be positioned at the left of, and vertically centered to, the other object
|
LeftBottom |
specifies that the image should be positioned at the left of, and bottom-aligned to, the other object
|
RightTop |
specifies that the image should be positioned at the right of, and top-aligned to, the other object
|
RightCenter |
specifies that the image should be positioned at the right of, and vertically centered to, the other object
|
RightBottom |
specifies that the image should be positioned at the right of, and bottom-aligned to, the other object
|
AboveLeft |
specifies that the image should be positioned above and left-aligned to the other object
|
AboveCenter |
specifies that the image should be positioned above and horizontally centered to the other object
|
AboveRight |
specifies that the image should be positioned above and right-aligned to the other object
|
BelowLeft |
specifies that the image should be positioned below and left-aligned to the other object
|
BelowCenter |
specifies that the image should be positioned below and horizontally centered to the other object
|
BelowRight |
specifies that the image should be positioned below and right-aligned centered to the other object
|
Centered |
specifies that the image should be horizontally and vertically centered to the other object.
|
Constants' Details |
LeftTop
const short LeftTop = 0;
- Description
- specifies that the image should be positioned at the left of, and top-aligned to, the other object
|
|
LeftCenter
const short LeftCenter = 1;
- Description
- specifies that the image should be positioned at the left of, and vertically centered to, the other object
|
|
LeftBottom
const short LeftBottom = 2;
- Description
- specifies that the image should be positioned at the left of, and bottom-aligned to, the other object
|
|
RightTop
const short RightTop = 3;
- Description
- specifies that the image should be positioned at the right of, and top-aligned to, the other object
|
|
RightCenter
const short RightCenter = 4;
- Description
- specifies that the image should be positioned at the right of, and vertically centered to, the other object
|
|
RightBottom
const short RightBottom = 5;
- Description
- specifies that the image should be positioned at the right of, and bottom-aligned to, the other object
|
|
AboveLeft
const short AboveLeft = 6;
- Description
- specifies that the image should be positioned above and left-aligned to the other object
|
|
AboveCenter
const short AboveCenter = 7;
- Description
- specifies that the image should be positioned above and horizontally centered to the other object
|
|
AboveRight
const short AboveRight = 8;
- Description
- specifies that the image should be positioned above and right-aligned to the other object
|
|
BelowLeft
const short BelowLeft = 9;
- Description
- specifies that the image should be positioned below and left-aligned to the other object
|
|
BelowCenter
const short BelowCenter = 10;
- Description
- specifies that the image should be positioned below and horizontally centered to the other object
|
|
BelowRight
const short BelowRight = 11;
- Description
- specifies that the image should be positioned below and right-aligned centered to the other object
|
|
Centered
const short Centered = 12;
- Description
- specifies that the image should be horizontally and vertically centered to the other object.
|
|
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.