...

Package thememl

Overview ▾

type CT_ThemeFamily

type CT_ThemeFamily struct {
    NameAttr string
    IdAttr   string
    VidAttr  string
    ExtLst   *dml.CT_OfficeArtExtensionList
}

func NewCT_ThemeFamily

func NewCT_ThemeFamily() *CT_ThemeFamily

func (*CT_ThemeFamily) MarshalXML

func (m *CT_ThemeFamily) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*CT_ThemeFamily) UnmarshalXML

func (m *CT_ThemeFamily) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*CT_ThemeFamily) Validate

func (m *CT_ThemeFamily) Validate() error

Validate validates the CT_ThemeFamily and its children

func (*CT_ThemeFamily) ValidateWithPath

func (m *CT_ThemeFamily) ValidateWithPath(path string) error

ValidateWithPath validates the CT_ThemeFamily and its children, prefixing error messages with path

type ThemeFamily

type ThemeFamily struct {
    CT_ThemeFamily
}

func NewThemeFamily

func NewThemeFamily() *ThemeFamily

func (*ThemeFamily) MarshalXML

func (m *ThemeFamily) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*ThemeFamily) UnmarshalXML

func (m *ThemeFamily) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*ThemeFamily) Validate

func (m *ThemeFamily) Validate() error

Validate validates the ThemeFamily and its children

func (*ThemeFamily) ValidateWithPath

func (m *ThemeFamily) ValidateWithPath(path string) error

ValidateWithPath validates the ThemeFamily and its children, prefixing error messages with path