type CT_ImageFormula struct {
FormulaAttr *string
}
func NewCT_ImageFormula() *CT_ImageFormula
func (m *CT_ImageFormula) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ImageFormula) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ImageFormula) Validate() error
Validate validates the CT_ImageFormula and its children
func (m *CT_ImageFormula) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ImageFormula and its children, prefixing error messages with path
type ImageFormula struct {
CT_ImageFormula
}
func NewImageFormula() *ImageFormula
func (m *ImageFormula) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *ImageFormula) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *ImageFormula) Validate() error
Validate validates the ImageFormula and its children
func (m *ImageFormula) ValidateWithPath(path string) error
ValidateWithPath validates the ImageFormula and its children, prefixing error messages with path