HomeUniDoc
...

Package SVG

Overview ▾

type CT_SVGBlip

type CT_SVGBlip struct {
    EmbedAttr *string
    LinkAttr  *string
}

func NewCT_SVGBlip

func NewCT_SVGBlip() *CT_SVGBlip

func (*CT_SVGBlip) MarshalXML

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

func (*CT_SVGBlip) UnmarshalXML

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

func (*CT_SVGBlip) Validate

func (m *CT_SVGBlip) Validate() error

Validate validates the CT_SVGBlip and its children

func (*CT_SVGBlip) ValidateWithPath

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

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

type SvgBlip

type SvgBlip struct {
    CT_SVGBlip
}

func NewSvgBlip

func NewSvgBlip() *SvgBlip

func (*SvgBlip) MarshalXML

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

func (*SvgBlip) UnmarshalXML

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

func (*SvgBlip) Validate

func (m *SvgBlip) Validate() error

Validate validates the SvgBlip and its children

func (*SvgBlip) ValidateWithPath

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

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