...

Package diagram

Overview ▾

type LstStyle

type LstStyle struct {
    dml.CT_TextListStyle
}

func NewLstStyle

func NewLstStyle() *LstStyle

func (*LstStyle) MarshalXML

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

func (*LstStyle) UnmarshalXML

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

func (*LstStyle) Validate

func (m *LstStyle) Validate() error

Validate validates the LstStyle and its children

func (*LstStyle) ValidateWithPath

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

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

type SpPr

type SpPr struct {
    dml.CT_ShapeProperties
}

func NewSpPr

func NewSpPr() *SpPr

func (*SpPr) MarshalXML

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

func (*SpPr) UnmarshalXML

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

func (*SpPr) Validate

func (m *SpPr) Validate() error

Validate validates the SpPr and its children

func (*SpPr) ValidateWithPath

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

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