PublicationStyleTextAlignmentOptions

data class PublicationStyleTextAlignmentOptions(val preserved: List<TextAlignment>, val defaultAlignment: TextAlignment)

Options for overriding the text alignment in a publication.

Constructors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

The default text alignment to use for the publication. This value will be used to replace non-preserved text alignment values.

Link copied to clipboard

A list of text alignment values that are preserved in the publication.