getSize

fun getSize(forUndo: Boolean): Numeric?

Returns the size value for undo or redo operations.

Return

The text block size, or null if size was unchanged.

Parameters

forUndo

If true, returns the old size (for undo); if false, returns the new size (for redo).