:: com :: sun :: star :: text ::
|
unpublished |
constants group WrapInfluenceOnPosition |
|
|
- Usage Restrictions
- not published
- Description
- These values specify the influence of the wrapping style of a floating
screen object when it's positioned.
|
Constants |
ONCE_SUCCESSIVE |
wrapping style has no influence on the position and the floating screen
object is successive positioned.
|
ONCE_CONCURRENT |
wrapping style has no influence on the position and the floating screen
object is concurrent positioned.
|
ITERATIVE |
wrapping style has influence on the position and the floating screen
object is iterative positioned.
|
Constants' Details |
ONCE_SUCCESSIVE
const short ONCE_SUCCESSIVE = 1;
- Description
- wrapping style has no influence on the position and the floating screen
object is successive positioned.
|
|
ONCE_CONCURRENT
const short ONCE_CONCURRENT = 2;
- Description
- wrapping style has no influence on the position and the floating screen
object is concurrent positioned.
|
|
ITERATIVE
const short ITERATIVE = 3;
- Description
- wrapping style has influence on the position and the floating screen
object is iterative positioned.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.