interface SelectedTextStyle {
    alignToBaseLine?: boolean;
    baselineShiftValue?: string;
    characterStyleId?: string;
    color?: DisplayColor;
    copyfittingScale?: number;
    fontKey?: string;
    fontSize?: number;
    hasLocalFormatting: boolean;
    kerningOn?: boolean;
    lineHeight?: number;
    lineThrough?: boolean;
    paragraphIndentEnd?: string;
    paragraphIndentStart?: string;
    paragraphSpaceAfter?: string;
    paragraphSpaceBefore?: string;
    paragraphStyleId?: string;
    subSuperScript?: Scripting;
    textAlign?: HorizontalAlign;
    textAlignLast?: HorizontalAlign;
    textIndent?: string;
    textOverprint?: boolean;
    trackingLeft?: number;
    trackingRight?: number;
    typographicCase?: Case;
    underline?: boolean;
    verticalAlign?: VerticalAlign;
}

Properties

alignToBaseLine?: boolean
baselineShiftValue?: string
characterStyleId?: string
color?: DisplayColor
copyfittingScale?: number
fontKey?: string
fontSize?: number
hasLocalFormatting: boolean
kerningOn?: boolean
lineHeight?: number
lineThrough?: boolean
paragraphIndentEnd?: string
paragraphIndentStart?: string
paragraphSpaceAfter?: string
paragraphSpaceBefore?: string
paragraphStyleId?: string
subSuperScript?: Scripting
textAlign?: HorizontalAlign
textAlignLast?: HorizontalAlign
textIndent?: string
textOverprint?: boolean
trackingLeft?: number
trackingRight?: number
typographicCase?: Case
underline?: boolean
verticalAlign?: VerticalAlign