Top | Module | Use | Manual | Index |
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS  |
'replace all bold words "search for" by "look for" xReplaceDescr = xDocument.createReplaceDescriptor() xReplaceDescr.SearchString = "search for" xReplaceDescr.ReplaceString = "look for" xFound = xDocument.replaceAll( xReplaceDescr )
Known Services which Export this Interface |
|
com::sun::star::sheet::SheetCell | represents a single addressable cell in a spreadsheet document. |
com::sun::star::sheet::SheetCellRange | represents a rectangular range of cells in a spreadsheet document. |
com::sun::star::sheet::SheetCellRanges | represents a collection of cell ranges in a spreadsheet document. |
com::sun::star::text::AdvancedTextDocument | [ DEPRECATED ] An advanced text document is an extension of a hypertext document which can also contain text-frames, foot- and endnotes, and some other advanced contents. |
com::sun::star::text::TextDocument | A text document is a model component which contains text structured by paragraphs. |
Methods' Summary |
|
createReplaceDescriptor | creates a descriptor which contains properties that specify a search in this container. |
replaceAll | searches for all occurrences of whatever is specified. |
Methods' Details |
||
|
||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.