ContentEditingTextBlockLineSpacingEdit

constructor(pageIndex: Int, textBlockId: String, oldLineSpacing: Float?, newLineSpacing: Float?)

Parameters

pageIndex

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

textBlockId

The unique identifier of the text block.

oldLineSpacing

The line spacing value before the edit, or null if not set.

newLineSpacing

The line spacing value after the edit, or null if not set.