Loading...
Searching...
No Matches
FindReplaceOptions.h
Go to the documentation of this file.
1// This file is autogenerated: please see the codegen template "Options"
2#ifndef PDFTRON_H_CPPPDFFindReplaceOptions
3#define PDFTRON_H_CPPPDFFindReplaceOptions
4
5#include <PDF/OptionsBase.h>
6
7namespace pdftron{ namespace PDF{
8
176
177}
178}
179
180#include "../Impl/FindReplaceOptions.inl"
181#endif // PDFTRON_H_CPPPDFFindReplaceOptions
@ 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.
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)
TRN_UInt32 UInt32
Definition BasicTypes.h:13