5#ifndef PDFTRON_H_CPPPDFAnnotsRedaction
6#define PDFTRON_H_CPPPDFAnnotsRedaction
12#define Redaction RedactionAnnot
280#include <Impl/Page.inl>
SDF::Obj GetSDFObj() const
UString GetOverlayText() const
QuadPoint GetQuadPoint(int idx) const
void SetQuadPoint(int idx, const QuadPoint &qp)
void SetQuadForm(QuadForm form=e_LeftJustified)
void SetOverlayTextFontSize(double font_size)
static Redaction CreateAnnot(SDF::SDFDoc &doc, const Rect &pos)
void SetOverlayTextAppearance(const UString &app)
void SetOverlayText(const UString &title)
void SetUseRepeat(bool userepeat=false)
bool GetUseRepeat() const
static Redaction Create(SDF::SDFDoc &doc, const Rect &pos)
UString GetOverlayTextAppearance() const
@ e_None
No justification to the overlay text.
@ e_LeftJustified
Overlay text is left justified.
@ e_Centered
Overlay text is centered.
@ e_RightJustified
Overlay text is right justified.
void SetAppFormXO(SDF::Obj formxo)
void SetOverlayTextFont(const UString &font_name)
SDF::Obj GetAppFormXO() const
Redaction(const Annot &ann)
QuadForm GetQuadForm() const