Loading...
Searching...
No Matches
FindReplace.h
Go to the documentation of this file.
1
//---------------------------------------------------------------------------------------
2
// Copyright (c) 2001-2025 by Apryse Software Inc. All Rights Reserved.
3
// Consult legal.txt regarding legal and license information.
4
//---------------------------------------------------------------------------------------
5
// !Warning! This file is autogenerated, modify the .codegen file, not this one
6
// (any changes here will be wiped out during the autogen process)
7
8
#ifndef PDFTRON_H_CPPPDFFindReplace
9
#define PDFTRON_H_CPPPDFFindReplace
10
#include <C/PDF/TRN_FindReplace.h>
11
12
#include <
Common/BasicTypes.h
>
13
#include <
Common/UString.h
>
14
#include <
PDF/PDFDoc.h
>
15
#include <
PDF/FindReplaceOptions.h
>
16
17
namespace
pdftron
{
namespace
PDF
{
18
19
24
class
FindReplace
25
{
26
public
:
27
36
static
void
FindReplaceText
(
PDFDoc
& input_output_pdf,
const
UString
& from,
const
UString
& to,
const
FindReplaceOptions
& options =
FindReplaceOptions
());
37
38
};
39
40
#include <Impl/FindReplace.inl>
41
}
//end pdftron
42
}
//end PDF
43
44
45
#endif
//PDFTRON_H_CPPPDFFindReplace
BasicTypes.h
FindReplaceOptions.h
PDFDoc.h
UString.h
pdftron::PDF::FindReplace
Definition
FindReplace.h:25
pdftron::PDF::FindReplace::FindReplaceText
static void FindReplaceText(PDFDoc &input_output_pdf, const UString &from, const UString &to, const FindReplaceOptions &options=FindReplaceOptions())
pdftron::PDF::FindReplaceOptions
Definition
FindReplaceOptions.h:10
pdftron::PDF::PDFDoc
Definition
PDFDoc.h:72
pdftron::UString
Definition
UString.h:28
pdftron::PDF
Definition
Action.h:15
pdftron
Definition
BasicTypes.h:10