|
| 1 | +# coding: utf-8 |
| 2 | + |
| 3 | +""" |
| 4 | + Aspose.PDF for Cloud API Reference |
| 5 | +
|
| 6 | +
|
| 7 | + Copyright (c) 2018 Aspose.Pdf for Cloud |
| 8 | + Permission is hereby granted, free of charge, to any person obtaining a copy |
| 9 | + of this software and associated documentation files (the "Software"), to deal |
| 10 | + in the Software without restriction, including without limitation the rights |
| 11 | + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 12 | + copies of the Software, and to permit persons to whom the Software is |
| 13 | + furnished to do so, subject to the following conditions: |
| 14 | + The above copyright notice and this permission notice shall be included in all |
| 15 | + copies or substantial portions of the Software. |
| 16 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 17 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 18 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 19 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 20 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 21 | + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 22 | + SOFTWARE. |
| 23 | +
|
| 24 | +
|
| 25 | +
|
| 26 | + OpenAPI spec version: 1.1 |
| 27 | + |
| 28 | + Generated by: https://github.com/swagger-api/swagger-codegen.git |
| 29 | +""" |
| 30 | + |
| 31 | + |
| 32 | +from __future__ import absolute_import |
| 33 | + |
| 34 | +# import models into model package |
| 35 | +from .append_document import AppendDocument |
| 36 | +from .color import Color |
| 37 | +from .color_depth import ColorDepth |
| 38 | +from .compression_type import CompressionType |
| 39 | +from .doc_format import DocFormat |
| 40 | +from .field_type import FieldType |
| 41 | +from .font_styles import FontStyles |
| 42 | +from .horizontal_alignment import HorizontalAlignment |
| 43 | +from .http_status_code import HttpStatusCode |
| 44 | +from .images_list_request import ImagesListRequest |
| 45 | +from .line_spacing import LineSpacing |
| 46 | +from .link import Link |
| 47 | +from .link_action_type import LinkActionType |
| 48 | +from .link_element import LinkElement |
| 49 | +from .link_highlighting_mode import LinkHighlightingMode |
| 50 | +from .merge_documents import MergeDocuments |
| 51 | +from .optimize_options import OptimizeOptions |
| 52 | +from .page_word_count import PageWordCount |
| 53 | +from .paragraph import Paragraph |
| 54 | +from .pdf_a_type import PdfAType |
| 55 | +from .recognition_mode import RecognitionMode |
| 56 | +from .rectangle import Rectangle |
| 57 | +from .rotation import Rotation |
| 58 | +from .saa_spose_response import SaaSposeResponse |
| 59 | +from .segment import Segment |
| 60 | +from .shape_type import ShapeType |
| 61 | +from .signature import Signature |
| 62 | +from .signature_type import SignatureType |
| 63 | +from .split_result import SplitResult |
| 64 | +from .stamp import Stamp |
| 65 | +from .stamp_type import StampType |
| 66 | +from .text_horizontal_alignment import TextHorizontalAlignment |
| 67 | +from .text_line import TextLine |
| 68 | +from .text_rect import TextRect |
| 69 | +from .text_rects import TextRects |
| 70 | +from .text_replace import TextReplace |
| 71 | +from .text_replace_list_request import TextReplaceListRequest |
| 72 | +from .text_state import TextState |
| 73 | +from .tiff_export_options import TiffExportOptions |
| 74 | +from .vertical_alignment import VerticalAlignment |
| 75 | +from .word_count import WordCount |
| 76 | +from .wrap_mode import WrapMode |
| 77 | +from .annotation import Annotation |
| 78 | +from .annotation_response import AnnotationResponse |
| 79 | +from .annotations import Annotations |
| 80 | +from .annotations_response import AnnotationsResponse |
| 81 | +from .attachment import Attachment |
| 82 | +from .attachment_response import AttachmentResponse |
| 83 | +from .attachments import Attachments |
| 84 | +from .attachments_response import AttachmentsResponse |
| 85 | +from .document import Document |
| 86 | +from .document_pages_response import DocumentPagesResponse |
| 87 | +from .document_properties import DocumentProperties |
| 88 | +from .document_properties_response import DocumentPropertiesResponse |
| 89 | +from .document_property import DocumentProperty |
| 90 | +from .document_property_response import DocumentPropertyResponse |
| 91 | +from .document_response import DocumentResponse |
| 92 | +from .field import Field |
| 93 | +from .field_response import FieldResponse |
| 94 | +from .fields import Fields |
| 95 | +from .fields_response import FieldsResponse |
| 96 | +from .image import Image |
| 97 | +from .image_response import ImageResponse |
| 98 | +from .images import Images |
| 99 | +from .images_response import ImagesResponse |
| 100 | +from .link_annotation import LinkAnnotation |
| 101 | +from .link_annotation_response import LinkAnnotationResponse |
| 102 | +from .link_annotations import LinkAnnotations |
| 103 | +from .link_annotations_response import LinkAnnotationsResponse |
| 104 | +from .page import Page |
| 105 | +from .pages import Pages |
| 106 | +from .split_result_document import SplitResultDocument |
| 107 | +from .split_result_response import SplitResultResponse |
| 108 | +from .text_format import TextFormat |
| 109 | +from .text_format_response import TextFormatResponse |
| 110 | +from .text_item import TextItem |
| 111 | +from .text_item_response import TextItemResponse |
| 112 | +from .text_items import TextItems |
| 113 | +from .text_items_response import TextItemsResponse |
| 114 | +from .text_rects_response import TextRectsResponse |
| 115 | +from .text_replace_request import TextReplaceRequest |
| 116 | +from .text_replace_response import TextReplaceResponse |
| 117 | +from .word_count_response import WordCountResponse |
| 118 | +from .document_text_replace_response import DocumentTextReplaceResponse |
| 119 | +from .page_text_replace_response import PageTextReplaceResponse |
0 commit comments