...

Package wordprocessingDrawing

Overview ▾

type CT_WebVideoPr

type CT_WebVideoPr struct {
    EmbeddedHtmlAttr *string
    HAttr            *uint32
    WAttr            *uint32
}

func NewCT_WebVideoPr

func NewCT_WebVideoPr() *CT_WebVideoPr

func (*CT_WebVideoPr) MarshalXML

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

func (*CT_WebVideoPr) UnmarshalXML

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

func (*CT_WebVideoPr) Validate

func (m *CT_WebVideoPr) Validate() error

Validate validates the CT_WebVideoPr and its children

func (*CT_WebVideoPr) ValidateWithPath

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

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

type WebVideoPr

type WebVideoPr struct {
    CT_WebVideoPr
}

func NewWebVideoPr

func NewWebVideoPr() *WebVideoPr

func (*WebVideoPr) MarshalXML

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

func (*WebVideoPr) UnmarshalXML

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

func (*WebVideoPr) Validate

func (m *WebVideoPr) Validate() error

Validate validates the WebVideoPr and its children

func (*WebVideoPr) ValidateWithPath

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

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