Language
The Free and Open Productivity Suite
:: com :: sun :: star :: awt ::
|
unpublished |
constants group ImagePosition |
|
|
- Usage Restrictions
- not published
- Description
- specifies the position of a image, relative to another object
- See also
- ImageAlign
|
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.
|
|
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.