Interface: UpdatedTextBlock

UpdatedTextBlock

Describes the properties used to update a text block.

This is a partial text block that contains the id of the text block and the new text. It is used to update the text block in the document.

Members




Members

(nullable) anchor: object

The anchor point of the text block.

Type:
  • object
Properties:
Name Type Attributes Description
x number <nullable>

The x coordinate of the anchor point.

y number <nullable>

The y coordinate of the anchor point.

id: string

required

Unique identifier for the text block.

Type:
  • string

(nullable) maxWidth: number

The maximum width of the text block.

Type:
  • number

(nullable) text: string

The new text content of the text block.

Type:
  • string

See also