Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 893 Bytes

DocxSetFooterAddPageNumberRequest.md

File metadata and controls

12 lines (8 loc) · 893 Bytes

DocxSetFooterAddPageNumberRequest

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]
prepend_text string Optional: extra text to add before the page number, for example if you want to show "Page 1" then you can set PrependText to "Page" [optional]

[Back to Model list] [Back to API list] [Back to README]