AsposeSlidesCloud-SlidesApi

 view release on metacpan or  search on metacpan

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

    		},
    'is_object_icon' => {
    	datatype => 'boolean',
    	base_name => 'IsObjectIcon',
    	description => 'True if an object is visible as icon.',
    	format => '',
    	read_only => '',
    		},
    'substitute_picture_title' => {
    	datatype => 'string',
    	base_name => 'SubstitutePictureTitle',
    	description => 'The title for OleObject icon.             ',
    	format => '',
    	read_only => '',
    		},
    'substitute_picture_format' => {
    	datatype => 'PictureFill',
    	base_name => 'SubstitutePictureFormat',
    	description => 'OleObject image fill properties.',
    	format => '',
    	read_only => '',
    		},
    'object_name' => {
    	datatype => 'string',
    	base_name => 'ObjectName',
    	description => 'Returns or sets the name of an object.',
    	format => '',
    	read_only => '',
    		},
    'embedded_file_base64_data' => {
    	datatype => 'string',
    	base_name => 'EmbeddedFileBase64Data',
    	description => 'File data of embedded OLE object. ',
    	format => '',
    	read_only => '',
    		},
    'embedded_file_extension' => {
    	datatype => 'string',
    	base_name => 'EmbeddedFileExtension',
    	description => 'File extension for the current embedded OLE object',
    	format => '',
    	read_only => '',
    		},
    'object_prog_id' => {
    	datatype => 'string',
    	base_name => 'ObjectProgId',
    	description => 'ProgID of an object.',
    	format => '',
    	read_only => '',
    		},
    'link_path' => {
    	datatype => 'string',
    	base_name => 'LinkPath',
    	description => 'Full path to a linked file.',
    	format => '',
    	read_only => '',
    		},
    'update_automatic' => {
    	datatype => 'boolean',
    	base_name => 'UpdateAutomatic',
    	description => 'Determines if the linked embedded object is automatically updated when the presentation is opened or printed. Read/write Boolean.',
    	format => '',
    	read_only => '',
    		},
});

__PACKAGE__->swagger_types( {
    'self_uri' => 'ResourceUri',
    'alternate_links' => 'ARRAY[ResourceUri]',
    'name' => 'string',
    'width' => 'double',
    'height' => 'double',
    'alternative_text' => 'string',
    'alternative_text_title' => 'string',
    'hidden' => 'boolean',
    'is_decorative' => 'boolean',
    'x' => 'double',
    'y' => 'double',
    'z_order_position' => 'int',
    'fill_format' => 'FillFormat',
    'effect_format' => 'EffectFormat',
    'three_d_format' => 'ThreeDFormat',
    'line_format' => 'LineFormat',
    'hyperlink_click' => 'Hyperlink',
    'hyperlink_mouse_over' => 'Hyperlink',
    'type' => 'string',
    'is_object_icon' => 'boolean',
    'substitute_picture_title' => 'string',
    'substitute_picture_format' => 'PictureFill',
    'object_name' => 'string',
    'embedded_file_base64_data' => 'string',
    'embedded_file_extension' => 'string',
    'object_prog_id' => 'string',
    'link_path' => 'string',
    'update_automatic' => 'boolean'
} );

__PACKAGE__->attribute_map( {
    'self_uri' => 'SelfUri',
    'alternate_links' => 'AlternateLinks',
    'name' => 'Name',
    'width' => 'Width',
    'height' => 'Height',
    'alternative_text' => 'AlternativeText',
    'alternative_text_title' => 'AlternativeTextTitle',
    'hidden' => 'Hidden',
    'is_decorative' => 'IsDecorative',
    'x' => 'X',
    'y' => 'Y',
    'z_order_position' => 'ZOrderPosition',
    'fill_format' => 'FillFormat',
    'effect_format' => 'EffectFormat',
    'three_d_format' => 'ThreeDFormat',
    'line_format' => 'LineFormat',
    'hyperlink_click' => 'HyperlinkClick',
    'hyperlink_mouse_over' => 'HyperlinkMouseOver',
    'type' => 'Type',
    'is_object_icon' => 'IsObjectIcon',
    'substitute_picture_title' => 'SubstitutePictureTitle',
    'substitute_picture_format' => 'SubstitutePictureFormat',
    'object_name' => 'ObjectName',



( run in 1.543 second using v1.01-cache-2.11-cpan-98e64b0badf )