ContentEditingTextBlockAlignmentEdit

class ContentEditingTextBlockAlignmentEdit(pageIndex: Int, textBlockId: String, oldAlignment: Alignment, newAlignment: Alignment) : ContentEditingEdit

Content editing undo-edit for text alignment changes.

Parameters

pageIndex

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

textBlockId

The unique identifier of the text block.

oldAlignment

The alignment of the text block before the edit.

newAlignment

The alignment of the text block after the edit.

Constructors

Link copied to clipboard
constructor(pageIndex: Int, textBlockId: String, oldAlignment: Alignment, newAlignment: Alignment)

Functions

Link copied to clipboard

Returns the alignment value for undo or redo operations.