com :: sun :: star :: frame :: interface XFrames
- Base Interface
- com::sun::star::container::XIndexAccess
- Description
- manages and creates frames.
Frames may contain other frames (by implementing an XFrames
interface) and may be contained in other frames.
- See also
- XFrame
- See also
- Frame
Methods' Details
|
- append
-  
- void
append(
-
- Description
- appends the specified Frame to the list of sub-frames.
|
- queryFrames
-  
- sequence< com::sun::star::frame::XFrame >
queryFrames(
[ in ] long |
nSearchFlags ); |
- Returns
-
all child frames of the container which are intended to be visible
to other objects.
The content of the sequence may be limited by the caller through
the FrameSearchFlags .
|
- remove
-  
- void
remove(
-
- Description
- removes the frame from its container.
The method
is not called implicitly
by this method.
The creator attribute of the frame must be reset by the caller of
this method.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.