ContentEditingTextBlockMoveAndResizeEdit

constructor(pageIndex: Int, textBlockId: String, oldAnchor: Vec2? = null, newAnchor: Vec2? = null, oldSize: Numeric? = null, newSize: Numeric? = null)

Parameters

pageIndex

The zero-based index of the page containing the text block.

textBlockId

The unique identifier of the text block.

oldAnchor

The anchor position of the text block before the edit, or null if unchanged.

newAnchor

The anchor position of the text block after the edit, or null if unchanged.

oldSize

The size of the text block before the edit, or null if unchanged.

newSize

The size of the text block after the edit, or null if unchanged.