type CT_EmbeddedAnimation struct {
AnimIdAttr uint32
AnimPr *animation.CT_AnimationProperties
ExtLst *dml.CT_OfficeArtExtensionList
}
func NewCT_EmbeddedAnimation() *CT_EmbeddedAnimation
func (m *CT_EmbeddedAnimation) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_EmbeddedAnimation) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_EmbeddedAnimation) Validate() error
Validate validates the CT_EmbeddedAnimation and its children
func (m *CT_EmbeddedAnimation) ValidateWithPath(path string) error
ValidateWithPath validates the CT_EmbeddedAnimation and its children, prefixing error messages with path
type CT_PosterFrame struct {
AnimIdAttr uint32
FrameAttr *dml.ST_PositiveFixedPercentage
}
func NewCT_PosterFrame() *CT_PosterFrame
func (m *CT_PosterFrame) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_PosterFrame) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_PosterFrame) Validate() error
Validate validates the CT_PosterFrame and its children
func (m *CT_PosterFrame) ValidateWithPath(path string) error
ValidateWithPath validates the CT_PosterFrame and its children, prefixing error messages with path
type EmbedAnim struct {
CT_EmbeddedAnimation
}
func NewEmbedAnim() *EmbedAnim
func (m *EmbedAnim) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *EmbedAnim) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *EmbedAnim) Validate() error
Validate validates the EmbedAnim and its children
func (m *EmbedAnim) ValidateWithPath(path string) error
ValidateWithPath validates the EmbedAnim and its children, prefixing error messages with path
type PosterFrame struct {
CT_PosterFrame
}
func NewPosterFrame() *PosterFrame
func (m *PosterFrame) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *PosterFrame) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *PosterFrame) Validate() error
Validate validates the PosterFrame and its children
func (m *PosterFrame) ValidateWithPath(path string) error
ValidateWithPath validates the PosterFrame and its children, prefixing error messages with path