Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
StrikeOut.h
Go to the documentation of this file.
1
//---------------------------------------------------------------------------------------
2
// Copyright (c) 2001-2018 by PDFTron Systems Inc. All Rights Reserved.
3
// Consult legal.txt regarding legal and license information.
4
//---------------------------------------------------------------------------------------
5
#ifndef PDFTRON_H_CPPPDFAnnotsStrikeOut
6
#define PDFTRON_H_CPPPDFAnnotsStrikeOut
7
8
#include <
PDF/Annots/TextMarkup.h
>
9
10
namespace
pdftron {
11
namespace
PDF {
12
namespace
Annots {
17
class
StrikeOut
:
public
TextMarkup
18
{
19
public
:
26
StrikeOut
(
SDF::Obj
d);
27
34
StrikeOut
(
const
Annot
& ann) :
TextMarkup
(ann.
GetSDFObj
()) {}
35
44
static
StrikeOut
Create
(
SDF::SDFDoc
& doc,
const
Rect
& pos);
45
47
#ifndef SWIGHIDDEN
48
StrikeOut
(TRN_Annot strikeout);
49
#endif
50
52
};
//class StrikeOut
53
};
//namespace Annot
54
};
//namespace PDF
55
};
//namespace pdftron
56
#include <Impl/Page.inl>
57
58
#endif // PDFTRON_H_CPPPDFAnnotsStrikeOut
pdftron::PDF::Annot::GetSDFObj
SDF::Obj GetSDFObj() const
pdftron::PDF::Annots::StrikeOut::Create
static StrikeOut Create(SDF::SDFDoc &doc, const Rect &pos)
pdftron::PDF::Annots::TextMarkup
Definition:
TextMarkup.h:19
pdftron::PDF::Rect
Definition:
Rect.h:28
pdftron::PDF::Annots::StrikeOut
Definition:
StrikeOut.h:17
pdftron::SDF::SDFDoc
Definition:
SDFDoc.h:67
pdftron::PDF::Annot
Definition:
Annot.h:32
pdftron::PDF::Annots::StrikeOut::StrikeOut
StrikeOut(SDF::Obj d)
pdftron::PDF::Annots::StrikeOut::StrikeOut
StrikeOut(const Annot &ann)
Definition:
StrikeOut.h:34
pdftron::SDF::Obj
Definition:
Obj.h:40
TextMarkup.h
© 2002-2014
PDFTron Systems Inc.