PDFTool.NET 7.0
NetParamWriteString.h
1
10#ifndef PDFTK_NET_PTLPARAM_WRITE_STRING_H_
11#define PDFTK_NET_PTLPARAM_WRITE_STRING_H_
12
13#include <PdfTkNet/NetTk.h>
14
15namespace PdfTkNet {
16
17ref class PtlParamFont;
18ref class PtlColor;
19
23
24public ref class PtlParamWriteString : public System::IDisposable
25{
26protected:
27 PdfTk::PtlParamWriteString* m_native;
28public:
29 PdfTk::PtlParamWriteString* getNative() { return m_native; };
30
31public:
37
45
50
55
56public:
63
64public:
70 void setFont(PtlParamFont^ font);
71
81 void setTextColor(PtlColor^ textColor);
82
90 void setOutlineColor(PtlColor^ outlineColor);
91
99 void setOpacity(float opacity);
100};
101
102} // namespace PdfTkNet
103
104#endif // PDFTK_NET_PTLPARAM_WRITE_STRING_H_
PDFの色を表現したクラスです。 すべての色クラスのベースクラスです。
Definition NetColor.h:23
PtlContent/PtlPramWatermarkTextのフォント指定に使うパラメータクラスです。
Definition NetParamFont.h:22
void setOutlineColor(PtlColor^ outlineColor)
文字の縁取り色を設定。
void setOpacity(float opacity)
不透明度を設定。
‾PtlParamWriteString()
デストラクタ
PtlParamWriteString()
コンストラクタ
PtlParamWriteString operator=(PtlParamWriteString^ obj)
コピーオペレータ alias copy
void setTextColor(PtlColor^ textColor)
文字色を設定。
PtlParamWriteString(PtlParamWriteString^ obj)
コピーコンストラクタ alias copy
void setFont(PtlParamFont^ font)
フォントを設定。