type AutoCat struct {
chart.CT_Boolean
}
func NewAutoCat() *AutoCat
func (m *AutoCat) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *AutoCat) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *AutoCat) Validate() error
Validate validates the AutoCat and its children
func (m *AutoCat) ValidateWithPath(path string) error
ValidateWithPath validates the AutoCat and its children, prefixing error messages with path
type CT_CategoryFilterException struct {
Sqref string
SpPr *dml.CT_ShapeProperties
Explosion *chart.CT_UnsignedInt
InvertIfNegative *chart.CT_Boolean
Bubble3D *chart.CT_Boolean
Marker *chart.CT_Marker
DLbl *chart.CT_DLbl
}
func NewCT_CategoryFilterException() *CT_CategoryFilterException
func (m *CT_CategoryFilterException) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_CategoryFilterException) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_CategoryFilterException) Validate() error
Validate validates the CT_CategoryFilterException and its children
func (m *CT_CategoryFilterException) ValidateWithPath(path string) error
ValidateWithPath validates the CT_CategoryFilterException and its children, prefixing error messages with path
type CT_CategoryFilterExceptions struct {
CategoryFilterException []*CT_CategoryFilterException
}
func NewCT_CategoryFilterExceptions() *CT_CategoryFilterExceptions
func (m *CT_CategoryFilterExceptions) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_CategoryFilterExceptions) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_CategoryFilterExceptions) Validate() error
Validate validates the CT_CategoryFilterExceptions and its children
func (m *CT_CategoryFilterExceptions) ValidateWithPath(path string) error
ValidateWithPath validates the CT_CategoryFilterExceptions and its children, prefixing error messages with path
type CT_DataLabelFieldTable struct {
DlblFTEntry []*CT_DataLabelFieldTableEntry
}
func NewCT_DataLabelFieldTable() *CT_DataLabelFieldTable
func (m *CT_DataLabelFieldTable) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_DataLabelFieldTable) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_DataLabelFieldTable) Validate() error
Validate validates the CT_DataLabelFieldTable and its children
func (m *CT_DataLabelFieldTable) ValidateWithPath(path string) error
ValidateWithPath validates the CT_DataLabelFieldTable and its children, prefixing error messages with path
type CT_DataLabelFieldTableEntry struct {
TxfldGUID string
F string
DlblFieldTableCache *chart.CT_StrData
}
func NewCT_DataLabelFieldTableEntry() *CT_DataLabelFieldTableEntry
func (m *CT_DataLabelFieldTableEntry) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_DataLabelFieldTableEntry) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_DataLabelFieldTableEntry) Validate() error
Validate validates the CT_DataLabelFieldTableEntry and its children
func (m *CT_DataLabelFieldTableEntry) ValidateWithPath(path string) error
ValidateWithPath validates the CT_DataLabelFieldTableEntry and its children, prefixing error messages with path
type CT_FilteredAreaSer struct {
Ser *chart.CT_AreaSer
}
func NewCT_FilteredAreaSer() *CT_FilteredAreaSer
func (m *CT_FilteredAreaSer) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_FilteredAreaSer) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_FilteredAreaSer) Validate() error
Validate validates the CT_FilteredAreaSer and its children
func (m *CT_FilteredAreaSer) ValidateWithPath(path string) error
ValidateWithPath validates the CT_FilteredAreaSer and its children, prefixing error messages with path
type CT_FilteredBarSer struct {
Ser *chart.CT_BarSer
}
func NewCT_FilteredBarSer() *CT_FilteredBarSer
func (m *CT_FilteredBarSer) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_FilteredBarSer) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_FilteredBarSer) Validate() error
Validate validates the CT_FilteredBarSer and its children
func (m *CT_FilteredBarSer) ValidateWithPath(path string) error
ValidateWithPath validates the CT_FilteredBarSer and its children, prefixing error messages with path
type CT_FilteredBubbleSer struct {
Ser *chart.CT_BubbleSer
}
func NewCT_FilteredBubbleSer() *CT_FilteredBubbleSer
func (m *CT_FilteredBubbleSer) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_FilteredBubbleSer) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_FilteredBubbleSer) Validate() error
Validate validates the CT_FilteredBubbleSer and its children
func (m *CT_FilteredBubbleSer) ValidateWithPath(path string) error
ValidateWithPath validates the CT_FilteredBubbleSer and its children, prefixing error messages with path
type CT_FilteredCategoryTitle struct {
Cat *chart.CT_AxDataSource
}
func NewCT_FilteredCategoryTitle() *CT_FilteredCategoryTitle
func (m *CT_FilteredCategoryTitle) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_FilteredCategoryTitle) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_FilteredCategoryTitle) Validate() error
Validate validates the CT_FilteredCategoryTitle and its children
func (m *CT_FilteredCategoryTitle) ValidateWithPath(path string) error
ValidateWithPath validates the CT_FilteredCategoryTitle and its children, prefixing error messages with path
type CT_FilteredLineSer struct {
Ser *chart.CT_LineSer
}
func NewCT_FilteredLineSer() *CT_FilteredLineSer
func (m *CT_FilteredLineSer) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_FilteredLineSer) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_FilteredLineSer) Validate() error
Validate validates the CT_FilteredLineSer and its children
func (m *CT_FilteredLineSer) ValidateWithPath(path string) error
ValidateWithPath validates the CT_FilteredLineSer and its children, prefixing error messages with path
type CT_FilteredPieSer struct {
Ser *chart.CT_PieSer
}
func NewCT_FilteredPieSer() *CT_FilteredPieSer
func (m *CT_FilteredPieSer) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_FilteredPieSer) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_FilteredPieSer) Validate() error
Validate validates the CT_FilteredPieSer and its children
func (m *CT_FilteredPieSer) ValidateWithPath(path string) error
ValidateWithPath validates the CT_FilteredPieSer and its children, prefixing error messages with path
type CT_FilteredRadarSer struct {
Ser *chart.CT_RadarSer
}
func NewCT_FilteredRadarSer() *CT_FilteredRadarSer
func (m *CT_FilteredRadarSer) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_FilteredRadarSer) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_FilteredRadarSer) Validate() error
Validate validates the CT_FilteredRadarSer and its children
func (m *CT_FilteredRadarSer) ValidateWithPath(path string) error
ValidateWithPath validates the CT_FilteredRadarSer and its children, prefixing error messages with path
type CT_FilteredScatterSer struct {
Ser *chart.CT_ScatterSer
}
func NewCT_FilteredScatterSer() *CT_FilteredScatterSer
func (m *CT_FilteredScatterSer) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_FilteredScatterSer) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_FilteredScatterSer) Validate() error
Validate validates the CT_FilteredScatterSer and its children
func (m *CT_FilteredScatterSer) ValidateWithPath(path string) error
ValidateWithPath validates the CT_FilteredScatterSer and its children, prefixing error messages with path
type CT_FilteredSeriesTitle struct {
Tx *chart.CT_SerTx
}
func NewCT_FilteredSeriesTitle() *CT_FilteredSeriesTitle
func (m *CT_FilteredSeriesTitle) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_FilteredSeriesTitle) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_FilteredSeriesTitle) Validate() error
Validate validates the CT_FilteredSeriesTitle and its children
func (m *CT_FilteredSeriesTitle) ValidateWithPath(path string) error
ValidateWithPath validates the CT_FilteredSeriesTitle and its children, prefixing error messages with path
type CT_FilteredSurfaceSer struct {
Ser *chart.CT_SurfaceSer
}
func NewCT_FilteredSurfaceSer() *CT_FilteredSurfaceSer
func (m *CT_FilteredSurfaceSer) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_FilteredSurfaceSer) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_FilteredSurfaceSer) Validate() error
Validate validates the CT_FilteredSurfaceSer and its children
func (m *CT_FilteredSurfaceSer) ValidateWithPath(path string) error
ValidateWithPath validates the CT_FilteredSurfaceSer and its children, prefixing error messages with path
type CT_FormulaRef struct {
Sqref string
}
func NewCT_FormulaRef() *CT_FormulaRef
func (m *CT_FormulaRef) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_FormulaRef) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_FormulaRef) Validate() error
Validate validates the CT_FormulaRef and its children
func (m *CT_FormulaRef) ValidateWithPath(path string) error
ValidateWithPath validates the CT_FormulaRef and its children, prefixing error messages with path
type CT_FullRef struct {
Sqref string
}
func NewCT_FullRef() *CT_FullRef
func (m *CT_FullRef) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_FullRef) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_FullRef) Validate() error
Validate validates the CT_FullRef and its children
func (m *CT_FullRef) ValidateWithPath(path string) error
ValidateWithPath validates the CT_FullRef and its children, prefixing error messages with path
type CT_LevelRef struct {
Sqref string
}
func NewCT_LevelRef() *CT_LevelRef
func (m *CT_LevelRef) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_LevelRef) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_LevelRef) Validate() error
Validate validates the CT_LevelRef and its children
func (m *CT_LevelRef) ValidateWithPath(path string) error
ValidateWithPath validates the CT_LevelRef and its children, prefixing error messages with path
type CT_SeriesDataLabelsRange struct {
F string
DlblRangeCache *chart.CT_StrData
}
func NewCT_SeriesDataLabelsRange() *CT_SeriesDataLabelsRange
func (m *CT_SeriesDataLabelsRange) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_SeriesDataLabelsRange) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_SeriesDataLabelsRange) Validate() error
Validate validates the CT_SeriesDataLabelsRange and its children
func (m *CT_SeriesDataLabelsRange) ValidateWithPath(path string) error
ValidateWithPath validates the CT_SeriesDataLabelsRange and its children, prefixing error messages with path
type CategoryFilterExceptions struct {
CT_CategoryFilterExceptions
}
func NewCategoryFilterExceptions() *CategoryFilterExceptions
func (m *CategoryFilterExceptions) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CategoryFilterExceptions) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CategoryFilterExceptions) Validate() error
Validate validates the CategoryFilterExceptions and its children
func (m *CategoryFilterExceptions) ValidateWithPath(path string) error
ValidateWithPath validates the CategoryFilterExceptions and its children, prefixing error messages with path
type DatalabelsRange struct {
CT_SeriesDataLabelsRange
}
func NewDatalabelsRange() *DatalabelsRange
func (m *DatalabelsRange) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *DatalabelsRange) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *DatalabelsRange) Validate() error
Validate validates the DatalabelsRange and its children
func (m *DatalabelsRange) ValidateWithPath(path string) error
ValidateWithPath validates the DatalabelsRange and its children, prefixing error messages with path
type DlblFieldTable struct {
CT_DataLabelFieldTable
}
func NewDlblFieldTable() *DlblFieldTable
func (m *DlblFieldTable) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *DlblFieldTable) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *DlblFieldTable) Validate() error
Validate validates the DlblFieldTable and its children
func (m *DlblFieldTable) ValidateWithPath(path string) error
ValidateWithPath validates the DlblFieldTable and its children, prefixing error messages with path
type FilteredAreaSeries struct {
CT_FilteredAreaSer
}
func NewFilteredAreaSeries() *FilteredAreaSeries
func (m *FilteredAreaSeries) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *FilteredAreaSeries) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *FilteredAreaSeries) Validate() error
Validate validates the FilteredAreaSeries and its children
func (m *FilteredAreaSeries) ValidateWithPath(path string) error
ValidateWithPath validates the FilteredAreaSeries and its children, prefixing error messages with path
type FilteredBarSeries struct {
CT_FilteredBarSer
}
func NewFilteredBarSeries() *FilteredBarSeries
func (m *FilteredBarSeries) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *FilteredBarSeries) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *FilteredBarSeries) Validate() error
Validate validates the FilteredBarSeries and its children
func (m *FilteredBarSeries) ValidateWithPath(path string) error
ValidateWithPath validates the FilteredBarSeries and its children, prefixing error messages with path
type FilteredBubbleSeries struct {
CT_FilteredBubbleSer
}
func NewFilteredBubbleSeries() *FilteredBubbleSeries
func (m *FilteredBubbleSeries) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *FilteredBubbleSeries) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *FilteredBubbleSeries) Validate() error
Validate validates the FilteredBubbleSeries and its children
func (m *FilteredBubbleSeries) ValidateWithPath(path string) error
ValidateWithPath validates the FilteredBubbleSeries and its children, prefixing error messages with path
type FilteredCategoryTitle struct {
CT_FilteredCategoryTitle
}
func NewFilteredCategoryTitle() *FilteredCategoryTitle
func (m *FilteredCategoryTitle) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *FilteredCategoryTitle) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *FilteredCategoryTitle) Validate() error
Validate validates the FilteredCategoryTitle and its children
func (m *FilteredCategoryTitle) ValidateWithPath(path string) error
ValidateWithPath validates the FilteredCategoryTitle and its children, prefixing error messages with path
type FilteredLineSeries struct {
CT_FilteredLineSer
}
func NewFilteredLineSeries() *FilteredLineSeries
func (m *FilteredLineSeries) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *FilteredLineSeries) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *FilteredLineSeries) Validate() error
Validate validates the FilteredLineSeries and its children
func (m *FilteredLineSeries) ValidateWithPath(path string) error
ValidateWithPath validates the FilteredLineSeries and its children, prefixing error messages with path
type FilteredPieSeries struct {
CT_FilteredPieSer
}
func NewFilteredPieSeries() *FilteredPieSeries
func (m *FilteredPieSeries) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *FilteredPieSeries) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *FilteredPieSeries) Validate() error
Validate validates the FilteredPieSeries and its children
func (m *FilteredPieSeries) ValidateWithPath(path string) error
ValidateWithPath validates the FilteredPieSeries and its children, prefixing error messages with path
type FilteredRadarSeries struct {
CT_FilteredRadarSer
}
func NewFilteredRadarSeries() *FilteredRadarSeries
func (m *FilteredRadarSeries) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *FilteredRadarSeries) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *FilteredRadarSeries) Validate() error
Validate validates the FilteredRadarSeries and its children
func (m *FilteredRadarSeries) ValidateWithPath(path string) error
ValidateWithPath validates the FilteredRadarSeries and its children, prefixing error messages with path
type FilteredScatterSeries struct {
CT_FilteredScatterSer
}
func NewFilteredScatterSeries() *FilteredScatterSeries
func (m *FilteredScatterSeries) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *FilteredScatterSeries) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *FilteredScatterSeries) Validate() error
Validate validates the FilteredScatterSeries and its children
func (m *FilteredScatterSeries) ValidateWithPath(path string) error
ValidateWithPath validates the FilteredScatterSeries and its children, prefixing error messages with path
type FilteredSeriesTitle struct {
CT_FilteredSeriesTitle
}
func NewFilteredSeriesTitle() *FilteredSeriesTitle
func (m *FilteredSeriesTitle) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *FilteredSeriesTitle) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *FilteredSeriesTitle) Validate() error
Validate validates the FilteredSeriesTitle and its children
func (m *FilteredSeriesTitle) ValidateWithPath(path string) error
ValidateWithPath validates the FilteredSeriesTitle and its children, prefixing error messages with path
type FilteredSurfaceSeries struct {
CT_FilteredSurfaceSer
}
func NewFilteredSurfaceSeries() *FilteredSurfaceSeries
func (m *FilteredSurfaceSeries) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *FilteredSurfaceSeries) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *FilteredSurfaceSeries) Validate() error
Validate validates the FilteredSurfaceSeries and its children
func (m *FilteredSurfaceSeries) ValidateWithPath(path string) error
ValidateWithPath validates the FilteredSurfaceSeries and its children, prefixing error messages with path
type FormulaRef struct {
CT_FormulaRef
}
func NewFormulaRef() *FormulaRef
func (m *FormulaRef) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *FormulaRef) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *FormulaRef) Validate() error
Validate validates the FormulaRef and its children
func (m *FormulaRef) ValidateWithPath(path string) error
ValidateWithPath validates the FormulaRef and its children, prefixing error messages with path
type FullRef struct {
CT_FullRef
}
func NewFullRef() *FullRef
func (m *FullRef) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *FullRef) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *FullRef) Validate() error
Validate validates the FullRef and its children
func (m *FullRef) ValidateWithPath(path string) error
ValidateWithPath validates the FullRef and its children, prefixing error messages with path
type Layout struct {
chart.CT_Layout
}
func NewLayout() *Layout
func (m *Layout) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *Layout) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *Layout) Validate() error
Validate validates the Layout and its children
func (m *Layout) ValidateWithPath(path string) error
ValidateWithPath validates the Layout and its children, prefixing error messages with path
type LeaderLines struct {
chart.CT_ChartLines
}
func NewLeaderLines() *LeaderLines
func (m *LeaderLines) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *LeaderLines) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *LeaderLines) Validate() error
Validate validates the LeaderLines and its children
func (m *LeaderLines) ValidateWithPath(path string) error
ValidateWithPath validates the LeaderLines and its children, prefixing error messages with path
type LevelRef struct {
CT_LevelRef
}
func NewLevelRef() *LevelRef
func (m *LevelRef) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *LevelRef) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *LevelRef) Validate() error
Validate validates the LevelRef and its children
func (m *LevelRef) ValidateWithPath(path string) error
ValidateWithPath validates the LevelRef and its children, prefixing error messages with path
type NumFmt struct {
chart.CT_NumFmt
}
func NewNumFmt() *NumFmt
func (m *NumFmt) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *NumFmt) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *NumFmt) Validate() error
Validate validates the NumFmt and its children
func (m *NumFmt) ValidateWithPath(path string) error
ValidateWithPath validates the NumFmt and its children, prefixing error messages with path
type PivotSource struct {
chart.CT_PivotSource
}
func NewPivotSource() *PivotSource
func (m *PivotSource) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *PivotSource) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *PivotSource) Validate() error
Validate validates the PivotSource and its children
func (m *PivotSource) ValidateWithPath(path string) error
ValidateWithPath validates the PivotSource and its children, prefixing error messages with path
type ShowDataLabelsRange struct {
chart.CT_Boolean
}
func NewShowDataLabelsRange() *ShowDataLabelsRange
func (m *ShowDataLabelsRange) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *ShowDataLabelsRange) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *ShowDataLabelsRange) Validate() error
Validate validates the ShowDataLabelsRange and its children
func (m *ShowDataLabelsRange) ValidateWithPath(path string) error
ValidateWithPath validates the ShowDataLabelsRange and its children, prefixing error messages with path
type ShowLeaderLines struct {
chart.CT_Boolean
}
func NewShowLeaderLines() *ShowLeaderLines
func (m *ShowLeaderLines) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *ShowLeaderLines) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *ShowLeaderLines) Validate() error
Validate validates the ShowLeaderLines and its children
func (m *ShowLeaderLines) ValidateWithPath(path string) error
ValidateWithPath validates the ShowLeaderLines and its children, prefixing error messages with path
type SpPr struct {
dml.CT_ShapeProperties
}
func NewSpPr() *SpPr
func (m *SpPr) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *SpPr) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *SpPr) Validate() error
Validate validates the SpPr and its children
func (m *SpPr) ValidateWithPath(path string) error
ValidateWithPath validates the SpPr and its children, prefixing error messages with path
type Tx struct {
chart.CT_Tx
}
func NewTx() *Tx
func (m *Tx) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *Tx) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *Tx) Validate() error
Validate validates the Tx and its children
func (m *Tx) ValidateWithPath(path string) error
ValidateWithPath validates the Tx and its children, prefixing error messages with path
type XForSave struct {
chart.CT_Boolean
}
func NewXForSave() *XForSave
func (m *XForSave) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *XForSave) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *XForSave) Validate() error
Validate validates the XForSave and its children
func (m *XForSave) ValidateWithPath(path string) error
ValidateWithPath validates the XForSave and its children, prefixing error messages with path