AsposeSlidesCloud-SlidesApi
view release on metacpan or search on metacpan
lib/AsposeSlidesCloud/Object/PdfExportOptions.pm view on Meta::CPAN
format => '',
read_only => '',
},
'slides_layout_options' => {
datatype => 'SlidesLayoutOptions',
base_name => 'SlidesLayoutOptions',
description => 'Slides layouting options',
format => '',
read_only => '',
},
'image_transparent_color' => {
datatype => 'string',
base_name => 'ImageTransparentColor',
description => 'Image transparent color.',
format => '',
read_only => '',
},
'apply_image_transparent' => {
datatype => 'boolean',
base_name => 'ApplyImageTransparent',
description => 'True to apply specified ImageTransparentColor to an image.',
format => '',
read_only => '',
},
'access_permissions' => {
datatype => 'AccessPermissions',
base_name => 'AccessPermissions',
description => 'Access permissions that should be granted when the document is opened with user access. Default is AccessPermissions.None. ',
lib/AsposeSlidesCloud/Object/PdfExportOptions.pm view on Meta::CPAN
'compliance' => 'string',
'sufficient_resolution' => 'double',
'jpeg_quality' => 'int',
'draw_slides_frame' => 'boolean',
'show_hidden_slides' => 'boolean',
'save_metafiles_as_png' => 'boolean',
'password' => 'string',
'embed_true_type_fonts_for_ascii' => 'boolean',
'additional_common_font_families' => 'ARRAY[string]',
'slides_layout_options' => 'SlidesLayoutOptions',
'image_transparent_color' => 'string',
'apply_image_transparent' => 'boolean',
'access_permissions' => 'AccessPermissions',
'hide_ink' => 'boolean',
'interpret_mask_op_as_opacity' => 'boolean',
'rasterize_unsupported_font_styles' => 'boolean',
'include_ole_data' => 'boolean'
} );
__PACKAGE__->attribute_map( {
'default_regular_font' => 'DefaultRegularFont',
'delete_embedded_binary_objects' => 'DeleteEmbeddedBinaryObjects',
lib/AsposeSlidesCloud/Object/PdfExportOptions.pm view on Meta::CPAN
'compliance' => 'Compliance',
'sufficient_resolution' => 'SufficientResolution',
'jpeg_quality' => 'JpegQuality',
'draw_slides_frame' => 'DrawSlidesFrame',
'show_hidden_slides' => 'ShowHiddenSlides',
'save_metafiles_as_png' => 'SaveMetafilesAsPng',
'password' => 'Password',
'embed_true_type_fonts_for_ascii' => 'EmbedTrueTypeFontsForASCII',
'additional_common_font_families' => 'AdditionalCommonFontFamilies',
'slides_layout_options' => 'SlidesLayoutOptions',
'image_transparent_color' => 'ImageTransparentColor',
'apply_image_transparent' => 'ApplyImageTransparent',
'access_permissions' => 'AccessPermissions',
'hide_ink' => 'HideInk',
'interpret_mask_op_as_opacity' => 'InterpretMaskOpAsOpacity',
'rasterize_unsupported_font_styles' => 'RasterizeUnsupportedFontStyles',
'include_ole_data' => 'IncludeOleData'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
( run in 0.335 second using v1.01-cache-2.11-cpan-a1d94b6210f )