1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
// SPDX-License-Identifier: LGPL-2.1-or-later
/*
* Copyright © 2009 Christian Persch
*/
#pragma once
#define __PPS_PAPERS_DOCUMENT_H_INSIDE__
#ifndef I_KNOW_THE_PAPERS_LIBS_ARE_UNSTABLE_AND_HAVE_TALKED_WITH_THE_AUTHORS
#error You have to define I_KNOW_THE_PAPERS_LIBS_ARE_UNSTABLE_AND_HAVE_TALKED_WITH_THE_AUTHORS. And please! Contact the authors
#endif
#include <libdocument/pps-annotation.h>
#include <libdocument/pps-attachment.h>
#include <libdocument/pps-document-annotations.h>
#include <libdocument/pps-document-attachments.h>
#include <libdocument/pps-document-factory.h>
#include <libdocument/pps-document-find.h>
#include <libdocument/pps-document-fonts.h>
#include <libdocument/pps-document-forms.h>
#include <libdocument/pps-document-images.h>
#include <libdocument/pps-document-info.h>
#include <libdocument/pps-document-layers.h>
#include <libdocument/pps-document-links.h>
#include <libdocument/pps-document-media.h>
#include <libdocument/pps-document-misc.h>
#include <libdocument/pps-document-print.h>
#include <libdocument/pps-document-security.h>
#include <libdocument/pps-document-text.h>
#include <libdocument/pps-document-transition.h>
#include <libdocument/pps-document-type-builtins.h>
#include <libdocument/pps-document.h>
#include <libdocument/pps-file-exporter.h>
#include <libdocument/pps-file-helpers.h>
#include <libdocument/pps-font-description.h>
#include <libdocument/pps-form-field.h>
#include <libdocument/pps-image.h>
#include <libdocument/pps-init.h>
#include <libdocument/pps-layer.h>
#include <libdocument/pps-link-action.h>
#include <libdocument/pps-link-dest.h>
#include <libdocument/pps-link.h>
#include <libdocument/pps-macros.h>
#include <libdocument/pps-mapping-list.h>
#include <libdocument/pps-media.h>
#include <libdocument/pps-outlines.h>
#include <libdocument/pps-page.h>
#include <libdocument/pps-render-context.h>
#include <libdocument/pps-selection.h>
#include <libdocument/pps-transition-effect.h>
#include <libdocument/pps-version.h>
#undef __PPS_PAPERS_DOCUMENT_H_INSIDE__
|