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
annotation_common.cpp
Go to the documentation of this file.
1
// Copyright 2021 The PDFium Authors
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#
include
"constants/annotation_common.h"
6
7
namespace
pdfium::
annotation
{
8
9
// PDF 1.7 spec, table 8.15.
10
// Entries common to all annotation dictionaries.
11
const
char
kType
[] =
"Type"
;
12
const
char
kSubtype
[] =
"Subtype"
;
13
const
char
kRect
[] =
"Rect"
;
14
const
char
kContents
[] =
"Contents"
;
15
const
char
kP
[] =
"P"
;
16
const
char
kNM
[] =
"NM"
;
17
const
char
kM
[] =
"M"
;
18
const
char
kF
[] =
"F"
;
19
const
char
kAP
[] =
"AP"
;
20
const
char
kAS
[] =
"AS"
;
21
const
char
kBorder
[] =
"Border"
;
22
const
char
kC
[] =
"C"
;
23
const
char
kStructParent
[] =
"StructParent"
;
24
const
char
kOC
[] =
"OC"
;
25
26
// Entries for polygon and polyline annotations.
27
const
char
kVertices
[] =
"Vertices"
;
28
29
// Entries for ink annotations
30
const
char
kInkList
[] =
"InkList"
;
31
32
// Entries for line annotations
33
const
char
kL
[] =
"L"
;
34
35
}
// namespace pdfium::annotation
pdfium::annotation::kC
const char kC[]
Definition
annotation_common.cpp:22
pdfium::annotation::kSubtype
const char kSubtype[]
Definition
annotation_common.cpp:12
pdfium::annotation::kType
const char kType[]
Definition
annotation_common.cpp:11
pdfium::annotation::kContents
const char kContents[]
Definition
annotation_common.cpp:14
pdfium::annotation::kP
const char kP[]
Definition
annotation_common.cpp:15
pdfium::annotation::kOC
const char kOC[]
Definition
annotation_common.cpp:24
pdfium::annotation::kBorder
const char kBorder[]
Definition
annotation_common.cpp:21
pdfium::annotation::kInkList
const char kInkList[]
Definition
annotation_common.cpp:30
pdfium::annotation::kStructParent
const char kStructParent[]
Definition
annotation_common.cpp:23
pdfium::annotation::kNM
const char kNM[]
Definition
annotation_common.cpp:16
pdfium::annotation::kAP
const char kAP[]
Definition
annotation_common.cpp:19
pdfium::annotation::kRect
const char kRect[]
Definition
annotation_common.cpp:13
pdfium::annotation::kF
const char kF[]
Definition
annotation_common.cpp:18
pdfium::annotation::kAS
const char kAS[]
Definition
annotation_common.cpp:20
pdfium::annotation::kM
const char kM[]
Definition
annotation_common.cpp:17
pdfium::annotation::kVertices
const char kVertices[]
Definition
annotation_common.cpp:27
pdfium::annotation::kL
const char kL[]
Definition
annotation_common.cpp:33
pdfium
Definition
annotation_common.cpp:7
qtwebengine
src
3rdparty
chromium
third_party
pdfium
constants
annotation_common.cpp
Generated on Wed Nov 13 2024 00:54:56 for Qt by
1.12.0