Defines inline character style properties applied by inline style rules.

Every property is optional. If a property is left undefined, it is not overridden by the rule.

interface StructuredTextInlineStyleDefinition {
    lineThrough?: boolean;
    subSuperScript?: Scripting;
    underline?: boolean;
}

Properties

lineThrough?: boolean
subSuperScript?: Scripting
underline?: boolean