Class: Google::Apis::SlidesV1::Request
- Inherits:
-
Object
- Object
- Google::Apis::SlidesV1::Request
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/slides_v1/classes.rb,
lib/google/apis/slides_v1/representations.rb,
lib/google/apis/slides_v1/representations.rb
Overview
A single kind of update to apply to a presentation.
Instance Attribute Summary collapse
-
#create_image ⇒ Google::Apis::SlidesV1::CreateImageRequest
Creates an image.
-
#create_line ⇒ Google::Apis::SlidesV1::CreateLineRequest
Creates a line.
-
#create_paragraph_bullets ⇒ Google::Apis::SlidesV1::CreateParagraphBulletsRequest
Creates bullets for all of the paragraphs that overlap with the given text index range.
-
#create_shape ⇒ Google::Apis::SlidesV1::CreateShapeRequest
Creates a new shape.
-
#create_sheets_chart ⇒ Google::Apis::SlidesV1::CreateSheetsChartRequest
Creates an embedded Google Sheets chart.
-
#create_slide ⇒ Google::Apis::SlidesV1::CreateSlideRequest
Creates a new slide.
-
#create_table ⇒ Google::Apis::SlidesV1::CreateTableRequest
Creates a new table.
-
#create_video ⇒ Google::Apis::SlidesV1::CreateVideoRequest
Creates a video.
-
#delete_object ⇒ Google::Apis::SlidesV1::DeleteObjectRequest
Deletes an object, either pages or page elements, from the presentation.
-
#delete_paragraph_bullets ⇒ Google::Apis::SlidesV1::DeleteParagraphBulletsRequest
Deletes bullets from all of the paragraphs that overlap with the given text index range.
-
#delete_table_column ⇒ Google::Apis::SlidesV1::DeleteTableColumnRequest
Deletes a column from a table.
-
#delete_table_row ⇒ Google::Apis::SlidesV1::DeleteTableRowRequest
Deletes a row from a table.
-
#delete_text ⇒ Google::Apis::SlidesV1::DeleteTextRequest
Deletes text from a shape or a table cell.
-
#duplicate_object ⇒ Google::Apis::SlidesV1::DuplicateObjectRequest
Duplicates a slide or page element.
-
#group_objects ⇒ Google::Apis::SlidesV1::GroupObjectsRequest
Groups objects to create an object group.
-
#insert_table_columns ⇒ Google::Apis::SlidesV1::InsertTableColumnsRequest
Inserts columns into a table.
-
#insert_table_rows ⇒ Google::Apis::SlidesV1::InsertTableRowsRequest
Inserts rows into a table.
-
#insert_text ⇒ Google::Apis::SlidesV1::InsertTextRequest
Inserts text into a shape or a table cell.
-
#merge_table_cells ⇒ Google::Apis::SlidesV1::MergeTableCellsRequest
Merges cells in a Table.
-
#refresh_sheets_chart ⇒ Google::Apis::SlidesV1::RefreshSheetsChartRequest
Refreshes an embedded Google Sheets chart by replacing it with the latest version of the chart from Google Sheets.
-
#replace_all_shapes_with_image ⇒ Google::Apis::SlidesV1::ReplaceAllShapesWithImageRequest
Replaces all shapes that match the given criteria with the provided image.
-
#replace_all_shapes_with_sheets_chart ⇒ Google::Apis::SlidesV1::ReplaceAllShapesWithSheetsChartRequest
Replaces all shapes that match the given criteria with the provided Google Sheets chart.
-
#replace_all_text ⇒ Google::Apis::SlidesV1::ReplaceAllTextRequest
Replaces all instances of text matching a criteria with replace text.
-
#replace_image ⇒ Google::Apis::SlidesV1::ReplaceImageRequest
Replaces an existing image with a new image.
-
#reroute_line ⇒ Google::Apis::SlidesV1::RerouteLineRequest
Reroutes a line such that it's connected at the two closest connection sites on the connected page elements.
-
#ungroup_objects ⇒ Google::Apis::SlidesV1::UngroupObjectsRequest
Ungroups objects, such as groups.
-
#unmerge_table_cells ⇒ Google::Apis::SlidesV1::UnmergeTableCellsRequest
Unmerges cells in a Table.
-
#update_image_properties ⇒ Google::Apis::SlidesV1::UpdateImagePropertiesRequest
Update the properties of an Image.
-
#update_line_category ⇒ Google::Apis::SlidesV1::UpdateLineCategoryRequest
Updates the category of a line.
-
#update_line_properties ⇒ Google::Apis::SlidesV1::UpdateLinePropertiesRequest
Updates the properties of a Line.
-
#update_page_element_alt_text ⇒ Google::Apis::SlidesV1::UpdatePageElementAltTextRequest
Updates the alt text title and/or description of a page element.
-
#update_page_element_transform ⇒ Google::Apis::SlidesV1::UpdatePageElementTransformRequest
Updates the transform of a page element.
-
#update_page_elements_z_order ⇒ Google::Apis::SlidesV1::UpdatePageElementsZOrderRequest
Updates the Z-order of page elements.
-
#update_page_properties ⇒ Google::Apis::SlidesV1::UpdatePagePropertiesRequest
Updates the properties of a Page.
-
#update_paragraph_style ⇒ Google::Apis::SlidesV1::UpdateParagraphStyleRequest
Updates the styling for all of the paragraphs within a Shape or Table that overlap with the given text index range.
-
#update_shape_properties ⇒ Google::Apis::SlidesV1::UpdateShapePropertiesRequest
Update the properties of a Shape.
-
#update_slide_properties ⇒ Google::Apis::SlidesV1::UpdateSlidePropertiesRequest
Updates the properties of a Slide.
-
#update_slides_position ⇒ Google::Apis::SlidesV1::UpdateSlidesPositionRequest
Updates the position of slides in the presentation.
-
#update_table_border_properties ⇒ Google::Apis::SlidesV1::UpdateTableBorderPropertiesRequest
Updates the properties of the table borders in a Table.
-
#update_table_cell_properties ⇒ Google::Apis::SlidesV1::UpdateTableCellPropertiesRequest
Update the properties of a TableCell.
-
#update_table_column_properties ⇒ Google::Apis::SlidesV1::UpdateTableColumnPropertiesRequest
Updates the properties of a Table column.
-
#update_table_row_properties ⇒ Google::Apis::SlidesV1::UpdateTableRowPropertiesRequest
Updates the properties of a Table row.
-
#update_text_style ⇒ Google::Apis::SlidesV1::UpdateTextStyleRequest
Update the styling of text in a Shape or Table.
-
#update_video_properties ⇒ Google::Apis::SlidesV1::UpdateVideoPropertiesRequest
Update the properties of a Video.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Request
constructor
A new instance of Request.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Request
Returns a new instance of Request.
3054 3055 3056 |
# File 'lib/google/apis/slides_v1/classes.rb', line 3054 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create_image ⇒ Google::Apis::SlidesV1::CreateImageRequest
Creates an image.
Corresponds to the JSON property createImage
2803 2804 2805 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2803 def create_image @create_image end |
#create_line ⇒ Google::Apis::SlidesV1::CreateLineRequest
Creates a line.
Corresponds to the JSON property createLine
2808 2809 2810 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2808 def create_line @create_line end |
#create_paragraph_bullets ⇒ Google::Apis::SlidesV1::CreateParagraphBulletsRequest
Creates bullets for all of the paragraphs that overlap with the given text
index range. The nesting level of each paragraph will be determined by
counting leading tabs in front of each paragraph. To avoid excess space
between the bullet and the corresponding paragraph, these leading tabs are
removed by this request. This may change the indices of parts of the text. If
the paragraph immediately before paragraphs being updated is in a list with a
matching preset, the paragraphs being updated are added to that preceding list.
Corresponds to the JSON property createParagraphBullets
2819 2820 2821 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2819 def create_paragraph_bullets @create_paragraph_bullets end |
#create_shape ⇒ Google::Apis::SlidesV1::CreateShapeRequest
Creates a new shape.
Corresponds to the JSON property createShape
2824 2825 2826 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2824 def create_shape @create_shape end |
#create_sheets_chart ⇒ Google::Apis::SlidesV1::CreateSheetsChartRequest
Creates an embedded Google Sheets chart. NOTE: Chart creation requires at
least one of the spreadsheets.readonly, spreadsheets, drive.readonly, drive.
file, or drive OAuth scopes.
Corresponds to the JSON property createSheetsChart
2831 2832 2833 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2831 def create_sheets_chart @create_sheets_chart end |
#create_slide ⇒ Google::Apis::SlidesV1::CreateSlideRequest
Creates a new slide.
Corresponds to the JSON property createSlide
2836 2837 2838 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2836 def @create_slide end |
#create_table ⇒ Google::Apis::SlidesV1::CreateTableRequest
Creates a new table.
Corresponds to the JSON property createTable
2841 2842 2843 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2841 def create_table @create_table end |
#create_video ⇒ Google::Apis::SlidesV1::CreateVideoRequest
Creates a video. NOTE: Creating a video from Google Drive requires that the
requesting app have at least one of the drive, drive.readonly, or drive.file
OAuth scopes.
Corresponds to the JSON property createVideo
2848 2849 2850 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2848 def create_video @create_video end |
#delete_object ⇒ Google::Apis::SlidesV1::DeleteObjectRequest
Deletes an object, either pages or page elements, from the presentation.
Corresponds to the JSON property deleteObject
2853 2854 2855 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2853 def delete_object @delete_object end |
#delete_paragraph_bullets ⇒ Google::Apis::SlidesV1::DeleteParagraphBulletsRequest
Deletes bullets from all of the paragraphs that overlap with the given text
index range. The nesting level of each paragraph will be visually preserved by
adding indent to the start of the corresponding paragraph.
Corresponds to the JSON property deleteParagraphBullets
2860 2861 2862 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2860 def delete_paragraph_bullets @delete_paragraph_bullets end |
#delete_table_column ⇒ Google::Apis::SlidesV1::DeleteTableColumnRequest
Deletes a column from a table.
Corresponds to the JSON property deleteTableColumn
2865 2866 2867 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2865 def delete_table_column @delete_table_column end |
#delete_table_row ⇒ Google::Apis::SlidesV1::DeleteTableRowRequest
Deletes a row from a table.
Corresponds to the JSON property deleteTableRow
2870 2871 2872 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2870 def delete_table_row @delete_table_row end |
#delete_text ⇒ Google::Apis::SlidesV1::DeleteTextRequest
Deletes text from a shape or a table cell.
Corresponds to the JSON property deleteText
2875 2876 2877 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2875 def delete_text @delete_text end |
#duplicate_object ⇒ Google::Apis::SlidesV1::DuplicateObjectRequest
Duplicates a slide or page element. When duplicating a slide, the duplicate
slide will be created immediately following the specified slide. When
duplicating a page element, the duplicate will be placed on the same page at
the same position as the original.
Corresponds to the JSON property duplicateObject
2883 2884 2885 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2883 def duplicate_object @duplicate_object end |
#group_objects ⇒ Google::Apis::SlidesV1::GroupObjectsRequest
Groups objects to create an object group. For example, groups PageElements to
create a Group on the same page as all the children.
Corresponds to the JSON property groupObjects
2889 2890 2891 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2889 def group_objects @group_objects end |
#insert_table_columns ⇒ Google::Apis::SlidesV1::InsertTableColumnsRequest
Inserts columns into a table. Other columns in the table will be resized to
fit the new column.
Corresponds to the JSON property insertTableColumns
2895 2896 2897 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2895 def insert_table_columns @insert_table_columns end |
#insert_table_rows ⇒ Google::Apis::SlidesV1::InsertTableRowsRequest
Inserts rows into a table.
Corresponds to the JSON property insertTableRows
2900 2901 2902 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2900 def insert_table_rows @insert_table_rows end |
#insert_text ⇒ Google::Apis::SlidesV1::InsertTextRequest
Inserts text into a shape or a table cell.
Corresponds to the JSON property insertText
2905 2906 2907 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2905 def insert_text @insert_text end |
#merge_table_cells ⇒ Google::Apis::SlidesV1::MergeTableCellsRequest
Merges cells in a Table.
Corresponds to the JSON property mergeTableCells
2910 2911 2912 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2910 def merge_table_cells @merge_table_cells end |
#refresh_sheets_chart ⇒ Google::Apis::SlidesV1::RefreshSheetsChartRequest
Refreshes an embedded Google Sheets chart by replacing it with the latest
version of the chart from Google Sheets. NOTE: Refreshing charts requires at
least one of the spreadsheets.readonly, spreadsheets, drive.readonly, or drive
OAuth scopes.
Corresponds to the JSON property refreshSheetsChart
2918 2919 2920 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2918 def refresh_sheets_chart @refresh_sheets_chart end |
#replace_all_shapes_with_image ⇒ Google::Apis::SlidesV1::ReplaceAllShapesWithImageRequest
Replaces all shapes that match the given criteria with the provided image. The
images replacing the shapes are rectangular after being inserted into the
presentation and do not take on the forms of the shapes.
Corresponds to the JSON property replaceAllShapesWithImage
2925 2926 2927 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2925 def replace_all_shapes_with_image @replace_all_shapes_with_image end |
#replace_all_shapes_with_sheets_chart ⇒ Google::Apis::SlidesV1::ReplaceAllShapesWithSheetsChartRequest
Replaces all shapes that match the given criteria with the provided Google
Sheets chart. The chart will be scaled and centered to fit within the bounds
of the original shape. NOTE: Replacing shapes with a chart requires at least
one of the spreadsheets.readonly, spreadsheets, drive.readonly, or drive OAuth
scopes.
Corresponds to the JSON property replaceAllShapesWithSheetsChart
2934 2935 2936 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2934 def replace_all_shapes_with_sheets_chart @replace_all_shapes_with_sheets_chart end |
#replace_all_text ⇒ Google::Apis::SlidesV1::ReplaceAllTextRequest
Replaces all instances of text matching a criteria with replace text.
Corresponds to the JSON property replaceAllText
2939 2940 2941 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2939 def replace_all_text @replace_all_text end |
#replace_image ⇒ Google::Apis::SlidesV1::ReplaceImageRequest
Replaces an existing image with a new image. Replacing an image removes some
image effects from the existing image.
Corresponds to the JSON property replaceImage
2945 2946 2947 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2945 def replace_image @replace_image end |
#reroute_line ⇒ Google::Apis::SlidesV1::RerouteLineRequest
Reroutes a line such that it's connected at the two closest connection sites
on the connected page elements.
Corresponds to the JSON property rerouteLine
2951 2952 2953 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2951 def reroute_line @reroute_line end |
#ungroup_objects ⇒ Google::Apis::SlidesV1::UngroupObjectsRequest
Ungroups objects, such as groups.
Corresponds to the JSON property ungroupObjects
2956 2957 2958 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2956 def ungroup_objects @ungroup_objects end |
#unmerge_table_cells ⇒ Google::Apis::SlidesV1::UnmergeTableCellsRequest
Unmerges cells in a Table.
Corresponds to the JSON property unmergeTableCells
2961 2962 2963 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2961 def unmerge_table_cells @unmerge_table_cells end |
#update_image_properties ⇒ Google::Apis::SlidesV1::UpdateImagePropertiesRequest
Update the properties of an Image.
Corresponds to the JSON property updateImageProperties
2966 2967 2968 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2966 def update_image_properties @update_image_properties end |
#update_line_category ⇒ Google::Apis::SlidesV1::UpdateLineCategoryRequest
Updates the category of a line.
Corresponds to the JSON property updateLineCategory
2971 2972 2973 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2971 def update_line_category @update_line_category end |
#update_line_properties ⇒ Google::Apis::SlidesV1::UpdateLinePropertiesRequest
Updates the properties of a Line.
Corresponds to the JSON property updateLineProperties
2976 2977 2978 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2976 def update_line_properties @update_line_properties end |
#update_page_element_alt_text ⇒ Google::Apis::SlidesV1::UpdatePageElementAltTextRequest
Updates the alt text title and/or description of a page element.
Corresponds to the JSON property updatePageElementAltText
2981 2982 2983 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2981 def update_page_element_alt_text @update_page_element_alt_text end |
#update_page_element_transform ⇒ Google::Apis::SlidesV1::UpdatePageElementTransformRequest
Updates the transform of a page element. Updating the transform of a group
will change the absolute transform of the page elements in that group, which
can change their visual appearance. See the documentation for PageElement.
transform for more details.
Corresponds to the JSON property updatePageElementTransform
2989 2990 2991 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2989 def update_page_element_transform @update_page_element_transform end |
#update_page_elements_z_order ⇒ Google::Apis::SlidesV1::UpdatePageElementsZOrderRequest
Updates the Z-order of page elements. Z-order is an ordering of the elements
on the page from back to front. The page element in the front may cover the
elements that are behind it.
Corresponds to the JSON property updatePageElementsZOrder
2996 2997 2998 |
# File 'lib/google/apis/slides_v1/classes.rb', line 2996 def update_page_elements_z_order @update_page_elements_z_order end |
#update_page_properties ⇒ Google::Apis::SlidesV1::UpdatePagePropertiesRequest
Updates the properties of a Page.
Corresponds to the JSON property updatePageProperties
3001 3002 3003 |
# File 'lib/google/apis/slides_v1/classes.rb', line 3001 def update_page_properties @update_page_properties end |
#update_paragraph_style ⇒ Google::Apis::SlidesV1::UpdateParagraphStyleRequest
Updates the styling for all of the paragraphs within a Shape or Table that
overlap with the given text index range.
Corresponds to the JSON property updateParagraphStyle
3007 3008 3009 |
# File 'lib/google/apis/slides_v1/classes.rb', line 3007 def update_paragraph_style @update_paragraph_style end |
#update_shape_properties ⇒ Google::Apis::SlidesV1::UpdateShapePropertiesRequest
Update the properties of a Shape.
Corresponds to the JSON property updateShapeProperties
3012 3013 3014 |
# File 'lib/google/apis/slides_v1/classes.rb', line 3012 def update_shape_properties @update_shape_properties end |
#update_slide_properties ⇒ Google::Apis::SlidesV1::UpdateSlidePropertiesRequest
Updates the properties of a Slide.
Corresponds to the JSON property updateSlideProperties
3017 3018 3019 |
# File 'lib/google/apis/slides_v1/classes.rb', line 3017 def @update_slide_properties end |
#update_slides_position ⇒ Google::Apis::SlidesV1::UpdateSlidesPositionRequest
Updates the position of slides in the presentation.
Corresponds to the JSON property updateSlidesPosition
3022 3023 3024 |
# File 'lib/google/apis/slides_v1/classes.rb', line 3022 def @update_slides_position end |
#update_table_border_properties ⇒ Google::Apis::SlidesV1::UpdateTableBorderPropertiesRequest
Updates the properties of the table borders in a Table.
Corresponds to the JSON property updateTableBorderProperties
3027 3028 3029 |
# File 'lib/google/apis/slides_v1/classes.rb', line 3027 def update_table_border_properties @update_table_border_properties end |
#update_table_cell_properties ⇒ Google::Apis::SlidesV1::UpdateTableCellPropertiesRequest
Update the properties of a TableCell.
Corresponds to the JSON property updateTableCellProperties
3032 3033 3034 |
# File 'lib/google/apis/slides_v1/classes.rb', line 3032 def update_table_cell_properties @update_table_cell_properties end |
#update_table_column_properties ⇒ Google::Apis::SlidesV1::UpdateTableColumnPropertiesRequest
Updates the properties of a Table column.
Corresponds to the JSON property updateTableColumnProperties
3037 3038 3039 |
# File 'lib/google/apis/slides_v1/classes.rb', line 3037 def update_table_column_properties @update_table_column_properties end |
#update_table_row_properties ⇒ Google::Apis::SlidesV1::UpdateTableRowPropertiesRequest
Updates the properties of a Table row.
Corresponds to the JSON property updateTableRowProperties
3042 3043 3044 |
# File 'lib/google/apis/slides_v1/classes.rb', line 3042 def update_table_row_properties @update_table_row_properties end |
#update_text_style ⇒ Google::Apis::SlidesV1::UpdateTextStyleRequest
Update the styling of text in a Shape or Table.
Corresponds to the JSON property updateTextStyle
3047 3048 3049 |
# File 'lib/google/apis/slides_v1/classes.rb', line 3047 def update_text_style @update_text_style end |
#update_video_properties ⇒ Google::Apis::SlidesV1::UpdateVideoPropertiesRequest
Update the properties of a Video.
Corresponds to the JSON property updateVideoProperties
3052 3053 3054 |
# File 'lib/google/apis/slides_v1/classes.rb', line 3052 def update_video_properties @update_video_properties end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 |
# File 'lib/google/apis/slides_v1/classes.rb', line 3059 def update!(**args) @create_image = args[:create_image] if args.key?(:create_image) @create_line = args[:create_line] if args.key?(:create_line) @create_paragraph_bullets = args[:create_paragraph_bullets] if args.key?(:create_paragraph_bullets) @create_shape = args[:create_shape] if args.key?(:create_shape) @create_sheets_chart = args[:create_sheets_chart] if args.key?(:create_sheets_chart) @create_slide = args[:create_slide] if args.key?(:create_slide) @create_table = args[:create_table] if args.key?(:create_table) @create_video = args[:create_video] if args.key?(:create_video) @delete_object = args[:delete_object] if args.key?(:delete_object) @delete_paragraph_bullets = args[:delete_paragraph_bullets] if args.key?(:delete_paragraph_bullets) @delete_table_column = args[:delete_table_column] if args.key?(:delete_table_column) @delete_table_row = args[:delete_table_row] if args.key?(:delete_table_row) @delete_text = args[:delete_text] if args.key?(:delete_text) @duplicate_object = args[:duplicate_object] if args.key?(:duplicate_object) @group_objects = args[:group_objects] if args.key?(:group_objects) @insert_table_columns = args[:insert_table_columns] if args.key?(:insert_table_columns) @insert_table_rows = args[:insert_table_rows] if args.key?(:insert_table_rows) @insert_text = args[:insert_text] if args.key?(:insert_text) @merge_table_cells = args[:merge_table_cells] if args.key?(:merge_table_cells) @refresh_sheets_chart = args[:refresh_sheets_chart] if args.key?(:refresh_sheets_chart) @replace_all_shapes_with_image = args[:replace_all_shapes_with_image] if args.key?(:replace_all_shapes_with_image) @replace_all_shapes_with_sheets_chart = args[:replace_all_shapes_with_sheets_chart] if args.key?(:replace_all_shapes_with_sheets_chart) @replace_all_text = args[:replace_all_text] if args.key?(:replace_all_text) @replace_image = args[:replace_image] if args.key?(:replace_image) @reroute_line = args[:reroute_line] if args.key?(:reroute_line) @ungroup_objects = args[:ungroup_objects] if args.key?(:ungroup_objects) @unmerge_table_cells = args[:unmerge_table_cells] if args.key?(:unmerge_table_cells) @update_image_properties = args[:update_image_properties] if args.key?(:update_image_properties) @update_line_category = args[:update_line_category] if args.key?(:update_line_category) @update_line_properties = args[:update_line_properties] if args.key?(:update_line_properties) @update_page_element_alt_text = args[:update_page_element_alt_text] if args.key?(:update_page_element_alt_text) @update_page_element_transform = args[:update_page_element_transform] if args.key?(:update_page_element_transform) @update_page_elements_z_order = args[:update_page_elements_z_order] if args.key?(:update_page_elements_z_order) @update_page_properties = args[:update_page_properties] if args.key?(:update_page_properties) @update_paragraph_style = args[:update_paragraph_style] if args.key?(:update_paragraph_style) @update_shape_properties = args[:update_shape_properties] if args.key?(:update_shape_properties) @update_slide_properties = args[:update_slide_properties] if args.key?(:update_slide_properties) @update_slides_position = args[:update_slides_position] if args.key?(:update_slides_position) @update_table_border_properties = args[:update_table_border_properties] if args.key?(:update_table_border_properties) @update_table_cell_properties = args[:update_table_cell_properties] if args.key?(:update_table_cell_properties) @update_table_column_properties = args[:update_table_column_properties] if args.key?(:update_table_column_properties) @update_table_row_properties = args[:update_table_row_properties] if args.key?(:update_table_row_properties) @update_text_style = args[:update_text_style] if args.key?(:update_text_style) @update_video_properties = args[:update_video_properties] if args.key?(:update_video_properties) end |