AsposeCellsCloud-CellsApi

 view release on metacpan or  search on metacpan

docs/api/PostAccessToken.md  view on Meta::CPAN

- **Base URL**: `http://api.aspose.cloud/v4.0`
- **Authentication Method**: `JWT (OAuth2, application)`  **Token URL**: `https://api.aspose.cloud/connect/token`
## **Interface Details**

### **Endpoint** 

```
POST http://api.aspose.cloud/v4.0/cells/connect/token
```
### **Function Description**
- This API acts as an intermediary proxy, transparently forwarding client authentication requests to the Aspose Cloud authorization service.- Upon successful authentication, the access token issued by Aspose Cloud is returned intact to the caller.- U...

### The request parameters of **postAccessToken** API are: 

| Parameter Name | Type | Path/Query String/HTTPBody | Description | 
| :- | :- | :- |:- | 

### **Response Description**
```json
{
String

lib/AsposeCellsCloud/Object/ImageOrPrintOptions.pm  view on Meta::CPAN

     	format => '',
     	read_only => '',
     		},
     'is_font_substitution_char_granularity' => {
     	datatype => 'boolean',
     	base_name => 'IsFontSubstitutionCharGranularity',
     	description => '',
     	format => '',
     	read_only => '',
     		},
     'transparent' => {
     	datatype => 'boolean',
     	base_name => 'Transparent',
     	description => '',
     	format => '',
     	read_only => '',
     		},
     'only_area' => {
     	datatype => 'boolean',
     	base_name => 'OnlyArea',
     	description => '',

lib/AsposeCellsCloud/Object/ImageOrPrintOptions.pm  view on Meta::CPAN

__PACKAGE__->swagger_types( {
    'text_cross_type' => 'string',
    'gridline_type' => 'string',
    'output_blank_page_when_nothing_to_print' => 'boolean',
    'check_workbook_default_font' => 'boolean',
    'default_font' => 'string',
    'is_optimized' => 'boolean',
    'page_count' => 'int',
    'page_index' => 'int',
    'is_font_substitution_char_granularity' => 'boolean',
    'transparent' => 'boolean',
    'only_area' => 'boolean',
    'svg_fit_to_view_port' => 'boolean',
    'embeded_image_name_in_svg' => 'string',
    'all_columns_in_one_page_per_sheet' => 'boolean',
    'print_with_status_dialog' => 'boolean',
    'horizontal_resolution' => 'int',
    'vertical_resolution' => 'int',
    'default_edit_language' => 'string',
    'tiff_color_depth' => 'string',
    'tiff_compression' => 'string',

lib/AsposeCellsCloud/Object/ImageOrPrintOptions.pm  view on Meta::CPAN

__PACKAGE__->attribute_map( {
    'text_cross_type' => 'TextCrossType',
    'gridline_type' => 'GridlineType',
    'output_blank_page_when_nothing_to_print' => 'OutputBlankPageWhenNothingToPrint',
    'check_workbook_default_font' => 'CheckWorkbookDefaultFont',
    'default_font' => 'DefaultFont',
    'is_optimized' => 'IsOptimized',
    'page_count' => 'PageCount',
    'page_index' => 'PageIndex',
    'is_font_substitution_char_granularity' => 'IsFontSubstitutionCharGranularity',
    'transparent' => 'Transparent',
    'only_area' => 'OnlyArea',
    'svg_fit_to_view_port' => 'SVGFitToViewPort',
    'embeded_image_name_in_svg' => 'EmbededImageNameInSvg',
    'all_columns_in_one_page_per_sheet' => 'AllColumnsInOnePagePerSheet',
    'print_with_status_dialog' => 'PrintWithStatusDialog',
    'horizontal_resolution' => 'HorizontalResolution',
    'vertical_resolution' => 'VerticalResolution',
    'default_edit_language' => 'DefaultEditLanguage',
    'tiff_color_depth' => 'TiffColorDepth',
    'tiff_compression' => 'TiffCompression',



( run in 0.364 second using v1.01-cache-2.11-cpan-a1d94b6210f )