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.h
Go to the documentation of this file.
1// Copyright 2019 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#ifndef CONSTANTS_ANNOTATION_COMMON_H_
6#define CONSTANTS_ANNOTATION_COMMON_H_
7
8namespace pdfium {
9namespace annotation {
10
11extern const char kType[];
12extern const char kSubtype[];
13extern const char kRect[];
14extern const char kContents[];
15extern const char kP[];
16extern const char kNM[];
17extern const char kM[];
18extern const char kF[];
19extern const char kAP[];
20extern const char kAS[];
21extern const char kBorder[];
22extern const char kC[];
23extern const char kStructParent[];
24extern const char kOC[];
25
26extern const char kVertices[];
27
28extern const char kInkList[];
29
30extern const char kL[];
31
32} // namespace annotation
33} // namespace pdfium
34
35#endif // CONSTANTS_ANNOTATION_COMMON_H_