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