Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: ui ::

unpublished struct LayoutSize
Usage Restrictions
not published
Description
Size used for layouting windows. It specifies a range of valid values and a preferred value. The values must not violate the relation 0 <= Minimum <= Preferred <= Maximum.
Parameter Minimum
Zero or positive. The value itself is included in the valid range.
Parameter Maximum
A value larger than or equal to Minimum. The special value -1 means that there is no upper bound. Every value larger than or equal to Minimum is valid.
Parameter Preferred
The preferred size inside the valid range.

Elements' Summary
Minimum  
Maximum  
Preferred  
Elements' Details
Minimum
long Minimum;
Maximum
long Maximum;
Preferred
long Preferred;
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.