...

Package diagram

Overview ▾

type CNvPr

type CNvPr struct {
    dml.CT_NonVisualDrawingProps
}

func NewCNvPr

func NewCNvPr() *CNvPr

func (*CNvPr) MarshalXML

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

func (*CNvPr) UnmarshalXML

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

func (*CNvPr) Validate

func (m *CNvPr) Validate() error

Validate validates the CNvPr and its children

func (*CNvPr) ValidateWithPath

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

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

type CT_Boolean

type CT_Boolean struct {
    ValAttr *bool
}

func NewCT_Boolean

func NewCT_Boolean() *CT_Boolean

func (*CT_Boolean) MarshalXML

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

func (*CT_Boolean) UnmarshalXML

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

func (*CT_Boolean) Validate

func (m *CT_Boolean) Validate() error

Validate validates the CT_Boolean and its children

func (*CT_Boolean) ValidateWithPath

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

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

type RecolorImg

type RecolorImg struct {
    CT_Boolean
}

func NewRecolorImg

func NewRecolorImg() *RecolorImg

func (*RecolorImg) MarshalXML

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

func (*RecolorImg) UnmarshalXML

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

func (*RecolorImg) Validate

func (m *RecolorImg) Validate() error

Validate validates the RecolorImg and its children

func (*RecolorImg) ValidateWithPath

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

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