Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 718 Bytes

File metadata and controls

14 lines (10 loc) · 718 Bytes

TextReplaceListRequest

Multiple text replacements request.

Properties

Name Type Description Notes
text_replaces list[TextReplace] A list of text replacement settings.
default_font str Name of font to use if requested font is not embedded into document. [optional]
start_index int The index of first match to be replaced. [optional]
count_replace int The number of matches to be replaced. [optional]

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