6#ifndef PDFTK_PTLPARAMSETMASK_H_
7#define PDFTK_PTLPARAMSETMASK_H_
35 int m_dataParamSetMask;
37 int getHandle()
const;
void setMaskColor(const PtlColor &color)
マスクの色を設定。
void setTextOverlapRatio(float overlapRatio)
テキストがマスク矩形とどれくらい重なっていたら削除対象とするかを設定。
PtlParamSetMask(const PtlParamSetMask &obj)
コピーコンストラクタ
void setOpacity(float opacity)
マスク色の不透明度を設定。
PtlParamSetMask & operator=(const PtlParamSetMask &obj)
コピーオペレータ
void appendRect(const PtlRect &rectMM)
マスクする矩形を追加。
void setRemoveElement(int remove)
マスクの削除対象とするエレメントを設定。