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

interface XLayoutContainer
Base Interfaces
XLayoutContainer
┗ ::com::sun::star::container::XChild

::com::sun::star::container::XChild
(referenced interface's summary:)
provides access to the parent of the object.

Methods' Summary
addChild  
removeChild  
getChildren  
getChildProperties  
setLayoutUnit  
getLayoutUnit  
allocateArea  
getRequestedSize  
getAllocatedArea  
getHeightForWidth  
hasHeightForWidth  
Methods' Details
addChild
void
addChild( [in] XLayoutConstrains  Child )
raises( MaxChildrenException );

removeChild
void
removeChild( [in] XLayoutConstrains  Child );

getChildren
sequence< XLayoutConstrains >
getChildren();

getChildProperties
::com::sun::star::beans::XPropertySet
getChildProperties( [in] XLayoutConstrains  Child );

setLayoutUnit
void
setLayoutUnit( [in] XLayoutUnit  Unit );

getLayoutUnit
XLayoutUnit
getLayoutUnit();

allocateArea
void
allocateArea( [in] Rectangle  NewArea );

getRequestedSize
Size
getRequestedSize();

getAllocatedArea
Rectangle
getAllocatedArea();

getHeightForWidth
long
getHeightForWidth( [in] long  Width );

hasHeightForWidth
boolean
hasHeightForWidth();

Top of Page