type ExtLst struct {
dml.CT_OfficeArtExtensionList
}
func NewExtLst() *ExtLst
func (m *ExtLst) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *ExtLst) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *ExtLst) Validate() error
Validate validates the ExtLst and its children
func (m *ExtLst) ValidateWithPath(path string) error
ValidateWithPath validates the ExtLst and its children, prefixing error messages with path
type Style struct {
dml.CT_ShapeStyle
}
func NewStyle() *Style
func (m *Style) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *Style) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *Style) Validate() error
Validate validates the Style and its children
func (m *Style) ValidateWithPath(path string) error
ValidateWithPath validates the Style and its children, prefixing error messages with path