docx

    Type Alias IStylesOptions

    type IStylesOptions = {
        characterStyles?: readonly ICharacterStyleOptions[];
        default?: IDefaultStylesOptions;
        importedStyles?: readonly (
            | XmlComponent
            | StyleForParagraph
            | StyleForCharacter
            | ImportedXmlComponent
        )[];
        initialStyles?: BaseXmlComponent;
        paragraphStyles?: readonly IParagraphStyleOptions[];
    }
    Index

    Properties

    characterStyles?: readonly ICharacterStyleOptions[]
    default?: IDefaultStylesOptions
    importedStyles?: readonly (
        | XmlComponent
        | StyleForParagraph
        | StyleForCharacter
        | ImportedXmlComponent
    )[]
    initialStyles?: BaseXmlComponent
    paragraphStyles?: readonly IParagraphStyleOptions[]
    MMNEPVFCICPMFPCPTTAAATR