chromium/third_party/pdfium/core/fpdfdoc/cpdf_apsettings.h

// Copyright 2016 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

#ifndef CORE_FPDFDOC_CPDF_APSETTINGS_H_
#define CORE_FPDFDOC_CPDF_APSETTINGS_H_

#include "core/fpdfdoc/cpdf_iconfit.h"
#include "core/fxcrt/fx_string.h"
#include "core/fxcrt/retain_ptr.h"
#include "core/fxge/cfx_color.h"
#include "core/fxge/dib/fx_dib.h"

class CPDF_Dictionary;
class CPDF_Stream;

// Corresponds to PDF spec section 12.5.6.19 (Widget annotation TP dictionary).
#define TEXTPOS_CAPTION
#define TEXTPOS_ICON
#define TEXTPOS_BELOW
#define TEXTPOS_ABOVE
#define TEXTPOS_RIGHT
#define TEXTPOS_LEFT
#define TEXTPOS_OVERLAID

class CPDF_ApSettings {};

#endif  // CORE_FPDFDOC_CPDF_APSETTINGS_H_