type CT_ThemeFamily struct {
NameAttr string
IdAttr string
VidAttr string
ExtLst *dml.CT_OfficeArtExtensionList
}
func NewCT_ThemeFamily() *CT_ThemeFamily
func (m *CT_ThemeFamily) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ThemeFamily) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ThemeFamily) Validate() error
Validate validates the CT_ThemeFamily and its children
func (m *CT_ThemeFamily) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ThemeFamily and its children, prefixing error messages with path
type ThemeFamily struct {
CT_ThemeFamily
}
func NewThemeFamily() *ThemeFamily
func (m *ThemeFamily) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *ThemeFamily) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *ThemeFamily) Validate() error
Validate validates the ThemeFamily and its children
func (m *ThemeFamily) ValidateWithPath(path string) error
ValidateWithPath validates the ThemeFamily and its children, prefixing error messages with path