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
form_fields.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_FORM_FIELDS_H_
6#define CONSTANTS_FORM_FIELDS_H_
7
8namespace pdfium {
9namespace form_fields {
10
11extern const char kFT[];
12extern const char kParent[];
13extern const char kKids[];
14extern const char kT[];
15extern const char kTU[];
16extern const char kTM[];
17extern const char kFf[];
18extern const char kV[];
19extern const char kDV[];
20extern const char kAA[];
21
22extern const char kBtn[];
23extern const char kTx[];
24extern const char kCh[];
25extern const char kSig[];
26
27extern const char kDA[];
28extern const char kQ[];
29extern const char kDS[];
30extern const char kRV[];
31
32} // namespace form_fields
33} // namespace pdfium
34
35#endif // CONSTANTS_FORM_FIELDS_H_
const char kParent[]