Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
pdfium::annotation Namespace Reference

Variables

const char kType [] = "Type"
 
const char kSubtype [] = "Subtype"
 
const char kRect [] = "Rect"
 
const char kContents [] = "Contents"
 
const char kP [] = "P"
 
const char kNM [] = "NM"
 
const char kM [] = "M"
 
const char kF [] = "F"
 
const char kAP [] = "AP"
 
const char kAS [] = "AS"
 
const char kBorder [] = "Border"
 
const char kC [] = "C"
 
const char kStructParent [] = "StructParent"
 
const char kOC [] = "OC"
 
const char kVertices [] = "Vertices"
 
const char kInkList [] = "InkList"
 
const char kL [] = "L"
 

Variable Documentation

◆ kAP

const char pdfium::annotation::kAP = "AP"

◆ kAS

const char pdfium::annotation::kAS = "AS"

◆ kBorder

const char pdfium::annotation::kBorder = "Border"

Definition at line 21 of file annotation_common.cpp.

Referenced by FPDFAnnot_SetBorder().

◆ kC

const char pdfium::annotation::kC = "C"

Definition at line 22 of file annotation_common.cpp.

◆ kContents

const char pdfium::annotation::kContents = "Contents"

Definition at line 14 of file annotation_common.cpp.

Referenced by TEST_F(), TEST_F(), and TEST_F().

◆ kF

const char pdfium::annotation::kF = "F"

◆ kInkList

const char pdfium::annotation::kInkList = "InkList"

Definition at line 30 of file annotation_common.cpp.

◆ kL

const char pdfium::annotation::kL = "L"

Definition at line 33 of file annotation_common.cpp.

◆ kM

const char pdfium::annotation::kM = "M"

Definition at line 17 of file annotation_common.cpp.

Referenced by TEST_F().

◆ kNM

const char pdfium::annotation::kNM = "NM"

◆ kOC

const char pdfium::annotation::kOC = "OC"

Definition at line 24 of file annotation_common.cpp.

◆ kP

const char pdfium::annotation::kP = "P"

Definition at line 15 of file annotation_common.cpp.

Referenced by TEST_F().

◆ kRect

const char pdfium::annotation::kRect = "Rect"

◆ kStructParent

const char pdfium::annotation::kStructParent = "StructParent"

Definition at line 23 of file annotation_common.cpp.

◆ kSubtype

const char pdfium::annotation::kSubtype = "Subtype"

◆ kType

const char pdfium::annotation::kType = "Type"

Definition at line 11 of file annotation_common.cpp.

Referenced by FPDFAnnot_SetAP(), FPDFPage_CreateAnnot(), TEST_F(), and TEST_F().

◆ kVertices

const char pdfium::annotation::kVertices = "Vertices"

Definition at line 27 of file annotation_common.cpp.