Sha256: 7e38aca8f6ebcc5a54aed2419b65c42b6bd9a9307bd4c0da8837d5a0c7844968
Contents?: true
Size: 990 Bytes
Versions: 46
Compression:
Stored size: 990 Bytes
Contents
# CloudmersiveConvertApiClient::UpdateDocxTableCellRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **input_file_bytes** | **String** | Optional: Bytes of the input file to operate on | [optional] **input_file_url** | **String** | Optional: URL of a file to operate on as input. This can be a public URL, or you can also use the begin-editing API to upload a document and pass in the secure URL result from that operation as the URL here (this URL is not public). | [optional] **cell_to_update** | [**DocxTableCell**](DocxTableCell.md) | Table cell contents you would like to update the cell with | [optional] **table_row_index** | **Integer** | 0-based index of the Table Row to update | [optional] **table_cell_index** | **Integer** | 0-based index of the Table Cell (within the row) to update | [optional] **existing_table_path** | **String** | Required; the path to the existing table to modify | [optional]
Version data entries
46 entries across 46 versions & 1 rubygems