| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
These values specify the influence of the wrapping style of a floating screen object when it's positioned. More...
| Variables | |
| const short | ONCE_SUCCESSIVE = 1 | 
| wrapping style has no influence on the position and the floating screen object is successive positioned. | |
| const short | ONCE_CONCURRENT = 2 | 
| wrapping style has no influence on the position and the floating screen object is concurrent positioned. | |
| const short | ITERATIVE = 3 | 
| wrapping style has influence on the position and the floating screen object is iterative positioned. | |
These values specify the influence of the wrapping style of a floating screen object when it's positioned.
| const short ITERATIVE = 3 | 
wrapping style has influence on the position and the floating screen object is iterative positioned.
| const short ONCE_CONCURRENT = 2 | 
wrapping style has no influence on the position and the floating screen object is concurrent positioned.
| const short ONCE_SUCCESSIVE = 1 | 
wrapping style has no influence on the position and the floating screen object is successive positioned.