2 #ifndef PDFTRON_H_CPPPDFFindReplaceOptions
3 #define PDFTRON_H_CPPPDFFindReplaceOptions
7 namespace pdftron{
namespace PDF{
180 #include "../Impl/FindReplaceOptions.inl"
181 #endif // PDFTRON_H_CPPPDFFindReplaceOptions
Reflow the whole paragraph of changed text.
Reflow the whole line of the changed text.
Apply full alignment to the new text.
Use of regular expressions to match the text is allowed.
Apply right alignment to the new text.
FindReplaceOptions & SetPages(const UString &value)
Apply center alignment to the new text.
HorizAlignment GetAlignment()
FindReplaceOptions & SetAlignment(HorizAlignment value)
FindReplaceOptions & SetMatchCase(bool value)
Reflow just the changed text.
FindReplaceOptions & SetReflowMode(ReflowType value)
FindReplaceOptions & SetMatchMode(MatchType value)
FindReplaceOptions & SetWholeWords(bool value)
Use of wildcards to match the text is allowed.
Apply left alignment to the new text.
ReflowType GetReflowMode()
FindReplaceOptions & SetBatchSize(UInt32 value)