Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: awt ::

unpublished interface XLayoutFlow
Usage Restrictions
not published
Description
Enables height-for-width layout negociations, which allows for label wrapping and flow containers. Can be implemented by either a container or an ordinary widget; whether its parent will honor it is another story, so keep implementing getMinimumSize().
Since
OOo 3.0

Methods' Summary
getHeightForWidth returns the prefered high this layout element would need for the given width.  
hasHeightForWidth Allow the container/widget to toggle the functionality.  
Methods' Details
getHeightForWidth
long
getHeightForWidth( [in] long  Width );

Description
returns the prefered high this layout element would need for the given width.
hasHeightForWidth
boolean
hasHeightForWidth();

Description
Allow the container/widget to toggle the functionality.
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.