Content Editing Text Block Move And Resize Edit
class ContentEditingTextBlockMoveAndResizeEdit(pageIndex: Int, textBlockId: String, oldAnchor: Vec2? = null, newAnchor: Vec2? = null, oldSize: Numeric? = null, newSize: Numeric? = null) : ContentEditingEdit
Content Editing undo-edit object for text block move/resize operations (mainly from drag & drop).
Parameters
page Index
The zero-based index of the page containing the text block.
text Block Id
The unique identifier of the text block.
old Anchor
The anchor position of the text block before the edit, or null if unchanged.
new Anchor
The anchor position of the text block after the edit, or null if unchanged.
old Size
The size of the text block before the edit, or null if unchanged.
new Size
The size of the text block after the edit, or null if unchanged.