AsposeSlidesCloud-SlidesApi

 view release on metacpan or  search on metacpan

lib/AsposeSlidesCloud/Object/PdfExportOptions.pm  view on Meta::CPAN

    '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 => '',
    		},

lib/AsposeSlidesCloud/Object/Portion.pm  view on Meta::CPAN

    	format => '',
    	read_only => '',
    		},
    'math_paragraph' => {
    	datatype => 'MathParagraph',
    	base_name => 'MathParagraph',
    	description => 'Math paragraph.',
    	format => '',
    	read_only => '',
    		},
    'font_bold' => {
    	datatype => 'string',
    	base_name => 'FontBold',
    	description => 'True for bold font.',
    	format => '',
    	read_only => '',
    		},
    'font_italic' => {
    	datatype => 'string',
    	base_name => 'FontItalic',
    	description => 'True for italic font.',
    	format => '',
    	read_only => '',
    		},

lib/AsposeSlidesCloud/Object/Portion.pm  view on Meta::CPAN

    	format => '',
    	read_only => '',
    		},
});

__PACKAGE__->swagger_types( {
    'self_uri' => 'ResourceUri',
    'alternate_links' => 'ARRAY[ResourceUri]',
    'text' => 'string',
    'math_paragraph' => 'MathParagraph',
    'font_bold' => 'string',
    'font_italic' => 'string',
    'font_underline' => 'string',
    'strikethrough_type' => 'string',
    'text_cap_type' => 'string',
    'escapement' => 'double',
    'spacing' => 'double',
    'font_color' => 'string',
    'highlight_color' => 'string',
    'font_height' => 'double',
    'normalise_height' => 'string',

lib/AsposeSlidesCloud/Object/Portion.pm  view on Meta::CPAN

    'latin_font' => 'string',
    'east_asian_font' => 'string',
    'complex_script_font' => 'string'
} );

__PACKAGE__->attribute_map( {
    'self_uri' => 'SelfUri',
    'alternate_links' => 'AlternateLinks',
    'text' => 'Text',
    'math_paragraph' => 'MathParagraph',
    'font_bold' => 'FontBold',
    'font_italic' => 'FontItalic',
    'font_underline' => 'FontUnderline',
    'strikethrough_type' => 'StrikethroughType',
    'text_cap_type' => 'TextCapType',
    'escapement' => 'Escapement',
    'spacing' => 'Spacing',
    'font_color' => 'FontColor',
    'highlight_color' => 'HighlightColor',
    'font_height' => 'FontHeight',
    'normalise_height' => 'NormaliseHeight',

lib/AsposeSlidesCloud/Object/PortionFormat.pm  view on Meta::CPAN

    return $_data;
}


__PACKAGE__->class_documentation({description => 'Represents portion format.',
                                  class => 'PortionFormat',
                                  required => [], # TODO
}                                 );

__PACKAGE__->method_documentation({
    'font_bold' => {
    	datatype => 'string',
    	base_name => 'FontBold',
    	description => 'True for bold font.',
    	format => '',
    	read_only => '',
    		},
    'font_italic' => {
    	datatype => 'string',
    	base_name => 'FontItalic',
    	description => 'True for italic font.',
    	format => '',
    	read_only => '',
    		},

lib/AsposeSlidesCloud/Object/PortionFormat.pm  view on Meta::CPAN

    'complex_script_font' => {
    	datatype => 'string',
    	base_name => 'ComplexScriptFont',
    	description => 'Returns or sets the complex script font info.',
    	format => '',
    	read_only => '',
    		},
});

__PACKAGE__->swagger_types( {
    'font_bold' => 'string',
    'font_italic' => 'string',
    'font_underline' => 'string',
    'strikethrough_type' => 'string',
    'text_cap_type' => 'string',
    'escapement' => 'double',
    'spacing' => 'double',
    'font_color' => 'string',
    'highlight_color' => 'string',
    'font_height' => 'double',
    'normalise_height' => 'string',

lib/AsposeSlidesCloud/Object/PortionFormat.pm  view on Meta::CPAN

    'underline_fill_format' => 'FillFormat',
    'underline_line_format' => 'LineFormat',
    'hyperlink_click' => 'Hyperlink',
    'hyperlink_mouse_over' => 'Hyperlink',
    'latin_font' => 'string',
    'east_asian_font' => 'string',
    'complex_script_font' => 'string'
} );

__PACKAGE__->attribute_map( {
    'font_bold' => 'FontBold',
    'font_italic' => 'FontItalic',
    'font_underline' => 'FontUnderline',
    'strikethrough_type' => 'StrikethroughType',
    'text_cap_type' => 'TextCapType',
    'escapement' => 'Escapement',
    'spacing' => 'Spacing',
    'font_color' => 'FontColor',
    'highlight_color' => 'HighlightColor',
    'font_height' => 'FontHeight',
    'normalise_height' => 'NormaliseHeight',



( run in 0.387 second using v1.01-cache-2.11-cpan-5dc5da66d9d )