words_ruby_sdk 18.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/lib/words_ruby_sdk.rb +225 -0
- data/lib/words_ruby_sdk/api/words_api.rb +10654 -0
- data/lib/words_ruby_sdk/api_client.rb +403 -0
- data/lib/words_ruby_sdk/api_error.rb +54 -0
- data/lib/words_ruby_sdk/configuration.rb +203 -0
- data/lib/words_ruby_sdk/models/aspose_response.rb +222 -0
- data/lib/words_ruby_sdk/models/bmp_save_options_data.rb +477 -0
- data/lib/words_ruby_sdk/models/bookmark.rb +227 -0
- data/lib/words_ruby_sdk/models/bookmark_data.rb +217 -0
- data/lib/words_ruby_sdk/models/bookmark_response.rb +232 -0
- data/lib/words_ruby_sdk/models/bookmarks.rb +219 -0
- data/lib/words_ruby_sdk/models/bookmarks_outline_level_data.rb +222 -0
- data/lib/words_ruby_sdk/models/bookmarks_response.rb +232 -0
- data/lib/words_ruby_sdk/models/border.rb +320 -0
- data/lib/words_ruby_sdk/models/border_response.rb +232 -0
- data/lib/words_ruby_sdk/models/borders_collection.rb +219 -0
- data/lib/words_ruby_sdk/models/borders_response.rb +232 -0
- data/lib/words_ruby_sdk/models/classification_response.rb +254 -0
- data/lib/words_ruby_sdk/models/classification_result.rb +222 -0
- data/lib/words_ruby_sdk/models/comment.rb +277 -0
- data/lib/words_ruby_sdk/models/comment_link.rb +207 -0
- data/lib/words_ruby_sdk/models/comment_response.rb +232 -0
- data/lib/words_ruby_sdk/models/comments_collection.rb +219 -0
- data/lib/words_ruby_sdk/models/comments_response.rb +232 -0
- data/lib/words_ruby_sdk/models/compare_data.rb +227 -0
- data/lib/words_ruby_sdk/models/doc_save_options_data.rb +307 -0
- data/lib/words_ruby_sdk/models/document.rb +311 -0
- data/lib/words_ruby_sdk/models/document_entry.rb +217 -0
- data/lib/words_ruby_sdk/models/document_entry_list.rb +209 -0
- data/lib/words_ruby_sdk/models/document_position.rb +217 -0
- data/lib/words_ruby_sdk/models/document_properties.rb +219 -0
- data/lib/words_ruby_sdk/models/document_properties_response.rb +232 -0
- data/lib/words_ruby_sdk/models/document_property.rb +237 -0
- data/lib/words_ruby_sdk/models/document_property_response.rb +232 -0
- data/lib/words_ruby_sdk/models/document_response.rb +232 -0
- data/lib/words_ruby_sdk/models/document_stat_data.rb +264 -0
- data/lib/words_ruby_sdk/models/downsample_options_data.rb +227 -0
- data/lib/words_ruby_sdk/models/drawing_object.rb +388 -0
- data/lib/words_ruby_sdk/models/drawing_object_collection.rb +219 -0
- data/lib/words_ruby_sdk/models/drawing_object_link.rb +217 -0
- data/lib/words_ruby_sdk/models/drawing_object_response.rb +232 -0
- data/lib/words_ruby_sdk/models/drawing_objects_response.rb +232 -0
- data/lib/words_ruby_sdk/models/emf_save_options_data.rb +477 -0
- data/lib/words_ruby_sdk/models/epub_save_options_data.rb +746 -0
- data/lib/words_ruby_sdk/models/field.rb +247 -0
- data/lib/words_ruby_sdk/models/field_collection.rb +219 -0
- data/lib/words_ruby_sdk/models/field_link.rb +227 -0
- data/lib/words_ruby_sdk/models/field_names.rb +219 -0
- data/lib/words_ruby_sdk/models/field_names_response.rb +232 -0
- data/lib/words_ruby_sdk/models/field_response.rb +232 -0
- data/lib/words_ruby_sdk/models/fields_response.rb +232 -0
- data/lib/words_ruby_sdk/models/file_link.rb +237 -0
- data/lib/words_ruby_sdk/models/fixed_page_save_options_data.rb +347 -0
- data/lib/words_ruby_sdk/models/font.rb +676 -0
- data/lib/words_ruby_sdk/models/font_response.rb +232 -0
- data/lib/words_ruby_sdk/models/footnote.rb +304 -0
- data/lib/words_ruby_sdk/models/footnote_collection.rb +219 -0
- data/lib/words_ruby_sdk/models/footnote_link.rb +217 -0
- data/lib/words_ruby_sdk/models/footnote_response.rb +232 -0
- data/lib/words_ruby_sdk/models/footnotes_response.rb +232 -0
- data/lib/words_ruby_sdk/models/footnotes_stat_data.rb +227 -0
- data/lib/words_ruby_sdk/models/form_field.rb +307 -0
- data/lib/words_ruby_sdk/models/form_field_checkbox.rb +337 -0
- data/lib/words_ruby_sdk/models/form_field_collection.rb +219 -0
- data/lib/words_ruby_sdk/models/form_field_drop_down.rb +329 -0
- data/lib/words_ruby_sdk/models/form_field_response.rb +232 -0
- data/lib/words_ruby_sdk/models/form_field_text_input.rb +384 -0
- data/lib/words_ruby_sdk/models/form_fields_response.rb +232 -0
- data/lib/words_ruby_sdk/models/gif_save_options_data.rb +477 -0
- data/lib/words_ruby_sdk/models/graphics_quality_options_data.rb +358 -0
- data/lib/words_ruby_sdk/models/header_footer.rb +274 -0
- data/lib/words_ruby_sdk/models/header_footer_link.rb +254 -0
- data/lib/words_ruby_sdk/models/header_footer_link_collection.rb +219 -0
- data/lib/words_ruby_sdk/models/header_footer_response.rb +232 -0
- data/lib/words_ruby_sdk/models/header_footers_response.rb +232 -0
- data/lib/words_ruby_sdk/models/html_fixed_save_options_data.rb +467 -0
- data/lib/words_ruby_sdk/models/html_save_options_data.rb +736 -0
- data/lib/words_ruby_sdk/models/hyperlink.rb +227 -0
- data/lib/words_ruby_sdk/models/hyperlink_response.rb +232 -0
- data/lib/words_ruby_sdk/models/hyperlinks.rb +219 -0
- data/lib/words_ruby_sdk/models/hyperlinks_response.rb +232 -0
- data/lib/words_ruby_sdk/models/image_save_options_data.rb +477 -0
- data/lib/words_ruby_sdk/models/jpeg_save_options_data.rb +477 -0
- data/lib/words_ruby_sdk/models/link.rb +237 -0
- data/lib/words_ruby_sdk/models/link_element.rb +207 -0
- data/lib/words_ruby_sdk/models/load_web_document_data.rb +217 -0
- data/lib/words_ruby_sdk/models/metafile_rendering_options_data.rb +227 -0
- data/lib/words_ruby_sdk/models/mhtml_save_options_data.rb +736 -0
- data/lib/words_ruby_sdk/models/modification_operation_result.rb +217 -0
- data/lib/words_ruby_sdk/models/node_link.rb +217 -0
- data/lib/words_ruby_sdk/models/odt_save_options_data.rb +354 -0
- data/lib/words_ruby_sdk/models/office_math_link.rb +217 -0
- data/lib/words_ruby_sdk/models/office_math_object.rb +326 -0
- data/lib/words_ruby_sdk/models/office_math_object_response.rb +232 -0
- data/lib/words_ruby_sdk/models/office_math_objects_collection.rb +219 -0
- data/lib/words_ruby_sdk/models/office_math_objects_response.rb +232 -0
- data/lib/words_ruby_sdk/models/ooxml_save_options_data.rb +317 -0
- data/lib/words_ruby_sdk/models/outline_options_data.rb +239 -0
- data/lib/words_ruby_sdk/models/page_number.rb +247 -0
- data/lib/words_ruby_sdk/models/page_setup.rb +646 -0
- data/lib/words_ruby_sdk/models/page_stat_data.rb +252 -0
- data/lib/words_ruby_sdk/models/paragraph.rb +229 -0
- data/lib/words_ruby_sdk/models/paragraph_insert.rb +207 -0
- data/lib/words_ruby_sdk/models/paragraph_link.rb +227 -0
- data/lib/words_ruby_sdk/models/paragraph_link_collection.rb +219 -0
- data/lib/words_ruby_sdk/models/paragraph_link_collection_response.rb +232 -0
- data/lib/words_ruby_sdk/models/paragraph_response.rb +232 -0
- data/lib/words_ruby_sdk/models/pcl_save_options_data.rb +367 -0
- data/lib/words_ruby_sdk/models/pdf_digital_signature_details_data.rb +247 -0
- data/lib/words_ruby_sdk/models/pdf_encryption_details_data.rb +237 -0
- data/lib/words_ruby_sdk/models/pdf_save_options_data.rb +567 -0
- data/lib/words_ruby_sdk/models/png_save_options_data.rb +477 -0
- data/lib/words_ruby_sdk/models/preferred_width.rb +259 -0
- data/lib/words_ruby_sdk/models/protection_data.rb +207 -0
- data/lib/words_ruby_sdk/models/protection_data_response.rb +242 -0
- data/lib/words_ruby_sdk/models/protection_request.rb +227 -0
- data/lib/words_ruby_sdk/models/protection_response.rb +242 -0
- data/lib/words_ruby_sdk/models/ps_save_options_data.rb +357 -0
- data/lib/words_ruby_sdk/models/replace_text_request.rb +262 -0
- data/lib/words_ruby_sdk/models/replace_text_response.rb +242 -0
- data/lib/words_ruby_sdk/models/requests/AcceptAllRevisionsRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/ClassifyDocumentRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/ClassifyRequest.rb +49 -0
- data/lib/words_ruby_sdk/models/requests/CreateOrUpdateDocumentPropertyRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/DeleteBorderRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/DeleteBordersRequest.rb +77 -0
- data/lib/words_ruby_sdk/models/requests/DeleteCommentRequest.rb +77 -0
- data/lib/words_ruby_sdk/models/requests/DeleteDocumentMacrosRequest.rb +73 -0
- data/lib/words_ruby_sdk/models/requests/DeleteDocumentPropertyRequest.rb +77 -0
- data/lib/words_ruby_sdk/models/requests/DeleteDocumentWatermarkRequest.rb +73 -0
- data/lib/words_ruby_sdk/models/requests/DeleteDrawingObjectRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/DeleteFieldRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/DeleteFieldsRequest.rb +77 -0
- data/lib/words_ruby_sdk/models/requests/DeleteFootnoteRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/DeleteFormFieldRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/DeleteHeaderFooterRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/DeleteHeadersFootersRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/DeleteOfficeMathObjectRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/DeleteParagraphRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/DeleteRunRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/DeleteTableCellRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/DeleteTableRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/DeleteTableRowRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/DeleteUnprotectDocumentRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetBorderRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetBordersRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/GetCommentRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/GetCommentsRequest.rb +61 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentBookmarkByNameRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentBookmarksRequest.rb +61 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentDrawingObjectByIndexRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentDrawingObjectImageDataRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentDrawingObjectOleDataRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentDrawingObjectsRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentFieldNamesRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentHyperlinkByIndexRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentHyperlinksRequest.rb +61 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentParagraphRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentParagraphRunFontRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentParagraphRunRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentParagraphRunsRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentParagraphsRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentPropertiesRequest.rb +61 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentPropertyRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentProtectionRequest.rb +61 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentRequest.rb +61 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentStatisticsRequest.rb +73 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentTextItemsRequest.rb +61 -0
- data/lib/words_ruby_sdk/models/requests/GetDocumentWithFormatRequest.rb +73 -0
- data/lib/words_ruby_sdk/models/requests/GetFieldRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetFieldsRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/GetFootnoteRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetFootnotesRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/GetFormFieldRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetFormFieldsRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/GetHeaderFooterOfSectionRequest.rb +73 -0
- data/lib/words_ruby_sdk/models/requests/GetHeaderFooterRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetHeaderFootersRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetOfficeMathObjectRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetOfficeMathObjectsRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/GetSectionPageSetupRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/GetSectionRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/GetSectionsRequest.rb +61 -0
- data/lib/words_ruby_sdk/models/requests/GetTableCellFormatRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetTableCellRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetTablePropertiesRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetTableRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetTableRowFormatRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetTableRowRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/GetTablesRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/InsertTableCellRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/InsertTableRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/InsertTableRowRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/PostAppendDocumentRequest.rb +77 -0
- data/lib/words_ruby_sdk/models/requests/PostChangeDocumentProtectionRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/PostCommentRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/PostCompareDocumentRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/PostDocumentExecuteMailMergeRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/PostDocumentParagraphRunFontRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/PostDocumentSaveAsRequest.rb +73 -0
- data/lib/words_ruby_sdk/models/requests/PostDrawingObjectRequest.rb +89 -0
- data/lib/words_ruby_sdk/models/requests/PostExecuteTemplateRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/PostFieldRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/PostFootnoteRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/PostFormFieldRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/PostInsertDocumentWatermarkImageRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/PostInsertDocumentWatermarkTextRequest.rb +77 -0
- data/lib/words_ruby_sdk/models/requests/PostInsertPageNumbersRequest.rb +77 -0
- data/lib/words_ruby_sdk/models/requests/PostLoadWebDocumentRequest.rb +49 -0
- data/lib/words_ruby_sdk/models/requests/PostReplaceTextRequest.rb +77 -0
- data/lib/words_ruby_sdk/models/requests/PostRunRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/PostSplitDocumentRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/PostUpdateDocumentBookmarkRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/PostUpdateDocumentFieldsRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/PutCommentRequest.rb +77 -0
- data/lib/words_ruby_sdk/models/requests/PutConvertDocumentRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/PutCreateDocumentRequest.rb +53 -0
- data/lib/words_ruby_sdk/models/requests/PutDocumentFieldNamesRequest.rb +49 -0
- data/lib/words_ruby_sdk/models/requests/PutDocumentSaveAsTiffRequest.rb +145 -0
- data/lib/words_ruby_sdk/models/requests/PutDrawingObjectRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/PutExecuteMailMergeOnlineRequest.rb +61 -0
- data/lib/words_ruby_sdk/models/requests/PutExecuteTemplateOnlineRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/PutFieldRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/PutFootnoteRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/PutFormFieldRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/PutHeaderFooterRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/PutParagraphRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/PutProtectDocumentRequest.rb +69 -0
- data/lib/words_ruby_sdk/models/requests/PutRunRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/RejectAllRevisionsRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/RenderDrawingObjectRequest.rb +77 -0
- data/lib/words_ruby_sdk/models/requests/RenderMathObjectRequest.rb +77 -0
- data/lib/words_ruby_sdk/models/requests/RenderPageRequest.rb +73 -0
- data/lib/words_ruby_sdk/models/requests/RenderParagraphRequest.rb +77 -0
- data/lib/words_ruby_sdk/models/requests/RenderTableRequest.rb +77 -0
- data/lib/words_ruby_sdk/models/requests/ResetCacheRequest.rb +36 -0
- data/lib/words_ruby_sdk/models/requests/SearchRequest.rb +65 -0
- data/lib/words_ruby_sdk/models/requests/UpdateBorderRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/UpdateSectionPageSetupRequest.rb +81 -0
- data/lib/words_ruby_sdk/models/requests/UpdateTableCellFormatRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/UpdateTablePropertiesRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/requests/UpdateTableRowFormatRequest.rb +85 -0
- data/lib/words_ruby_sdk/models/revisions_modification_response.rb +232 -0
- data/lib/words_ruby_sdk/models/rtf_save_options_data.rb +317 -0
- data/lib/words_ruby_sdk/models/run.rb +227 -0
- data/lib/words_ruby_sdk/models/run_link.rb +227 -0
- data/lib/words_ruby_sdk/models/run_response.rb +232 -0
- data/lib/words_ruby_sdk/models/runs.rb +219 -0
- data/lib/words_ruby_sdk/models/runs_response.rb +232 -0
- data/lib/words_ruby_sdk/models/save_options_data.rb +287 -0
- data/lib/words_ruby_sdk/models/save_response.rb +232 -0
- data/lib/words_ruby_sdk/models/save_result.rb +229 -0
- data/lib/words_ruby_sdk/models/search_response.rb +242 -0
- data/lib/words_ruby_sdk/models/search_result.rb +217 -0
- data/lib/words_ruby_sdk/models/search_results_collection.rb +219 -0
- data/lib/words_ruby_sdk/models/section.rb +259 -0
- data/lib/words_ruby_sdk/models/section_link.rb +207 -0
- data/lib/words_ruby_sdk/models/section_link_collection.rb +219 -0
- data/lib/words_ruby_sdk/models/section_link_collection_response.rb +232 -0
- data/lib/words_ruby_sdk/models/section_page_setup_response.rb +232 -0
- data/lib/words_ruby_sdk/models/section_response.rb +232 -0
- data/lib/words_ruby_sdk/models/split_document_response.rb +232 -0
- data/lib/words_ruby_sdk/models/split_document_result.rb +229 -0
- data/lib/words_ruby_sdk/models/stat_data_response.rb +242 -0
- data/lib/words_ruby_sdk/models/story_child_nodes.rb +209 -0
- data/lib/words_ruby_sdk/models/string_format_data.rb +348 -0
- data/lib/words_ruby_sdk/models/svg_save_options_data.rb +407 -0
- data/lib/words_ruby_sdk/models/table.rb +239 -0
- data/lib/words_ruby_sdk/models/table_cell.rb +229 -0
- data/lib/words_ruby_sdk/models/table_cell_format.rb +412 -0
- data/lib/words_ruby_sdk/models/table_cell_format_response.rb +232 -0
- data/lib/words_ruby_sdk/models/table_cell_insert.rb +207 -0
- data/lib/words_ruby_sdk/models/table_cell_response.rb +232 -0
- data/lib/words_ruby_sdk/models/table_insert.rb +237 -0
- data/lib/words_ruby_sdk/models/table_link.rb +217 -0
- data/lib/words_ruby_sdk/models/table_link_collection.rb +219 -0
- data/lib/words_ruby_sdk/models/table_link_collection_response.rb +232 -0
- data/lib/words_ruby_sdk/models/table_properties.rb +432 -0
- data/lib/words_ruby_sdk/models/table_properties_response.rb +232 -0
- data/lib/words_ruby_sdk/models/table_response.rb +232 -0
- data/lib/words_ruby_sdk/models/table_row.rb +239 -0
- data/lib/words_ruby_sdk/models/table_row_format.rb +284 -0
- data/lib/words_ruby_sdk/models/table_row_format_response.rb +232 -0
- data/lib/words_ruby_sdk/models/table_row_insert.rb +222 -0
- data/lib/words_ruby_sdk/models/table_row_response.rb +232 -0
- data/lib/words_ruby_sdk/models/text_item.rb +217 -0
- data/lib/words_ruby_sdk/models/text_items.rb +219 -0
- data/lib/words_ruby_sdk/models/text_items_response.rb +232 -0
- data/lib/words_ruby_sdk/models/text_save_options_data.rb +347 -0
- data/lib/words_ruby_sdk/models/tiff_save_options_data.rb +497 -0
- data/lib/words_ruby_sdk/models/watermark_text.rb +222 -0
- data/lib/words_ruby_sdk/models/word_ml_save_options_data.rb +297 -0
- data/lib/words_ruby_sdk/models/words_api_error_response.rb +232 -0
- data/lib/words_ruby_sdk/models/words_api_link.rb +237 -0
- data/lib/words_ruby_sdk/models/xaml_fixed_save_options_data.rb +367 -0
- data/lib/words_ruby_sdk/models/xaml_flow_save_options_data.rb +307 -0
- data/lib/words_ruby_sdk/models/xml_color.rb +222 -0
- data/lib/words_ruby_sdk/models/xps_save_options_data.rb +387 -0
- data/lib/words_ruby_sdk/version.rb +29 -0
- metadata +412 -0
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
#
|
|
2
|
+
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
+
# <copyright company="Aspose" file="GetFormFieldRequest.rb">
|
|
4
|
+
# Copyright (c) 2018 Aspose.Words for Cloud
|
|
5
|
+
# </copyright>
|
|
6
|
+
# <summary>
|
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
# in the Software without restriction, including without limitation the rights
|
|
10
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
# furnished to do so, subject to the following conditions:
|
|
13
|
+
#
|
|
14
|
+
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
+
# copies or substantial portions of the Software.
|
|
16
|
+
#
|
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
+
# SOFTWARE.
|
|
24
|
+
# </summary>
|
|
25
|
+
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
+
#
|
|
27
|
+
|
|
28
|
+
module WordsRubySdk
|
|
29
|
+
|
|
30
|
+
#
|
|
31
|
+
# Request model for get_form_field operation.
|
|
32
|
+
#
|
|
33
|
+
class GetFormFieldRequest
|
|
34
|
+
|
|
35
|
+
# The document name.
|
|
36
|
+
attr_accessor :name
|
|
37
|
+
# Object's index
|
|
38
|
+
attr_accessor :index
|
|
39
|
+
# Original document folder.
|
|
40
|
+
attr_accessor :folder
|
|
41
|
+
# File storage, which have to be used.
|
|
42
|
+
attr_accessor :storage
|
|
43
|
+
# Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
|
|
44
|
+
attr_accessor :load_encoding
|
|
45
|
+
# Password for opening an encrypted document.
|
|
46
|
+
attr_accessor :password
|
|
47
|
+
# Path to node that contains collection of formfields.
|
|
48
|
+
attr_accessor :node_path
|
|
49
|
+
|
|
50
|
+
#
|
|
51
|
+
# Initializes a new instance.
|
|
52
|
+
# @param name The document name.
|
|
53
|
+
# @param index Object's index
|
|
54
|
+
# @param folder Original document folder.
|
|
55
|
+
# @param storage File storage, which have to be used.
|
|
56
|
+
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
|
|
57
|
+
# @param password Password for opening an encrypted document.
|
|
58
|
+
# @param node_path Path to node that contains collection of formfields.
|
|
59
|
+
def initialize(name, index, folder = nil, storage = nil, load_encoding = nil, password = nil, node_path = nil)
|
|
60
|
+
self.name = name
|
|
61
|
+
self.index = index
|
|
62
|
+
self.folder = folder
|
|
63
|
+
self.storage = storage
|
|
64
|
+
self.load_encoding = load_encoding
|
|
65
|
+
self.password = password
|
|
66
|
+
self.node_path = node_path
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
end
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
#
|
|
2
|
+
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
+
# <copyright company="Aspose" file="GetFormFieldsRequest.rb">
|
|
4
|
+
# Copyright (c) 2018 Aspose.Words for Cloud
|
|
5
|
+
# </copyright>
|
|
6
|
+
# <summary>
|
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
# in the Software without restriction, including without limitation the rights
|
|
10
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
# furnished to do so, subject to the following conditions:
|
|
13
|
+
#
|
|
14
|
+
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
+
# copies or substantial portions of the Software.
|
|
16
|
+
#
|
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
+
# SOFTWARE.
|
|
24
|
+
# </summary>
|
|
25
|
+
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
+
#
|
|
27
|
+
|
|
28
|
+
module WordsRubySdk
|
|
29
|
+
|
|
30
|
+
#
|
|
31
|
+
# Request model for get_form_fields operation.
|
|
32
|
+
#
|
|
33
|
+
class GetFormFieldsRequest
|
|
34
|
+
|
|
35
|
+
# The file name.
|
|
36
|
+
attr_accessor :name
|
|
37
|
+
# Original document folder.
|
|
38
|
+
attr_accessor :folder
|
|
39
|
+
# File storage, which have to be used.
|
|
40
|
+
attr_accessor :storage
|
|
41
|
+
# Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
|
|
42
|
+
attr_accessor :load_encoding
|
|
43
|
+
# Password for opening an encrypted document.
|
|
44
|
+
attr_accessor :password
|
|
45
|
+
# Path to node containing collection of form fields.
|
|
46
|
+
attr_accessor :node_path
|
|
47
|
+
|
|
48
|
+
#
|
|
49
|
+
# Initializes a new instance.
|
|
50
|
+
# @param name The file name.
|
|
51
|
+
# @param folder Original document folder.
|
|
52
|
+
# @param storage File storage, which have to be used.
|
|
53
|
+
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
|
|
54
|
+
# @param password Password for opening an encrypted document.
|
|
55
|
+
# @param node_path Path to node containing collection of form fields.
|
|
56
|
+
def initialize(name, folder = nil, storage = nil, load_encoding = nil, password = nil, node_path = nil)
|
|
57
|
+
self.name = name
|
|
58
|
+
self.folder = folder
|
|
59
|
+
self.storage = storage
|
|
60
|
+
self.load_encoding = load_encoding
|
|
61
|
+
self.password = password
|
|
62
|
+
self.node_path = node_path
|
|
63
|
+
end
|
|
64
|
+
end
|
|
65
|
+
end
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
#
|
|
2
|
+
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
+
# <copyright company="Aspose" file="GetHeaderFooterOfSectionRequest.rb">
|
|
4
|
+
# Copyright (c) 2018 Aspose.Words for Cloud
|
|
5
|
+
# </copyright>
|
|
6
|
+
# <summary>
|
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
# in the Software without restriction, including without limitation the rights
|
|
10
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
# furnished to do so, subject to the following conditions:
|
|
13
|
+
#
|
|
14
|
+
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
+
# copies or substantial portions of the Software.
|
|
16
|
+
#
|
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
+
# SOFTWARE.
|
|
24
|
+
# </summary>
|
|
25
|
+
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
+
#
|
|
27
|
+
|
|
28
|
+
module WordsRubySdk
|
|
29
|
+
|
|
30
|
+
#
|
|
31
|
+
# Request model for get_header_footer_of_section operation.
|
|
32
|
+
#
|
|
33
|
+
class GetHeaderFooterOfSectionRequest
|
|
34
|
+
|
|
35
|
+
# The document name.
|
|
36
|
+
attr_accessor :name
|
|
37
|
+
# Header/footer index.
|
|
38
|
+
attr_accessor :header_footer_index
|
|
39
|
+
# Section index.
|
|
40
|
+
attr_accessor :section_index
|
|
41
|
+
# Original document folder.
|
|
42
|
+
attr_accessor :folder
|
|
43
|
+
# File storage, which have to be used.
|
|
44
|
+
attr_accessor :storage
|
|
45
|
+
# Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
|
|
46
|
+
attr_accessor :load_encoding
|
|
47
|
+
# Password for opening an encrypted document.
|
|
48
|
+
attr_accessor :password
|
|
49
|
+
# List of types of headers and footers.
|
|
50
|
+
attr_accessor :filter_by_type
|
|
51
|
+
|
|
52
|
+
#
|
|
53
|
+
# Initializes a new instance.
|
|
54
|
+
# @param name The document name.
|
|
55
|
+
# @param header_footer_index Header/footer index.
|
|
56
|
+
# @param section_index Section index.
|
|
57
|
+
# @param folder Original document folder.
|
|
58
|
+
# @param storage File storage, which have to be used.
|
|
59
|
+
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
|
|
60
|
+
# @param password Password for opening an encrypted document.
|
|
61
|
+
# @param filter_by_type List of types of headers and footers.
|
|
62
|
+
def initialize(name, header_footer_index, section_index, folder = nil, storage = nil, load_encoding = nil, password = nil, filter_by_type = nil)
|
|
63
|
+
self.name = name
|
|
64
|
+
self.header_footer_index = header_footer_index
|
|
65
|
+
self.section_index = section_index
|
|
66
|
+
self.folder = folder
|
|
67
|
+
self.storage = storage
|
|
68
|
+
self.load_encoding = load_encoding
|
|
69
|
+
self.password = password
|
|
70
|
+
self.filter_by_type = filter_by_type
|
|
71
|
+
end
|
|
72
|
+
end
|
|
73
|
+
end
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
#
|
|
2
|
+
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
+
# <copyright company="Aspose" file="GetHeaderFooterRequest.rb">
|
|
4
|
+
# Copyright (c) 2018 Aspose.Words for Cloud
|
|
5
|
+
# </copyright>
|
|
6
|
+
# <summary>
|
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
# in the Software without restriction, including without limitation the rights
|
|
10
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
# furnished to do so, subject to the following conditions:
|
|
13
|
+
#
|
|
14
|
+
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
+
# copies or substantial portions of the Software.
|
|
16
|
+
#
|
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
+
# SOFTWARE.
|
|
24
|
+
# </summary>
|
|
25
|
+
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
+
#
|
|
27
|
+
|
|
28
|
+
module WordsRubySdk
|
|
29
|
+
|
|
30
|
+
#
|
|
31
|
+
# Request model for get_header_footer operation.
|
|
32
|
+
#
|
|
33
|
+
class GetHeaderFooterRequest
|
|
34
|
+
|
|
35
|
+
# The document name.
|
|
36
|
+
attr_accessor :name
|
|
37
|
+
# Header/footer index.
|
|
38
|
+
attr_accessor :header_footer_index
|
|
39
|
+
# Original document folder.
|
|
40
|
+
attr_accessor :folder
|
|
41
|
+
# File storage, which have to be used.
|
|
42
|
+
attr_accessor :storage
|
|
43
|
+
# Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
|
|
44
|
+
attr_accessor :load_encoding
|
|
45
|
+
# Password for opening an encrypted document.
|
|
46
|
+
attr_accessor :password
|
|
47
|
+
# List of types of headers and footers.
|
|
48
|
+
attr_accessor :filter_by_type
|
|
49
|
+
|
|
50
|
+
#
|
|
51
|
+
# Initializes a new instance.
|
|
52
|
+
# @param name The document name.
|
|
53
|
+
# @param header_footer_index Header/footer index.
|
|
54
|
+
# @param folder Original document folder.
|
|
55
|
+
# @param storage File storage, which have to be used.
|
|
56
|
+
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
|
|
57
|
+
# @param password Password for opening an encrypted document.
|
|
58
|
+
# @param filter_by_type List of types of headers and footers.
|
|
59
|
+
def initialize(name, header_footer_index, folder = nil, storage = nil, load_encoding = nil, password = nil, filter_by_type = nil)
|
|
60
|
+
self.name = name
|
|
61
|
+
self.header_footer_index = header_footer_index
|
|
62
|
+
self.folder = folder
|
|
63
|
+
self.storage = storage
|
|
64
|
+
self.load_encoding = load_encoding
|
|
65
|
+
self.password = password
|
|
66
|
+
self.filter_by_type = filter_by_type
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
end
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
#
|
|
2
|
+
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
+
# <copyright company="Aspose" file="GetHeaderFootersRequest.rb">
|
|
4
|
+
# Copyright (c) 2018 Aspose.Words for Cloud
|
|
5
|
+
# </copyright>
|
|
6
|
+
# <summary>
|
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
# in the Software without restriction, including without limitation the rights
|
|
10
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
# furnished to do so, subject to the following conditions:
|
|
13
|
+
#
|
|
14
|
+
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
+
# copies or substantial portions of the Software.
|
|
16
|
+
#
|
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
+
# SOFTWARE.
|
|
24
|
+
# </summary>
|
|
25
|
+
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
+
#
|
|
27
|
+
|
|
28
|
+
module WordsRubySdk
|
|
29
|
+
|
|
30
|
+
#
|
|
31
|
+
# Request model for get_header_footers operation.
|
|
32
|
+
#
|
|
33
|
+
class GetHeaderFootersRequest
|
|
34
|
+
|
|
35
|
+
# The document name.
|
|
36
|
+
attr_accessor :name
|
|
37
|
+
# Original document folder.
|
|
38
|
+
attr_accessor :folder
|
|
39
|
+
# File storage, which have to be used.
|
|
40
|
+
attr_accessor :storage
|
|
41
|
+
# Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
|
|
42
|
+
attr_accessor :load_encoding
|
|
43
|
+
# Password for opening an encrypted document.
|
|
44
|
+
attr_accessor :password
|
|
45
|
+
# Path to parent section.
|
|
46
|
+
attr_accessor :section_path
|
|
47
|
+
# List of types of headers and footers.
|
|
48
|
+
attr_accessor :filter_by_type
|
|
49
|
+
|
|
50
|
+
#
|
|
51
|
+
# Initializes a new instance.
|
|
52
|
+
# @param name The document name.
|
|
53
|
+
# @param folder Original document folder.
|
|
54
|
+
# @param storage File storage, which have to be used.
|
|
55
|
+
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
|
|
56
|
+
# @param password Password for opening an encrypted document.
|
|
57
|
+
# @param section_path Path to parent section.
|
|
58
|
+
# @param filter_by_type List of types of headers and footers.
|
|
59
|
+
def initialize(name, folder = nil, storage = nil, load_encoding = nil, password = nil, section_path = nil, filter_by_type = nil)
|
|
60
|
+
self.name = name
|
|
61
|
+
self.folder = folder
|
|
62
|
+
self.storage = storage
|
|
63
|
+
self.load_encoding = load_encoding
|
|
64
|
+
self.password = password
|
|
65
|
+
self.section_path = section_path
|
|
66
|
+
self.filter_by_type = filter_by_type
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
end
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
#
|
|
2
|
+
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
+
# <copyright company="Aspose" file="GetOfficeMathObjectRequest.rb">
|
|
4
|
+
# Copyright (c) 2018 Aspose.Words for Cloud
|
|
5
|
+
# </copyright>
|
|
6
|
+
# <summary>
|
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
# in the Software without restriction, including without limitation the rights
|
|
10
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
# furnished to do so, subject to the following conditions:
|
|
13
|
+
#
|
|
14
|
+
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
+
# copies or substantial portions of the Software.
|
|
16
|
+
#
|
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
+
# SOFTWARE.
|
|
24
|
+
# </summary>
|
|
25
|
+
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
+
#
|
|
27
|
+
|
|
28
|
+
module WordsRubySdk
|
|
29
|
+
|
|
30
|
+
#
|
|
31
|
+
# Request model for get_office_math_object operation.
|
|
32
|
+
#
|
|
33
|
+
class GetOfficeMathObjectRequest
|
|
34
|
+
|
|
35
|
+
# The document name.
|
|
36
|
+
attr_accessor :name
|
|
37
|
+
# Object's index
|
|
38
|
+
attr_accessor :index
|
|
39
|
+
# Original document folder.
|
|
40
|
+
attr_accessor :folder
|
|
41
|
+
# File storage, which have to be used.
|
|
42
|
+
attr_accessor :storage
|
|
43
|
+
# Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
|
|
44
|
+
attr_accessor :load_encoding
|
|
45
|
+
# Password for opening an encrypted document.
|
|
46
|
+
attr_accessor :password
|
|
47
|
+
# Path to node, which contains collection of OfficeMath objects.
|
|
48
|
+
attr_accessor :node_path
|
|
49
|
+
|
|
50
|
+
#
|
|
51
|
+
# Initializes a new instance.
|
|
52
|
+
# @param name The document name.
|
|
53
|
+
# @param index Object's index
|
|
54
|
+
# @param folder Original document folder.
|
|
55
|
+
# @param storage File storage, which have to be used.
|
|
56
|
+
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
|
|
57
|
+
# @param password Password for opening an encrypted document.
|
|
58
|
+
# @param node_path Path to node, which contains collection of OfficeMath objects.
|
|
59
|
+
def initialize(name, index, folder = nil, storage = nil, load_encoding = nil, password = nil, node_path = nil)
|
|
60
|
+
self.name = name
|
|
61
|
+
self.index = index
|
|
62
|
+
self.folder = folder
|
|
63
|
+
self.storage = storage
|
|
64
|
+
self.load_encoding = load_encoding
|
|
65
|
+
self.password = password
|
|
66
|
+
self.node_path = node_path
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
end
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
#
|
|
2
|
+
# --------------------------------------------------------------------------------------------------------------------
|
|
3
|
+
# <copyright company="Aspose" file="GetOfficeMathObjectsRequest.rb">
|
|
4
|
+
# Copyright (c) 2018 Aspose.Words for Cloud
|
|
5
|
+
# </copyright>
|
|
6
|
+
# <summary>
|
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
# of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
# in the Software without restriction, including without limitation the rights
|
|
10
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
# copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
# furnished to do so, subject to the following conditions:
|
|
13
|
+
#
|
|
14
|
+
# The above copyright notice and this permission notice shall be included in all
|
|
15
|
+
# copies or substantial portions of the Software.
|
|
16
|
+
#
|
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
+
# SOFTWARE.
|
|
24
|
+
# </summary>
|
|
25
|
+
# --------------------------------------------------------------------------------------------------------------------
|
|
26
|
+
#
|
|
27
|
+
|
|
28
|
+
module WordsRubySdk
|
|
29
|
+
|
|
30
|
+
#
|
|
31
|
+
# Request model for get_office_math_objects operation.
|
|
32
|
+
#
|
|
33
|
+
class GetOfficeMathObjectsRequest
|
|
34
|
+
|
|
35
|
+
# The file name.
|
|
36
|
+
attr_accessor :name
|
|
37
|
+
# Original document folder.
|
|
38
|
+
attr_accessor :folder
|
|
39
|
+
# File storage, which have to be used.
|
|
40
|
+
attr_accessor :storage
|
|
41
|
+
# Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
|
|
42
|
+
attr_accessor :load_encoding
|
|
43
|
+
# Password for opening an encrypted document.
|
|
44
|
+
attr_accessor :password
|
|
45
|
+
# Path to node, which contains collection of OfficeMath objects.
|
|
46
|
+
attr_accessor :node_path
|
|
47
|
+
|
|
48
|
+
#
|
|
49
|
+
# Initializes a new instance.
|
|
50
|
+
# @param name The file name.
|
|
51
|
+
# @param folder Original document folder.
|
|
52
|
+
# @param storage File storage, which have to be used.
|
|
53
|
+
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
|
|
54
|
+
# @param password Password for opening an encrypted document.
|
|
55
|
+
# @param node_path Path to node, which contains collection of OfficeMath objects.
|
|
56
|
+
def initialize(name, folder = nil, storage = nil, load_encoding = nil, password = nil, node_path = nil)
|
|
57
|
+
self.name = name
|
|
58
|
+
self.folder = folder
|
|
59
|
+
self.storage = storage
|
|
60
|
+
self.load_encoding = load_encoding
|
|
61
|
+
self.password = password
|
|
62
|
+
self.node_path = node_path
|
|
63
|
+
end
|
|
64
|
+
end
|
|
65
|
+
end
|