Methods' Summary |
createSearchDescriptor |
creates a SearchDescriptor which contains properties that
specify a search in this container. |
findAll |
searches the contained texts for all occurrences of whatever is specified. |
findFirst |
searches the contained texts for the next occurrence of whatever is specified.
|
findNext |
searches the contained texts for the next occurrence of whatever is specified.
|
Methods' Details |
createSearchDescriptor
- Description
- creates a SearchDescriptor which contains properties that
specify a search in this container.
- See also
- SearchDescriptor
|
|
findAll
- Description
- searches the contained texts for all occurrences of whatever is specified.
- See also
- SearchDescriptor
|
|
findFirst
- Description
- searches the contained texts for the next occurrence of whatever is specified.
- Returns
- the position within the component, e.g. a com::sun::star::text::XTextRange
which determines the found elements.
- See also
- SearchDescriptor
|
|
findNext
- Description
- searches the contained texts for the next occurrence of whatever is specified.
- Parameter xStartAt
- represents a position within the component at which the search continues.
This position is returned by XSearchable::findFirst() or
the previous XSearchable::findNext().
- Parameter xDesc
- the descriptor used for searching.
- See also
- SearchDescriptor
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.