Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface IPublicationStyleTextAlignmentOptions

    Options for overriding the text alignment in a publication.

    interface IPublicationStyleTextAlignmentOptions {
        defaultAlignment: TextAlignment;
        preserved: TextAlignment[];
    }

    Properties

    defaultAlignment: TextAlignment

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

    preserved: TextAlignment[]

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