type CT_BooleanFalse struct {
ValAttr *bool
}
func NewCT_BooleanFalse() *CT_BooleanFalse
func (m *CT_BooleanFalse) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_BooleanFalse) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_BooleanFalse) Validate() error
Validate validates the CT_BooleanFalse and its children
func (m *CT_BooleanFalse) ValidateWithPath(path string) error
ValidateWithPath validates the CT_BooleanFalse and its children, prefixing error messages with path
type CT_BooleanTrue struct {
ValAttr *bool
}
func NewCT_BooleanTrue() *CT_BooleanTrue
func (m *CT_BooleanTrue) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_BooleanTrue) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_BooleanTrue) Validate() error
Validate validates the CT_BooleanTrue and its children
func (m *CT_BooleanTrue) ValidateWithPath(path string) error
ValidateWithPath validates the CT_BooleanTrue and its children, prefixing error messages with path
type CT_InvertSolidFillFmt struct {
SpPr *dml.CT_ShapeProperties
}
func NewCT_InvertSolidFillFmt() *CT_InvertSolidFillFmt
func (m *CT_InvertSolidFillFmt) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_InvertSolidFillFmt) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_InvertSolidFillFmt) Validate() error
Validate validates the CT_InvertSolidFillFmt and its children
func (m *CT_InvertSolidFillFmt) ValidateWithPath(path string) error
ValidateWithPath validates the CT_InvertSolidFillFmt and its children, prefixing error messages with path
type CT_PivotOptions struct {
DropZoneFilter *CT_BooleanFalse
DropZoneCategories *CT_BooleanFalse
DropZoneData *CT_BooleanFalse
DropZoneSeries *CT_BooleanFalse
DropZonesVisible *CT_BooleanFalse
}
func NewCT_PivotOptions() *CT_PivotOptions
func (m *CT_PivotOptions) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_PivotOptions) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_PivotOptions) Validate() error
Validate validates the CT_PivotOptions and its children
func (m *CT_PivotOptions) ValidateWithPath(path string) error
ValidateWithPath validates the CT_PivotOptions and its children, prefixing error messages with path
type CT_Style struct {
ValAttr uint8
}
func NewCT_Style() *CT_Style
func (m *CT_Style) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Style) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Style) Validate() error
Validate validates the CT_Style and its children
func (m *CT_Style) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Style and its children, prefixing error messages with path
type InvertSolidFillFmt struct {
CT_InvertSolidFillFmt
}
func NewInvertSolidFillFmt() *InvertSolidFillFmt
func (m *InvertSolidFillFmt) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *InvertSolidFillFmt) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *InvertSolidFillFmt) Validate() error
Validate validates the InvertSolidFillFmt and its children
func (m *InvertSolidFillFmt) ValidateWithPath(path string) error
ValidateWithPath validates the InvertSolidFillFmt and its children, prefixing error messages with path
type PivotOptions struct {
CT_PivotOptions
}
func NewPivotOptions() *PivotOptions
func (m *PivotOptions) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *PivotOptions) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *PivotOptions) Validate() error
Validate validates the PivotOptions and its children
func (m *PivotOptions) ValidateWithPath(path string) error
ValidateWithPath validates the PivotOptions and its children, prefixing error messages with path
type Style struct {
CT_Style
}
func NewStyle() *Style
func (m *Style) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *Style) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *Style) Validate() error
Validate validates the Style and its children
func (m *Style) ValidateWithPath(path string) error
ValidateWithPath validates the Style and its children, prefixing error messages with path