type CT_BackgroundBlurProperties struct {
ExtLst *dml.CT_OfficeArtExtensionList
}
func NewCT_BackgroundBlurProperties() *CT_BackgroundBlurProperties
func (m *CT_BackgroundBlurProperties) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_BackgroundBlurProperties) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_BackgroundBlurProperties) Validate() error
Validate validates the CT_BackgroundBlurProperties and its children
func (m *CT_BackgroundBlurProperties) ValidateWithPath(path string) error
ValidateWithPath validates the CT_BackgroundBlurProperties and its children, prefixing error messages with path
type CT_BackgroundCustomProperties struct {
ExtLst *dml.CT_OfficeArtExtensionList
}
func NewCT_BackgroundCustomProperties() *CT_BackgroundCustomProperties
func (m *CT_BackgroundCustomProperties) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_BackgroundCustomProperties) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_BackgroundCustomProperties) Validate() error
Validate validates the CT_BackgroundCustomProperties and its children
func (m *CT_BackgroundCustomProperties) ValidateWithPath(path string) error
ValidateWithPath validates the CT_BackgroundCustomProperties and its children, prefixing error messages with path
type CT_BackgroundNormalProperties struct {
ExtLst *dml.CT_OfficeArtExtensionList
}
func NewCT_BackgroundNormalProperties() *CT_BackgroundNormalProperties
func (m *CT_BackgroundNormalProperties) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_BackgroundNormalProperties) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_BackgroundNormalProperties) Validate() error
Validate validates the CT_BackgroundNormalProperties and its children
func (m *CT_BackgroundNormalProperties) ValidateWithPath(path string) error
ValidateWithPath validates the CT_BackgroundNormalProperties and its children, prefixing error messages with path
type CT_BackgroundRemovedProperties struct {
ExtLst *dml.CT_OfficeArtExtensionList
}
func NewCT_BackgroundRemovedProperties() *CT_BackgroundRemovedProperties
func (m *CT_BackgroundRemovedProperties) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_BackgroundRemovedProperties) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_BackgroundRemovedProperties) Validate() error
Validate validates the CT_BackgroundRemovedProperties and its children
func (m *CT_BackgroundRemovedProperties) ValidateWithPath(path string) error
ValidateWithPath validates the CT_BackgroundRemovedProperties and its children, prefixing error messages with path
type CT_LiveFeedBackgroundProperties struct {
LiveFeedBackgroundsChoice *EG_LiveFeedBackgroundsChoice
ExtLst *dml.CT_OfficeArtExtensionList
}
func NewCT_LiveFeedBackgroundProperties() *CT_LiveFeedBackgroundProperties
func (m *CT_LiveFeedBackgroundProperties) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_LiveFeedBackgroundProperties) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_LiveFeedBackgroundProperties) Validate() error
Validate validates the CT_LiveFeedBackgroundProperties and its children
func (m *CT_LiveFeedBackgroundProperties) ValidateWithPath(path string) error
ValidateWithPath validates the CT_LiveFeedBackgroundProperties and its children, prefixing error messages with path
type CT_LiveFeedProperties struct {
BackgroundProps *CT_LiveFeedBackgroundProperties
ExtLst *dml.CT_OfficeArtExtensionList
}
func NewCT_LiveFeedProperties() *CT_LiveFeedProperties
func (m *CT_LiveFeedProperties) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_LiveFeedProperties) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_LiveFeedProperties) Validate() error
Validate validates the CT_LiveFeedProperties and its children
func (m *CT_LiveFeedProperties) ValidateWithPath(path string) error
ValidateWithPath validates the CT_LiveFeedProperties and its children, prefixing error messages with path
type EG_LiveFeedBackgrounds struct {
LiveFeedBackgroundsChoice *EG_LiveFeedBackgroundsChoice
}
func NewEG_LiveFeedBackgrounds() *EG_LiveFeedBackgrounds
func (m *EG_LiveFeedBackgrounds) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *EG_LiveFeedBackgrounds) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *EG_LiveFeedBackgrounds) Validate() error
Validate validates the EG_LiveFeedBackgrounds and its children
func (m *EG_LiveFeedBackgrounds) ValidateWithPath(path string) error
ValidateWithPath validates the EG_LiveFeedBackgrounds and its children, prefixing error messages with path
type EG_LiveFeedBackgroundsChoice struct {
Normal *CT_BackgroundNormalProperties
Removed *CT_BackgroundRemovedProperties
Blur *CT_BackgroundBlurProperties
Custom *CT_BackgroundCustomProperties
}
func NewEG_LiveFeedBackgroundsChoice() *EG_LiveFeedBackgroundsChoice
func (m *EG_LiveFeedBackgroundsChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *EG_LiveFeedBackgroundsChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *EG_LiveFeedBackgroundsChoice) Validate() error
Validate validates the EG_LiveFeedBackgroundsChoice and its children
func (m *EG_LiveFeedBackgroundsChoice) ValidateWithPath(path string) error
ValidateWithPath validates the EG_LiveFeedBackgroundsChoice and its children, prefixing error messages with path
type LiveFeedProps struct {
CT_LiveFeedProperties
}
func NewLiveFeedProps() *LiveFeedProps
func (m *LiveFeedProps) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *LiveFeedProps) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *LiveFeedProps) Validate() error
Validate validates the LiveFeedProps and its children
func (m *LiveFeedProps) ValidateWithPath(path string) error
ValidateWithPath validates the LiveFeedProps and its children, prefixing error messages with path