Antenna House PDF Tool API (C++) 8.0
PtlParamSearchTextAndRedact.h
1
2// PtlParamSearchTextAndRedact.h
3// Copyright (C) 2023 Antenna House,Inc.
4// All rights reserved.
6#ifndef PDFTK_PTLPARAMSEARCHTEXTANDREDACT_H_
7#define PDFTK_PTLPARAMSEARCHTEXTANDREDACT_H_
8
9#include "PtlParamSearchText.h"
10
11namespace PdfTk {
12
13class PtlColor;
14
20
22{
23public:
29
36
41
42public:
48
49public:
57 void setColor(const PtlColor& color);
58
67 void setInteriorColor(const PtlColor& color);
68
76 void setOpacity(float opacity);
77
85 void setMaskColor(const PtlColor& color);
86};
87
88} // namespace PdfTk
89
90#endif // PDFTK_PTLPARAMSEARCHTEXTANDREDACT_H_
PtlParamSearchTextAndRedact(const PtlParamSearchTextAndRedact &obj)
コピーコンストラクタ
PtlParamSearchTextAndRedact & operator=(const PtlParamSearchTextAndRedact &obj)
コピーオペレータ
PtlParamSearchTextAndRedact()
コンストラクタ
void setColor(const PtlColor &color)
Redaction注釈の線色を設定。
void setInteriorColor(const PtlColor &color)
内部色を設定。
void setOpacity(float opacity)
Redaction注釈の不透明度を設定。
~PtlParamSearchTextAndRedact()
デストラクタ
void setMaskColor(const PtlColor &color)
マスクの色を設定。
PtlParamSearchText()
コンストラクタ