Top | Module | Use | Manual | Index |
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS  |
This example prints the names of all tables:
xTextTableEnum = xTextDoc.createContentEnumeration( "com::sun::star::text::TextTable" ) while xTextTableEnum.hasMoreElements() do print xTextTableEnum.getNextElement().Name wend
Known Services which Export this Interface |
|
com::sun::star::lang::ServiceManager | provides a collection of implementations for services. |
com::sun::star::lang::ServiceManager | provides a collection of implementations for services. |
com::sun::star::text::TextPortion | A TextPortion is a piece of text within a paragraph that does not contain changes of its attributes inside. |
com::sun::star::text::TextRange | points to a sequence of characters within a Text . |
Methods' Summary |
|
createContentEnumeration | |
getAvailableServiceNames |
Methods' Details |
||
|
||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.