@@ -53,7 +53,6 @@ class BmpSaveOptionsData(object):
5353 'update_fields' : 'bool' ,
5454 'update_last_printed_property' : 'bool' ,
5555 'update_last_saved_time_property' : 'bool' ,
56- 'update_sdt_content' : 'bool' ,
5756 'zip_output' : 'bool' ,
5857 'color_mode' : 'str' ,
5958 'jpeg_quality' : 'int' ,
@@ -89,7 +88,6 @@ class BmpSaveOptionsData(object):
8988 'update_fields' : 'UpdateFields' ,
9089 'update_last_printed_property' : 'UpdateLastPrintedProperty' ,
9190 'update_last_saved_time_property' : 'UpdateLastSavedTimeProperty' ,
92- 'update_sdt_content' : 'UpdateSdtContent' ,
9391 'zip_output' : 'ZipOutput' ,
9492 'color_mode' : 'ColorMode' ,
9593 'jpeg_quality' : 'JpegQuality' ,
@@ -113,7 +111,7 @@ class BmpSaveOptionsData(object):
113111 'save_format' : 'SaveFormat'
114112 }
115113
116- def __init__ (self , allow_embedding_post_script_fonts = None , custom_time_zone_info_data = None , dml3_d_effects_rendering_mode = None , dml_effects_rendering_mode = None , dml_rendering_mode = None , file_name = None , iml_rendering_mode = None , update_created_time_property = None , update_fields = None , update_last_printed_property = None , update_last_saved_time_property = None , update_sdt_content = None , zip_output = None , color_mode = None , jpeg_quality = None , metafile_rendering_options = None , numeral_format = None , optimize_output = None , page_count = None , page_index = None , horizontal_resolution = None , image_brightness = None , image_color_mode = None , image_contrast = None , paper_color = None , pixel_format = None , resolution = None , scale = None , use_anti_aliasing = None , use_high_quality_rendering = None , vertical_resolution = None , use_gdi_emf_renderer = None ): # noqa: E501
114+ def __init__ (self , allow_embedding_post_script_fonts = None , custom_time_zone_info_data = None , dml3_d_effects_rendering_mode = None , dml_effects_rendering_mode = None , dml_rendering_mode = None , file_name = None , iml_rendering_mode = None , update_created_time_property = None , update_fields = None , update_last_printed_property = None , update_last_saved_time_property = None , zip_output = None , color_mode = None , jpeg_quality = None , metafile_rendering_options = None , numeral_format = None , optimize_output = None , page_count = None , page_index = None , horizontal_resolution = None , image_brightness = None , image_color_mode = None , image_contrast = None , paper_color = None , pixel_format = None , resolution = None , scale = None , use_anti_aliasing = None , use_high_quality_rendering = None , vertical_resolution = None , use_gdi_emf_renderer = None ): # noqa: E501
117115 """BmpSaveOptionsData - a model defined in Swagger""" # noqa: E501
118116
119117 self ._allow_embedding_post_script_fonts = None
@@ -127,7 +125,6 @@ def __init__(self, allow_embedding_post_script_fonts=None, custom_time_zone_info
127125 self ._update_fields = None
128126 self ._update_last_printed_property = None
129127 self ._update_last_saved_time_property = None
130- self ._update_sdt_content = None
131128 self ._zip_output = None
132129 self ._color_mode = None
133130 self ._jpeg_quality = None
@@ -173,8 +170,6 @@ def __init__(self, allow_embedding_post_script_fonts=None, custom_time_zone_info
173170 self .update_last_printed_property = update_last_printed_property
174171 if update_last_saved_time_property is not None :
175172 self .update_last_saved_time_property = update_last_saved_time_property
176- if update_sdt_content is not None :
177- self .update_sdt_content = update_sdt_content
178173 if zip_output is not None :
179174 self .zip_output = zip_output
180175 if color_mode is not None :
@@ -490,28 +485,6 @@ def update_last_saved_time_property(self, update_last_saved_time_property):
490485 """
491486 self ._update_last_saved_time_property = update_last_saved_time_property
492487
493- @property
494- def update_sdt_content (self ):
495- """Gets the update_sdt_content of this BmpSaveOptionsData. # noqa: E501
496-
497- Gets or sets a value indicating whether content of StructuredDocumentTag is updated before saving. # noqa: E501
498-
499- :return: The update_sdt_content of this BmpSaveOptionsData. # noqa: E501
500- :rtype: bool
501- """
502- return self ._update_sdt_content
503-
504- @update_sdt_content .setter
505- def update_sdt_content (self , update_sdt_content ):
506- """Sets the update_sdt_content of this BmpSaveOptionsData.
507-
508- Gets or sets a value indicating whether content of StructuredDocumentTag is updated before saving. # noqa: E501
509-
510- :param update_sdt_content: The update_sdt_content of this BmpSaveOptionsData. # noqa: E501
511- :type: bool
512- """
513- self ._update_sdt_content = update_sdt_content
514-
515488 @property
516489 def zip_output (self ):
517490 """Gets the zip_output of this BmpSaveOptionsData. # noqa: E501
0 commit comments