:: ooo :: vba :: word ::

interface XFind
Base Interfaces
XFind
┗ ::ooo::vba::XHelperInterface
   ┗ ::com::sun::star::lang::XServiceInfo

::ooo::vba::XHelperInterface

Methods' Summary
Execute  
ClearFormatting  
Attributes' Summary
Text  
Replacement  
Forward  
Wrap  
Format  
MatchCase  
MatchWholeWord  
MatchWildcards  
MatchSoundsLike  
MatchAllWordForms  
Style  
Methods' Details
Execute
boolean
Execute( [in] any  FindText,
[in] any  MatchCase,
[in] any  MatchWholeWord,
[in] any  MatchWildcards,
[in] any  MatchSoundsLike,
[in] any  MatchAllWordForms,
[in] any  Forward,
[in] any  Wrap,
[in] any  Format,
[in] any  ReplaceWith,
[in] any  Replace,
[in] any  MatchKashida,
[in] any  MatchDiacritics,
[in] any  MatchAlefHamza,
[in] any  MatchControl,
[in] any  MatchPrefix,
[in] any  MatchSuffix,
[in] any  MatchPhrase,
[in] any  IgnoreSpace,
[in] any  IgnorePunct );

ClearFormatting
void
ClearFormatting();

Attributes' Details
Text
string Text;
Replacement
any Replacement;
Forward
boolean Forward;
Wrap
long Wrap;
Format
boolean Format;
MatchCase
boolean MatchCase;
MatchWholeWord
boolean MatchWholeWord;
MatchWildcards
boolean MatchWildcards;
MatchSoundsLike
boolean MatchSoundsLike;
MatchAllWordForms
boolean MatchAllWordForms;
Style
any Style;
Top of Page