HomeUniDoc
...

Package powerpoint

Overview ▾

type CT_Empty

type CT_Empty struct {
}

func NewCT_Empty

func NewCT_Empty() *CT_Empty

func (*CT_Empty) MarshalXML

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

func (*CT_Empty) UnmarshalXML

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

func (*CT_Empty) Validate

func (m *CT_Empty) Validate() error

Validate validates the CT_Empty and its children

func (*CT_Empty) ValidateWithPath

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

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

type CT_Rel

type CT_Rel struct {
    IdAttr *string
}

func NewCT_Rel

func NewCT_Rel() *CT_Rel

func (*CT_Rel) MarshalXML

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

func (*CT_Rel) UnmarshalXML

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

func (*CT_Rel) Validate

func (m *CT_Rel) Validate() error

Validate validates the CT_Rel and its children

func (*CT_Rel) ValidateWithPath

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

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

type Iscomment

type Iscomment struct {
    CT_Empty
}

func NewIscomment

func NewIscomment() *Iscomment

func (*Iscomment) MarshalXML

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

func (*Iscomment) UnmarshalXML

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

func (*Iscomment) Validate

func (m *Iscomment) Validate() error

Validate validates the Iscomment and its children

func (*Iscomment) ValidateWithPath

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

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

type Textdata

type Textdata struct {
    CT_Rel
}

func NewTextdata

func NewTextdata() *Textdata

func (*Textdata) MarshalXML

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

func (*Textdata) UnmarshalXML

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

func (*Textdata) Validate

func (m *Textdata) Validate() error

Validate validates the Textdata and its children

func (*Textdata) ValidateWithPath

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

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