:: com :: sun :: star :: container ::
|
interface XContentEnumerationAccess |
- Base Interfaces
::com::sun::star::uno::XInterface
|
+--XContentEnumerationAccess
::com::sun::star::uno::XInterface |
- (referenced interface's summary:)
- base interface of all UNO interfaces
|
|
- Description
- allows access to the collections of all content types within the object.
- Example
-
This example prints the names of all tables:
xTextTableEnum = xTextDoc.createContentEnumeration( "com::sun::star::text::TextTable" )
while xTextTableEnum.hasMoreElements() do
print xTextTableEnum.nextElement().Name
wend
- Developers Guide
-
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.