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
page_object.h
Go to the documentation of this file.
1// Copyright 2018 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_PAGE_OBJECT_H_
6#define CONSTANTS_PAGE_OBJECT_H_
7
8namespace pdfium {
9namespace page_object {
10
11extern const char kType[];
12extern const char kParent[];
13extern const char kResources[];
14extern const char kMediaBox[];
15extern const char kCropBox[];
16extern const char kBleedBox[];
17extern const char kTrimBox[];
18extern const char kArtBox[];
19extern const char kContents[];
20extern const char kRotate[];
21
22} // namespace page_object
23} // namespace pdfium
24
25#endif // CONSTANTS_PAGE_OBJECT_H_
const char kArtBox[]
const char kResources[]
const char kMediaBox[]
const char kBleedBox[]
const char kParent[]
const char kRotate[]
const char kContents[]
const char kCropBox[]
const char kTrimBox[]