type CNvPr struct {
dml.CT_NonVisualDrawingProps
}
func NewCNvPr() *CNvPr
func (m *CNvPr) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CNvPr) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CNvPr) Validate() error
Validate validates the CNvPr and its children
func (m *CNvPr) ValidateWithPath(path string) error
ValidateWithPath validates the CNvPr and its children, prefixing error messages with path
type CT_Boolean struct {
ValAttr *bool
}
func NewCT_Boolean() *CT_Boolean
func (m *CT_Boolean) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Boolean) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Boolean) Validate() error
Validate validates the CT_Boolean and its children
func (m *CT_Boolean) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Boolean and its children, prefixing error messages with path
type RecolorImg struct {
CT_Boolean
}
func NewRecolorImg() *RecolorImg
func (m *RecolorImg) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *RecolorImg) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *RecolorImg) Validate() error
Validate validates the RecolorImg and its children
func (m *RecolorImg) ValidateWithPath(path string) error
ValidateWithPath validates the RecolorImg and its children, prefixing error messages with path