AsposeSlidesCloud-SlidesApi
view release on metacpan or search on metacpan
lib/AsposeSlidesCloud/Object/FontSubstRule.pm view on Meta::CPAN
format => '',
read_only => '',
},
'target_font' => {
datatype => 'string',
base_name => 'TargetFont',
description => 'Substitution font.',
format => '',
read_only => '',
},
'not_found_only' => {
datatype => 'boolean',
base_name => 'NotFoundOnly',
description => 'Substitute when font is not found. Default: true.',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'source_font' => 'string',
'target_font' => 'string',
'not_found_only' => 'boolean'
} );
__PACKAGE__->attribute_map( {
'source_font' => 'SourceFont',
'target_font' => 'TargetFont',
'not_found_only' => 'NotFoundOnly'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
( run in 0.779 second using v1.01-cache-2.11-cpan-0a987023a57 )