AsposeSlidesCloud-SlidesApi
view release on metacpan or search on metacpan
lib/AsposeSlidesCloud/Object/PdfExportOptions.pm view on Meta::CPAN
},
'embed_true_type_fonts_for_ascii' => {
datatype => 'boolean',
base_name => 'EmbedTrueTypeFontsForASCII',
description => 'Determines if Aspose.Slides will embed common fonts for ASCII (33..127 code range) text. Fonts for character codes greater than 127 are always embedded. Common fonts list includes PDF's base 14 fonts and additional user speci...
format => '',
read_only => '',
},
'additional_common_font_families' => {
datatype => 'ARRAY[string]',
base_name => 'AdditionalCommonFontFamilies',
description => 'Returns or sets an array of user-defined names of font families which Aspose.Slides should consider common.',
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. ',
format => '',
read_only => '',
},
'hide_ink' => {
datatype => 'boolean',
base_name => 'HideInk',
description => 'True to hide Ink elements in exported document.',
format => '',
read_only => '',
},
'interpret_mask_op_as_opacity' => {
datatype => 'boolean',
base_name => 'InterpretMaskOpAsOpacity',
description => 'True to use ROP operation or Opacity for rendering brush.',
format => '',
read_only => '',
},
'rasterize_unsupported_font_styles' => {
datatype => 'boolean',
base_name => 'RasterizeUnsupportedFontStyles',
description => 'True if text should be rasterized as a bitmap and saved to PDF when the font does not support bold styling. This approach can enhance the quality of text in the resulting PDF for certain fonts.',
format => '',
read_only => '',
},
'include_ole_data' => {
datatype => 'boolean',
base_name => 'IncludeOleData',
description => 'True to convert all OLE data from the presentation to embedded files in the resulting PDF.',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'default_regular_font' => 'string',
'delete_embedded_binary_objects' => 'boolean',
'gradient_style' => 'string',
'font_fallback_rules' => 'ARRAY[FontFallbackRule]',
'font_subst_rules' => 'ARRAY[FontSubstRule]',
'skip_java_script_links' => 'boolean',
'format' => 'string',
'text_compression' => 'string',
'embed_full_fonts' => 'boolean',
'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',
'gradient_style' => 'GradientStyle',
'font_fallback_rules' => 'FontFallbackRules',
'font_subst_rules' => 'FontSubstRules',
'skip_java_script_links' => 'SkipJavaScriptLinks',
'format' => 'Format',
'text_compression' => 'TextCompression',
'embed_full_fonts' => 'EmbedFullFonts',
'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',
( run in 1.810 second using v1.01-cache-2.11-cpan-5b529ec07f3 )