Content Editing Text Block Line Spacing Edit
class ContentEditingTextBlockLineSpacingEdit(pageIndex: Int, textBlockId: String, oldLineSpacing: Float?, newLineSpacing: Float?) : ContentEditingEdit
Edit representing a change to the line spacing of a text block in content editing mode.
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 Line Spacing
The line spacing value before the edit, or null if not set.
new Line Spacing
The line spacing value after the edit, or null if not set.