type CT_WebVideoPr struct {
EmbeddedHtmlAttr *string
HAttr *uint32
WAttr *uint32
}
func NewCT_WebVideoPr() *CT_WebVideoPr
func (m *CT_WebVideoPr) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_WebVideoPr) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_WebVideoPr) Validate() error
Validate validates the CT_WebVideoPr and its children
func (m *CT_WebVideoPr) ValidateWithPath(path string) error
ValidateWithPath validates the CT_WebVideoPr and its children, prefixing error messages with path
type WebVideoPr struct {
CT_WebVideoPr
}
func NewWebVideoPr() *WebVideoPr
func (m *WebVideoPr) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *WebVideoPr) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *WebVideoPr) Validate() error
Validate validates the WebVideoPr and its children
func (m *WebVideoPr) ValidateWithPath(path string) error
ValidateWithPath validates the WebVideoPr and its children, prefixing error messages with path