Text places let you insert a specific string at a location in the document.
You can position Text Places inside a document using either fixed positions or placeholders.
For example, this sets the value Lorem Ipsum Ltd
for the place with key company_name
.
Specifies the type of place.
For a text place, the value must be text
.
A user-provided key that identifies a place within a document.
It must be up to 32 characters long, using only lowercase letters, numbers, or underscores, and it must begin with a letter.
The text content.
The font size in points. Default is 12.
The font color in hexadecimal notation. Default is #000000
(black).