# CloudmersiveConvertApiClient.DocxTableTableFillRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**inputFileUrl** | **String** | Optional; Input URL of the document; use BeginEditing to create this | [optional] 
**inputFileData** | **Blob** | Optional; Input Word Document file content for the operation | [optional] 
**tableStartTag** | **String** | Start tag that delineates the beginning of the table | [optional] 
**tableEndTag** | **String** | End tag that delineates the end of the table | [optional] 
**dataToFillIn** | [**[DocxTableTableFillTableRow]**](DocxTableTableFillTableRow.md) | Data set to populate the table with | [optional] 


