This is no longer kept up to date and will be removed in the future.

interface DocumentStylekit {
    characterStyles: CharacterStyle[];
    colors: DocumentColor[];
    paragraphStyles: ParagraphStyle[];
}

Properties

characterStyles: CharacterStyle[]
colors: DocumentColor[]
paragraphStyles: ParagraphStyle[]