|
| 1 | +/** -------------------------------------------------------------------------------------------------------------------- |
| 2 | +* <copyright company="Aspose" file="ImageOrPrintOptions.go"> |
| 3 | +* Copyright (c) 2023 Aspose.Cells Cloud |
| 4 | +* </copyright> |
| 5 | +* <summary> |
| 6 | +* Permission is hereby granted, free of charge, to any person obtaining a copy |
| 7 | +* of this software and associated documentation files (the "Software"), to deal |
| 8 | +* in the Software without restriction, including without limitation the rights |
| 9 | +* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 10 | +* copies of the Software, and to permit persons to whom the Software is |
| 11 | +* furnished to do so, subject to the following conditions: |
| 12 | +* |
| 13 | +* The above copyright notice and this permission notice shall be included in all |
| 14 | +* copies or substantial portions of the Software. |
| 15 | +* |
| 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 | +* </summary> |
| 24 | +-------------------------------------------------------------------------------------------------------------------- **/ |
| 25 | + |
| 26 | +package asposecellscloud |
| 27 | + |
| 28 | +type ImageOrPrintOptions struct { |
| 29 | + |
| 30 | + TextCrossType string `json:"TextCrossType,omitempty" xml:"TextCrossType"` |
| 31 | + GridlineType string `json:"GridlineType,omitempty" xml:"GridlineType"` |
| 32 | + OutputBlankPageWhenNothingToPrint bool `json:"OutputBlankPageWhenNothingToPrint,omitempty" xml:"OutputBlankPageWhenNothingToPrint"` |
| 33 | + CheckWorkbookDefaultFont bool `json:"CheckWorkbookDefaultFont,omitempty" xml:"CheckWorkbookDefaultFont"` |
| 34 | + DefaultFont string `json:"DefaultFont,omitempty" xml:"DefaultFont"` |
| 35 | + IsOptimized bool `json:"IsOptimized,omitempty" xml:"IsOptimized"` |
| 36 | + PageCount int64 `json:"PageCount,omitempty" xml:"PageCount"` |
| 37 | + PageIndex int64 `json:"PageIndex,omitempty" xml:"PageIndex"` |
| 38 | + IsFontSubstitutionCharGranularity bool `json:"IsFontSubstitutionCharGranularity,omitempty" xml:"IsFontSubstitutionCharGranularity"` |
| 39 | + Transparent bool `json:"Transparent,omitempty" xml:"Transparent"` |
| 40 | + OnlyArea bool `json:"OnlyArea,omitempty" xml:"OnlyArea"` |
| 41 | + SVGFitToViewPort bool `json:"SVGFitToViewPort,omitempty" xml:"SVGFitToViewPort"` |
| 42 | + EmbededImageNameInSvg string `json:"EmbededImageNameInSvg,omitempty" xml:"EmbededImageNameInSvg"` |
| 43 | + AllColumnsInOnePagePerSheet bool `json:"AllColumnsInOnePagePerSheet,omitempty" xml:"AllColumnsInOnePagePerSheet"` |
| 44 | + PrintWithStatusDialog bool `json:"PrintWithStatusDialog,omitempty" xml:"PrintWithStatusDialog"` |
| 45 | + HorizontalResolution int64 `json:"HorizontalResolution,omitempty" xml:"HorizontalResolution"` |
| 46 | + VerticalResolution int64 `json:"VerticalResolution,omitempty" xml:"VerticalResolution"` |
| 47 | + DefaultEditLanguage string `json:"DefaultEditLanguage,omitempty" xml:"DefaultEditLanguage"` |
| 48 | + TiffColorDepth string `json:"TiffColorDepth,omitempty" xml:"TiffColorDepth"` |
| 49 | + TiffCompression string `json:"TiffCompression,omitempty" xml:"TiffCompression"` |
| 50 | + PrintingPage string `json:"PrintingPage,omitempty" xml:"PrintingPage"` |
| 51 | + Quality int64 `json:"Quality,omitempty" xml:"Quality"` |
| 52 | + ImageType string `json:"ImageType,omitempty" xml:"ImageType"` |
| 53 | + OnePagePerSheet bool `json:"OnePagePerSheet,omitempty" xml:"OnePagePerSheet"` |
| 54 | + TiffBinarizationMethod string `json:"TiffBinarizationMethod,omitempty" xml:"TiffBinarizationMethod"` |
| 55 | +} |
0 commit comments