Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DocumentBackgroundAttributes

Hierarchy

  • XmlAttributeComponent<{ color: string; themeColor?: undefined | string; themeShade?: undefined | string; themeTint?: undefined | string }>
    • DocumentBackgroundAttributes

Index

Constructors

Accessors

Methods

Constructors

constructor

  • new DocumentBackgroundAttributes(properties: { color: string; themeColor?: undefined | string; themeShade?: undefined | string; themeTint?: undefined | string }): DocumentBackgroundAttributes

Accessors

IsDeleted

  • get IsDeleted(): boolean

Methods

prepForXml

set

  • set(properties: { color: string; themeColor?: undefined | string; themeShade?: undefined | string; themeTint?: undefined | string }): void
  • Parameters

    • properties: { color: string; themeColor?: undefined | string; themeShade?: undefined | string; themeTint?: undefined | string }
      • color: string
      • Optional themeColor?: undefined | string
      • Optional themeShade?: undefined | string
      • Optional themeTint?: undefined | string

    Returns void

Generated using TypeDoc