Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 980 Bytes

SubFormFieldsPerDocumentHyperlink.md

File metadata and controls

15 lines (11 loc) · 980 Bytes

SubFormFieldsPerDocumentHyperlink

This class extends SubFormFieldsPerDocumentBase.

Properties

Name Type Description Notes
type*required str A hyperlink field. Use the SubFormFieldsPerDocumentHyperlink class. [default to 'hyperlink']
content*required str Link Text.
content_url*required str Link URL.
font_family str Font family for the field.
font_size int The initial px font size for the field contents. Can be any integer value between 7 and 49.

NOTE: Font size may be reduced during processing in order to fit the contents within the dimensions of the field.
[default to 12]

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