2#ifndef PDFTRON_H_CPPPDFFindReplaceOptions
3#define PDFTRON_H_CPPPDFFindReplaceOptions
180#include "../Impl/FindReplaceOptions.inl"
HorizAlignment GetAlignment()
@ e_text
Reflow just the changed text.
@ e_line
Reflow the whole line of the changed text.
@ e_para
Reflow the whole paragraph of changed text.
@ e_center
Apply center alignment to the new text.
@ e_left
Apply left alignment to the new text.
@ e_right
Apply right alignment to the new text.
@ e_full
Apply full alignment to the new text.
ReflowType GetReflowMode()
FindReplaceOptions & SetAlignment(HorizAlignment value)
FindReplaceOptions & SetWholeWords(bool value)
FindReplaceOptions & SetBatchSize(UInt32 value)
FindReplaceOptions & SetMatchCase(bool value)
@ e_wildcards
Use of wildcards to match the text is allowed.
@ e_exact
Exactly match the text.
@ e_regex
Use of regular expressions to match the text is allowed.
FindReplaceOptions & SetMatchMode(MatchType value)
FindReplaceOptions & SetReflowMode(ReflowType value)
FindReplaceOptions & SetPages(const UString &value)