...

Package picture

Overview ▾

type ExtLst

type ExtLst struct {
    dml.CT_OfficeArtExtensionList
}

func NewExtLst

func NewExtLst() *ExtLst

func (*ExtLst) MarshalXML

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

func (*ExtLst) UnmarshalXML

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

func (*ExtLst) Validate

func (m *ExtLst) Validate() error

Validate validates the ExtLst and its children

func (*ExtLst) ValidateWithPath

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

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

type Style

type Style struct {
    dml.CT_ShapeStyle
}

func NewStyle

func NewStyle() *Style

func (*Style) MarshalXML

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

func (*Style) UnmarshalXML

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

func (*Style) Validate

func (m *Style) Validate() error

Validate validates the Style and its children

func (*Style) ValidateWithPath

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

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