docx
    Preparing search index...

    Type Alias IDocumentBackgroundOptions

    Options for creating a document background.

    type IDocumentBackgroundOptions = {
        color?: string;
        themeColor?: string;
        themeShade?: string;
        themeTint?: string;
    }
    Index

    Properties

    color?: string

    Background color in hex format (e.g., "FF0000" for red)

    themeColor?: string

    Theme color name (e.g., "accent1", "dark1")

    themeShade?: string

    Theme shade value (darkens the theme color)

    themeTint?: string

    Theme tint value (lightens the theme color)