type LstStyle struct {
dml.CT_TextListStyle
}
func NewLstStyle() *LstStyle
func (m *LstStyle) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *LstStyle) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *LstStyle) Validate() error
Validate validates the LstStyle and its children
func (m *LstStyle) ValidateWithPath(path string) error
ValidateWithPath validates the LstStyle and its children, prefixing error messages with path
type SpPr struct {
dml.CT_ShapeProperties
}
func NewSpPr() *SpPr
func (m *SpPr) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *SpPr) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *SpPr) Validate() error
Validate validates the SpPr and its children
func (m *SpPr) ValidateWithPath(path string) error
ValidateWithPath validates the SpPr and its children, prefixing error messages with path