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

interface XLayoutFlow

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