WebIDLpedia

TextFormat interface

Definition

EditContext API defines TextFormat



[Exposed=Window]
interface TextFormat {
    constructor(optional TextFormatInit options = {});
    readonly attribute unsigned long rangeStart;
    readonly attribute unsigned long rangeEnd;
    readonly attribute UnderlineStyle underlineStyle;
    readonly attribute UnderlineThickness underlineThickness;
};

Methods and attributes that return objects implementing TextFormat

Referring IDL interfaces/dictionaries