type CT_Address struct {
Address1Attr *string
CountryRegionAttr *string
AdminDistrict1Attr *string
AdminDistrict2Attr *string
PostalCodeAttr *string
LocalityAttr *string
IsoCountryCodeAttr *string
}
func NewCT_Address() *CT_Address
func (m *CT_Address) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Address) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Address) Validate() error
Validate validates the CT_Address and its children
func (m *CT_Address) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Address and its children, prefixing error messages with path
type CT_Aggregation struct {
}
func NewCT_Aggregation() *CT_Aggregation
func (m *CT_Aggregation) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Aggregation) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Aggregation) Validate() error
Validate validates the CT_Aggregation and its children
func (m *CT_Aggregation) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Aggregation and its children, prefixing error messages with path
type CT_Axis struct {
IdAttr uint32
HiddenAttr *bool
AxisChoice *CT_AxisChoice
Title *CT_AxisTitle
Units *CT_AxisUnits
MajorGridlines *CT_Gridlines
MinorGridlines *CT_Gridlines
MajorTickMarks *CT_TickMarks
MinorTickMarks *CT_TickMarks
TickLabels *CT_TickLabels
NumFmt *CT_NumberFormat
SpPr *dml.CT_ShapeProperties
TxPr *dml.CT_TextBody
ExtLst *CT_ExtensionList
}
func NewCT_Axis() *CT_Axis
func (m *CT_Axis) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Axis) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Axis) Validate() error
Validate validates the CT_Axis and its children
func (m *CT_Axis) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Axis and its children, prefixing error messages with path
type CT_AxisChoice struct {
CatScaling *CT_CategoryAxisScaling
ValScaling *CT_ValueAxisScaling
}
func NewCT_AxisChoice() *CT_AxisChoice
func (m *CT_AxisChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_AxisChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_AxisChoice) Validate() error
Validate validates the CT_AxisChoice and its children
func (m *CT_AxisChoice) ValidateWithPath(path string) error
ValidateWithPath validates the CT_AxisChoice and its children, prefixing error messages with path
type CT_AxisTitle struct {
Tx *CT_Text
SpPr *dml.CT_ShapeProperties
TxPr *dml.CT_TextBody
ExtLst *CT_ExtensionList
}
func NewCT_AxisTitle() *CT_AxisTitle
func (m *CT_AxisTitle) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_AxisTitle) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_AxisTitle) Validate() error
Validate validates the CT_AxisTitle and its children
func (m *CT_AxisTitle) ValidateWithPath(path string) error
ValidateWithPath validates the CT_AxisTitle and its children, prefixing error messages with path
type CT_AxisUnits struct {
UnitAttr ST_AxisUnit
UnitsLabel *CT_AxisUnitsLabel
ExtLst *CT_ExtensionList
}
func NewCT_AxisUnits() *CT_AxisUnits
func (m *CT_AxisUnits) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_AxisUnits) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_AxisUnits) Validate() error
Validate validates the CT_AxisUnits and its children
func (m *CT_AxisUnits) ValidateWithPath(path string) error
ValidateWithPath validates the CT_AxisUnits and its children, prefixing error messages with path
type CT_AxisUnitsLabel struct {
Tx *CT_Text
SpPr *dml.CT_ShapeProperties
TxPr *dml.CT_TextBody
ExtLst *CT_ExtensionList
}
func NewCT_AxisUnitsLabel() *CT_AxisUnitsLabel
func (m *CT_AxisUnitsLabel) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_AxisUnitsLabel) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_AxisUnitsLabel) Validate() error
Validate validates the CT_AxisUnitsLabel and its children
func (m *CT_AxisUnitsLabel) ValidateWithPath(path string) error
ValidateWithPath validates the CT_AxisUnitsLabel and its children, prefixing error messages with path
type CT_Binning struct {
IntervalClosedAttr ST_IntervalClosedSide
UnderflowAttr *ST_DoubleOrAutomatic
OverflowAttr *ST_DoubleOrAutomatic
BinningChoice *CT_BinningChoice
}
func NewCT_Binning() *CT_Binning
func (m *CT_Binning) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Binning) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Binning) Validate() error
Validate validates the CT_Binning and its children
func (m *CT_Binning) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Binning and its children, prefixing error messages with path
type CT_BinningChoice struct {
BinSize *float64
BinCount *uint32
}
func NewCT_BinningChoice() *CT_BinningChoice
func (m *CT_BinningChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_BinningChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_BinningChoice) Validate() error
Validate validates the CT_BinningChoice and its children
func (m *CT_BinningChoice) ValidateWithPath(path string) error
ValidateWithPath validates the CT_BinningChoice and its children, prefixing error messages with path
type CT_CategoryAxisScaling struct {
GapWidthAttr *ST_GapWidthRatio
}
func NewCT_CategoryAxisScaling() *CT_CategoryAxisScaling
func (m *CT_CategoryAxisScaling) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_CategoryAxisScaling) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_CategoryAxisScaling) Validate() error
Validate validates the CT_CategoryAxisScaling and its children
func (m *CT_CategoryAxisScaling) ValidateWithPath(path string) error
ValidateWithPath validates the CT_CategoryAxisScaling and its children, prefixing error messages with path
type CT_Chart struct {
Title *CT_ChartTitle
PlotArea *CT_PlotArea
Legend *CT_Legend
ExtLst *CT_ExtensionList
}
func NewCT_Chart() *CT_Chart
func (m *CT_Chart) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Chart) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Chart) Validate() error
Validate validates the CT_Chart and its children
func (m *CT_Chart) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Chart and its children, prefixing error messages with path
type CT_ChartData struct {
ExternalData *CT_ExternalData
Data []*CT_Data
ExtLst *CT_ExtensionList
}
func NewCT_ChartData() *CT_ChartData
func (m *CT_ChartData) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ChartData) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ChartData) Validate() error
Validate validates the CT_ChartData and its children
func (m *CT_ChartData) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ChartData and its children, prefixing error messages with path
type CT_ChartSpace struct {
ChartData *CT_ChartData
Chart *CT_Chart
SpPr *dml.CT_ShapeProperties
TxPr *dml.CT_TextBody
ClrMapOvr *dml.CT_ColorMapping
FmtOvrs *CT_FormatOverrides
PrintSettings *CT_PrintSettings
ExtLst *CT_ExtensionList
}
func NewCT_ChartSpace() *CT_ChartSpace
func (m *CT_ChartSpace) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ChartSpace) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ChartSpace) Validate() error
Validate validates the CT_ChartSpace and its children
func (m *CT_ChartSpace) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ChartSpace and its children, prefixing error messages with path
type CT_ChartTitle struct {
PosAttr ST_SidePos
AlignAttr ST_PosAlign
OverlayAttr *bool
Tx *CT_Text
SpPr *dml.CT_ShapeProperties
TxPr *dml.CT_TextBody
ExtLst *CT_ExtensionList
}
func NewCT_ChartTitle() *CT_ChartTitle
func (m *CT_ChartTitle) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ChartTitle) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ChartTitle) Validate() error
Validate validates the CT_ChartTitle and its children
func (m *CT_ChartTitle) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ChartTitle and its children, prefixing error messages with path
type CT_Clear struct {
GeoLocationQueryResults *CT_GeoLocationQueryResults
GeoDataEntityQueryResults *CT_GeoDataEntityQueryResults
GeoDataPointToEntityQueryResults *CT_GeoDataPointToEntityQueryResults
GeoChildEntitiesQueryResults *CT_GeoChildEntitiesQueryResults
GeoParentEntitiesQueryResults *CT_GeoParentEntitiesQueryResults
}
func NewCT_Clear() *CT_Clear
func (m *CT_Clear) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Clear) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Clear) Validate() error
Validate validates the CT_Clear and its children
func (m *CT_Clear) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Clear and its children, prefixing error messages with path
type CT_Copyrights struct {
Copyright []string
}
func NewCT_Copyrights() *CT_Copyrights
func (m *CT_Copyrights) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Copyrights) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Copyrights) Validate() error
Validate validates the CT_Copyrights and its children
func (m *CT_Copyrights) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Copyrights and its children, prefixing error messages with path
type CT_Data struct {
IdAttr uint32
DataChoice []*CT_DataChoice
ExtLst *CT_ExtensionList
}
func NewCT_Data() *CT_Data
func (m *CT_Data) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Data) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Data) Validate() error
Validate validates the CT_Data and its children
func (m *CT_Data) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Data and its children, prefixing error messages with path
type CT_DataChoice struct {
NumDim *CT_NumericDimension
StrDim *CT_StringDimension
}
func NewCT_DataChoice() *CT_DataChoice
func (m *CT_DataChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_DataChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_DataChoice) Validate() error
Validate validates the CT_DataChoice and its children
func (m *CT_DataChoice) ValidateWithPath(path string) error
ValidateWithPath validates the CT_DataChoice and its children, prefixing error messages with path
type CT_DataId struct {
ValAttr uint32
}
func NewCT_DataId() *CT_DataId
func (m *CT_DataId) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_DataId) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_DataId) Validate() error
Validate validates the CT_DataId and its children
func (m *CT_DataId) ValidateWithPath(path string) error
ValidateWithPath validates the CT_DataId and its children, prefixing error messages with path
type CT_DataLabel struct {
IdxAttr uint32
PosAttr ST_DataLabelPos
NumFmt *CT_NumberFormat
SpPr *dml.CT_ShapeProperties
TxPr *dml.CT_TextBody
Visibility *CT_DataLabelVisibilities
Separator *string
ExtLst *CT_ExtensionList
}
func NewCT_DataLabel() *CT_DataLabel
func (m *CT_DataLabel) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_DataLabel) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_DataLabel) Validate() error
Validate validates the CT_DataLabel and its children
func (m *CT_DataLabel) ValidateWithPath(path string) error
ValidateWithPath validates the CT_DataLabel and its children, prefixing error messages with path
type CT_DataLabelHidden struct {
IdxAttr uint32
}
func NewCT_DataLabelHidden() *CT_DataLabelHidden
func (m *CT_DataLabelHidden) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_DataLabelHidden) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_DataLabelHidden) Validate() error
Validate validates the CT_DataLabelHidden and its children
func (m *CT_DataLabelHidden) ValidateWithPath(path string) error
ValidateWithPath validates the CT_DataLabelHidden and its children, prefixing error messages with path
type CT_DataLabelVisibilities struct {
SeriesNameAttr *bool
CategoryNameAttr *bool
ValueAttr *bool
}
func NewCT_DataLabelVisibilities() *CT_DataLabelVisibilities
func (m *CT_DataLabelVisibilities) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_DataLabelVisibilities) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_DataLabelVisibilities) Validate() error
Validate validates the CT_DataLabelVisibilities and its children
func (m *CT_DataLabelVisibilities) ValidateWithPath(path string) error
ValidateWithPath validates the CT_DataLabelVisibilities and its children, prefixing error messages with path
type CT_DataLabels struct {
PosAttr ST_DataLabelPos
NumFmt *CT_NumberFormat
SpPr *dml.CT_ShapeProperties
TxPr *dml.CT_TextBody
Visibility *CT_DataLabelVisibilities
Separator *string
DataLabel []*CT_DataLabel
DataLabelHidden []*CT_DataLabelHidden
ExtLst *CT_ExtensionList
}
func NewCT_DataLabels() *CT_DataLabels
func (m *CT_DataLabels) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_DataLabels) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_DataLabels) Validate() error
Validate validates the CT_DataLabels and its children
func (m *CT_DataLabels) ValidateWithPath(path string) error
ValidateWithPath validates the CT_DataLabels and its children, prefixing error messages with path
type CT_DataPoint struct {
IdxAttr uint32
SpPr *dml.CT_ShapeProperties
ExtLst *CT_ExtensionList
}
func NewCT_DataPoint() *CT_DataPoint
func (m *CT_DataPoint) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_DataPoint) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_DataPoint) Validate() error
Validate validates the CT_DataPoint and its children
func (m *CT_DataPoint) ValidateWithPath(path string) error
ValidateWithPath validates the CT_DataPoint and its children, prefixing error messages with path
type CT_Extension struct {
UriAttr *string
Any unioffice.Any
}
func NewCT_Extension() *CT_Extension
func (m *CT_Extension) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Extension) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Extension) Validate() error
Validate validates the CT_Extension and its children
func (m *CT_Extension) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Extension and its children, prefixing error messages with path
type CT_ExtensionList struct {
Ext []*CT_Extension
}
func NewCT_ExtensionList() *CT_ExtensionList
func (m *CT_ExtensionList) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ExtensionList) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ExtensionList) Validate() error
Validate validates the CT_ExtensionList and its children
func (m *CT_ExtensionList) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ExtensionList and its children, prefixing error messages with path
type CT_ExternalData struct {
IdAttr string
AutoUpdateAttr *bool
}
func NewCT_ExternalData() *CT_ExternalData
func (m *CT_ExternalData) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ExternalData) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ExternalData) Validate() error
Validate validates the CT_ExternalData and its children
func (m *CT_ExternalData) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ExternalData and its children, prefixing error messages with path
type CT_ExtremeValueColorPosition struct {
}
func NewCT_ExtremeValueColorPosition() *CT_ExtremeValueColorPosition
func (m *CT_ExtremeValueColorPosition) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ExtremeValueColorPosition) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ExtremeValueColorPosition) Validate() error
Validate validates the CT_ExtremeValueColorPosition and its children
func (m *CT_ExtremeValueColorPosition) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ExtremeValueColorPosition and its children, prefixing error messages with path
type CT_FormatOverride struct {
IdxAttr uint32
SpPr *dml.CT_ShapeProperties
ExtLst *CT_ExtensionList
}
func NewCT_FormatOverride() *CT_FormatOverride
func (m *CT_FormatOverride) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_FormatOverride) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_FormatOverride) Validate() error
Validate validates the CT_FormatOverride and its children
func (m *CT_FormatOverride) ValidateWithPath(path string) error
ValidateWithPath validates the CT_FormatOverride and its children, prefixing error messages with path
type CT_FormatOverrides struct {
FmtOvr []*CT_FormatOverride
}
func NewCT_FormatOverrides() *CT_FormatOverrides
func (m *CT_FormatOverrides) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_FormatOverrides) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_FormatOverrides) Validate() error
Validate validates the CT_FormatOverrides and its children
func (m *CT_FormatOverrides) ValidateWithPath(path string) error
ValidateWithPath validates the CT_FormatOverrides and its children, prefixing error messages with path
type CT_Formula struct {
DirAttr ST_FormulaDirection
Content string
}
func NewCT_Formula() *CT_Formula
func (m *CT_Formula) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Formula) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Formula) Validate() error
Validate validates the CT_Formula and its children
func (m *CT_Formula) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Formula and its children, prefixing error messages with path
type CT_GeoCache struct {
ProviderAttr string
GeoCacheChoice []*CT_GeoCacheChoice
}
func NewCT_GeoCache() *CT_GeoCache
func (m *CT_GeoCache) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoCache) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoCache) Validate() error
Validate validates the CT_GeoCache and its children
func (m *CT_GeoCache) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoCache and its children, prefixing error messages with path
type CT_GeoCacheChoice struct {
Binary *string
Clear *CT_Clear
}
func NewCT_GeoCacheChoice() *CT_GeoCacheChoice
func (m *CT_GeoCacheChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoCacheChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoCacheChoice) Validate() error
Validate validates the CT_GeoCacheChoice and its children
func (m *CT_GeoCacheChoice) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoCacheChoice and its children, prefixing error messages with path
type CT_GeoChildEntities struct {
GeoHierarchyEntity []*CT_GeoHierarchyEntity
}
func NewCT_GeoChildEntities() *CT_GeoChildEntities
func (m *CT_GeoChildEntities) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoChildEntities) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoChildEntities) Validate() error
Validate validates the CT_GeoChildEntities and its children
func (m *CT_GeoChildEntities) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoChildEntities and its children, prefixing error messages with path
type CT_GeoChildEntitiesQuery struct {
EntityIdAttr string
GeoChildTypes *CT_GeoChildTypes
}
func NewCT_GeoChildEntitiesQuery() *CT_GeoChildEntitiesQuery
func (m *CT_GeoChildEntitiesQuery) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoChildEntitiesQuery) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoChildEntitiesQuery) Validate() error
Validate validates the CT_GeoChildEntitiesQuery and its children
func (m *CT_GeoChildEntitiesQuery) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoChildEntitiesQuery and its children, prefixing error messages with path
type CT_GeoChildEntitiesQueryResult struct {
GeoChildEntitiesQuery *CT_GeoChildEntitiesQuery
GeoChildEntities *CT_GeoChildEntities
}
func NewCT_GeoChildEntitiesQueryResult() *CT_GeoChildEntitiesQueryResult
func (m *CT_GeoChildEntitiesQueryResult) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoChildEntitiesQueryResult) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoChildEntitiesQueryResult) Validate() error
Validate validates the CT_GeoChildEntitiesQueryResult and its children
func (m *CT_GeoChildEntitiesQueryResult) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoChildEntitiesQueryResult and its children, prefixing error messages with path
type CT_GeoChildEntitiesQueryResults struct {
GeoChildEntitiesQueryResult []*CT_GeoChildEntitiesQueryResult
}
func NewCT_GeoChildEntitiesQueryResults() *CT_GeoChildEntitiesQueryResults
func (m *CT_GeoChildEntitiesQueryResults) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoChildEntitiesQueryResults) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoChildEntitiesQueryResults) Validate() error
Validate validates the CT_GeoChildEntitiesQueryResults and its children
func (m *CT_GeoChildEntitiesQueryResults) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoChildEntitiesQueryResults and its children, prefixing error messages with path
type CT_GeoChildTypes struct {
EntityType []ST_EntityType
}
func NewCT_GeoChildTypes() *CT_GeoChildTypes
func (m *CT_GeoChildTypes) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoChildTypes) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoChildTypes) Validate() error
Validate validates the CT_GeoChildTypes and its children
func (m *CT_GeoChildTypes) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoChildTypes and its children, prefixing error messages with path
type CT_GeoData struct {
EntityNameAttr string
EntityIdAttr string
EastAttr float64
WestAttr float64
NorthAttr float64
SouthAttr float64
GeoPolygons *CT_GeoPolygons
Copyrights *CT_Copyrights
}
func NewCT_GeoData() *CT_GeoData
func (m *CT_GeoData) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoData) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoData) Validate() error
Validate validates the CT_GeoData and its children
func (m *CT_GeoData) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoData and its children, prefixing error messages with path
type CT_GeoDataEntityQuery struct {
EntityTypeAttr ST_EntityType
EntityIdAttr string
}
func NewCT_GeoDataEntityQuery() *CT_GeoDataEntityQuery
func (m *CT_GeoDataEntityQuery) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoDataEntityQuery) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoDataEntityQuery) Validate() error
Validate validates the CT_GeoDataEntityQuery and its children
func (m *CT_GeoDataEntityQuery) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoDataEntityQuery and its children, prefixing error messages with path
type CT_GeoDataEntityQueryResult struct {
GeoDataEntityQuery *CT_GeoDataEntityQuery
GeoData *CT_GeoData
}
func NewCT_GeoDataEntityQueryResult() *CT_GeoDataEntityQueryResult
func (m *CT_GeoDataEntityQueryResult) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoDataEntityQueryResult) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoDataEntityQueryResult) Validate() error
Validate validates the CT_GeoDataEntityQueryResult and its children
func (m *CT_GeoDataEntityQueryResult) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoDataEntityQueryResult and its children, prefixing error messages with path
type CT_GeoDataEntityQueryResults struct {
GeoDataEntityQueryResult []*CT_GeoDataEntityQueryResult
}
func NewCT_GeoDataEntityQueryResults() *CT_GeoDataEntityQueryResults
func (m *CT_GeoDataEntityQueryResults) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoDataEntityQueryResults) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoDataEntityQueryResults) Validate() error
Validate validates the CT_GeoDataEntityQueryResults and its children
func (m *CT_GeoDataEntityQueryResults) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoDataEntityQueryResults and its children, prefixing error messages with path
type CT_GeoDataPointQuery struct {
EntityTypeAttr ST_EntityType
LatitudeAttr float64
LongitudeAttr float64
}
func NewCT_GeoDataPointQuery() *CT_GeoDataPointQuery
func (m *CT_GeoDataPointQuery) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoDataPointQuery) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoDataPointQuery) Validate() error
Validate validates the CT_GeoDataPointQuery and its children
func (m *CT_GeoDataPointQuery) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoDataPointQuery and its children, prefixing error messages with path
type CT_GeoDataPointToEntityQuery struct {
EntityTypeAttr ST_EntityType
EntityIdAttr string
}
func NewCT_GeoDataPointToEntityQuery() *CT_GeoDataPointToEntityQuery
func (m *CT_GeoDataPointToEntityQuery) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoDataPointToEntityQuery) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoDataPointToEntityQuery) Validate() error
Validate validates the CT_GeoDataPointToEntityQuery and its children
func (m *CT_GeoDataPointToEntityQuery) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoDataPointToEntityQuery and its children, prefixing error messages with path
type CT_GeoDataPointToEntityQueryResult struct {
GeoDataPointQuery *CT_GeoDataPointQuery
GeoDataPointToEntityQuery *CT_GeoDataPointToEntityQuery
}
func NewCT_GeoDataPointToEntityQueryResult() *CT_GeoDataPointToEntityQueryResult
func (m *CT_GeoDataPointToEntityQueryResult) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoDataPointToEntityQueryResult) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoDataPointToEntityQueryResult) Validate() error
Validate validates the CT_GeoDataPointToEntityQueryResult and its children
func (m *CT_GeoDataPointToEntityQueryResult) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoDataPointToEntityQueryResult and its children, prefixing error messages with path
type CT_GeoDataPointToEntityQueryResults struct {
GeoDataPointToEntityQueryResult []*CT_GeoDataPointToEntityQueryResult
}
func NewCT_GeoDataPointToEntityQueryResults() *CT_GeoDataPointToEntityQueryResults
func (m *CT_GeoDataPointToEntityQueryResults) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoDataPointToEntityQueryResults) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoDataPointToEntityQueryResults) Validate() error
Validate validates the CT_GeoDataPointToEntityQueryResults and its children
func (m *CT_GeoDataPointToEntityQueryResults) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoDataPointToEntityQueryResults and its children, prefixing error messages with path
type CT_GeoEntity struct {
EntityNameAttr string
EntityTypeAttr ST_EntityType
}
func NewCT_GeoEntity() *CT_GeoEntity
func (m *CT_GeoEntity) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoEntity) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoEntity) Validate() error
Validate validates the CT_GeoEntity and its children
func (m *CT_GeoEntity) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoEntity and its children, prefixing error messages with path
type CT_GeoHierarchyEntity struct {
EntityNameAttr string
EntityIdAttr string
EntityTypeAttr ST_EntityType
}
func NewCT_GeoHierarchyEntity() *CT_GeoHierarchyEntity
func (m *CT_GeoHierarchyEntity) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoHierarchyEntity) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoHierarchyEntity) Validate() error
Validate validates the CT_GeoHierarchyEntity and its children
func (m *CT_GeoHierarchyEntity) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoHierarchyEntity and its children, prefixing error messages with path
type CT_GeoLocation struct {
LatitudeAttr *float64
LongitudeAttr *float64
EntityNameAttr string
EntityTypeAttr ST_EntityType
Address *CT_Address
}
func NewCT_GeoLocation() *CT_GeoLocation
func (m *CT_GeoLocation) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoLocation) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoLocation) Validate() error
Validate validates the CT_GeoLocation and its children
func (m *CT_GeoLocation) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoLocation and its children, prefixing error messages with path
type CT_GeoLocationQuery struct {
CountryRegionAttr *string
AdminDistrict1Attr *string
AdminDistrict2Attr *string
PostalCodeAttr *string
EntityTypeAttr ST_EntityType
}
func NewCT_GeoLocationQuery() *CT_GeoLocationQuery
func (m *CT_GeoLocationQuery) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoLocationQuery) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoLocationQuery) Validate() error
Validate validates the CT_GeoLocationQuery and its children
func (m *CT_GeoLocationQuery) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoLocationQuery and its children, prefixing error messages with path
type CT_GeoLocationQueryResult struct {
GeoLocationQuery *CT_GeoLocationQuery
GeoLocations *CT_GeoLocations
}
func NewCT_GeoLocationQueryResult() *CT_GeoLocationQueryResult
func (m *CT_GeoLocationQueryResult) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoLocationQueryResult) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoLocationQueryResult) Validate() error
Validate validates the CT_GeoLocationQueryResult and its children
func (m *CT_GeoLocationQueryResult) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoLocationQueryResult and its children, prefixing error messages with path
type CT_GeoLocationQueryResults struct {
GeoLocationQueryResult []*CT_GeoLocationQueryResult
}
func NewCT_GeoLocationQueryResults() *CT_GeoLocationQueryResults
func (m *CT_GeoLocationQueryResults) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoLocationQueryResults) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoLocationQueryResults) Validate() error
Validate validates the CT_GeoLocationQueryResults and its children
func (m *CT_GeoLocationQueryResults) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoLocationQueryResults and its children, prefixing error messages with path
type CT_GeoLocations struct {
GeoLocation *CT_GeoLocation
}
func NewCT_GeoLocations() *CT_GeoLocations
func (m *CT_GeoLocations) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoLocations) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoLocations) Validate() error
Validate validates the CT_GeoLocations and its children
func (m *CT_GeoLocations) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoLocations and its children, prefixing error messages with path
type CT_GeoParentEntitiesQuery struct {
EntityIdAttr string
}
func NewCT_GeoParentEntitiesQuery() *CT_GeoParentEntitiesQuery
func (m *CT_GeoParentEntitiesQuery) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoParentEntitiesQuery) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoParentEntitiesQuery) Validate() error
Validate validates the CT_GeoParentEntitiesQuery and its children
func (m *CT_GeoParentEntitiesQuery) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoParentEntitiesQuery and its children, prefixing error messages with path
type CT_GeoParentEntitiesQueryResult struct {
GeoParentEntitiesQuery *CT_GeoParentEntitiesQuery
GeoEntity *CT_GeoEntity
GeoParentEntity *CT_GeoParentEntity
}
func NewCT_GeoParentEntitiesQueryResult() *CT_GeoParentEntitiesQueryResult
func (m *CT_GeoParentEntitiesQueryResult) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoParentEntitiesQueryResult) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoParentEntitiesQueryResult) Validate() error
Validate validates the CT_GeoParentEntitiesQueryResult and its children
func (m *CT_GeoParentEntitiesQueryResult) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoParentEntitiesQueryResult and its children, prefixing error messages with path
type CT_GeoParentEntitiesQueryResults struct {
GeoParentEntitiesQueryResult []*CT_GeoParentEntitiesQueryResult
}
func NewCT_GeoParentEntitiesQueryResults() *CT_GeoParentEntitiesQueryResults
func (m *CT_GeoParentEntitiesQueryResults) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoParentEntitiesQueryResults) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoParentEntitiesQueryResults) Validate() error
Validate validates the CT_GeoParentEntitiesQueryResults and its children
func (m *CT_GeoParentEntitiesQueryResults) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoParentEntitiesQueryResults and its children, prefixing error messages with path
type CT_GeoParentEntity struct {
EntityIdAttr string
}
func NewCT_GeoParentEntity() *CT_GeoParentEntity
func (m *CT_GeoParentEntity) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoParentEntity) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoParentEntity) Validate() error
Validate validates the CT_GeoParentEntity and its children
func (m *CT_GeoParentEntity) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoParentEntity and its children, prefixing error messages with path
type CT_GeoPolygon struct {
PolygonIdAttr string
NumPointsAttr int64
PcaRingsAttr string
}
func NewCT_GeoPolygon() *CT_GeoPolygon
func (m *CT_GeoPolygon) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoPolygon) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoPolygon) Validate() error
Validate validates the CT_GeoPolygon and its children
func (m *CT_GeoPolygon) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoPolygon and its children, prefixing error messages with path
type CT_GeoPolygons struct {
GeoPolygon []*CT_GeoPolygon
}
func NewCT_GeoPolygons() *CT_GeoPolygons
func (m *CT_GeoPolygons) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GeoPolygons) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GeoPolygons) Validate() error
Validate validates the CT_GeoPolygons and its children
func (m *CT_GeoPolygons) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GeoPolygons and its children, prefixing error messages with path
type CT_Geography struct {
ProjectionTypeAttr ST_GeoProjectionType
ViewedRegionTypeAttr ST_GeoMappingLevel
CultureLanguageAttr string
CultureRegionAttr string
AttributionAttr string
GeoCache *CT_GeoCache
}
func NewCT_Geography() *CT_Geography
func (m *CT_Geography) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Geography) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Geography) Validate() error
Validate validates the CT_Geography and its children
func (m *CT_Geography) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Geography and its children, prefixing error messages with path
type CT_Gridlines struct {
SpPr *dml.CT_ShapeProperties
ExtLst *CT_ExtensionList
}
func NewCT_Gridlines() *CT_Gridlines
func (m *CT_Gridlines) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Gridlines) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Gridlines) Validate() error
Validate validates the CT_Gridlines and its children
func (m *CT_Gridlines) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Gridlines and its children, prefixing error messages with path
type CT_HeaderFooter struct {
AlignWithMarginsAttr *bool
DifferentOddEvenAttr *bool
DifferentFirstAttr *bool
OddHeader *string
OddFooter *string
EvenHeader *string
EvenFooter *string
FirstHeader *string
FirstFooter *string
}
func NewCT_HeaderFooter() *CT_HeaderFooter
func (m *CT_HeaderFooter) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_HeaderFooter) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_HeaderFooter) Validate() error
Validate validates the CT_HeaderFooter and its children
func (m *CT_HeaderFooter) ValidateWithPath(path string) error
ValidateWithPath validates the CT_HeaderFooter and its children, prefixing error messages with path
type CT_Legend struct {
PosAttr ST_SidePos
AlignAttr ST_PosAlign
OverlayAttr *bool
SpPr *dml.CT_ShapeProperties
TxPr *dml.CT_TextBody
ExtLst *CT_ExtensionList
}
func NewCT_Legend() *CT_Legend
func (m *CT_Legend) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Legend) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Legend) Validate() error
Validate validates the CT_Legend and its children
func (m *CT_Legend) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Legend and its children, prefixing error messages with path
type CT_NumberColorPosition struct {
ValAttr float64
}
func NewCT_NumberColorPosition() *CT_NumberColorPosition
func (m *CT_NumberColorPosition) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_NumberColorPosition) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_NumberColorPosition) Validate() error
Validate validates the CT_NumberColorPosition and its children
func (m *CT_NumberColorPosition) ValidateWithPath(path string) error
ValidateWithPath validates the CT_NumberColorPosition and its children, prefixing error messages with path
type CT_NumberFormat struct {
FormatCodeAttr string
SourceLinkedAttr *bool
}
func NewCT_NumberFormat() *CT_NumberFormat
func (m *CT_NumberFormat) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_NumberFormat) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_NumberFormat) Validate() error
Validate validates the CT_NumberFormat and its children
func (m *CT_NumberFormat) ValidateWithPath(path string) error
ValidateWithPath validates the CT_NumberFormat and its children, prefixing error messages with path
type CT_NumericDimension struct {
TypeAttr ST_NumericDimensionType
Lvl []*CT_NumericLevel
}
func NewCT_NumericDimension() *CT_NumericDimension
func (m *CT_NumericDimension) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_NumericDimension) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_NumericDimension) Validate() error
Validate validates the CT_NumericDimension and its children
func (m *CT_NumericDimension) ValidateWithPath(path string) error
ValidateWithPath validates the CT_NumericDimension and its children, prefixing error messages with path
type CT_NumericLevel struct {
PtCountAttr uint32
FormatCodeAttr *string
NameAttr *string
Pt []*CT_NumericValue
}
func NewCT_NumericLevel() *CT_NumericLevel
func (m *CT_NumericLevel) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_NumericLevel) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_NumericLevel) Validate() error
Validate validates the CT_NumericLevel and its children
func (m *CT_NumericLevel) ValidateWithPath(path string) error
ValidateWithPath validates the CT_NumericLevel and its children, prefixing error messages with path
type CT_NumericValue struct {
IdxAttr uint32
Content string
}
func NewCT_NumericValue() *CT_NumericValue
func (m *CT_NumericValue) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_NumericValue) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_NumericValue) Validate() error
Validate validates the CT_NumericValue and its children
func (m *CT_NumericValue) ValidateWithPath(path string) error
ValidateWithPath validates the CT_NumericValue and its children, prefixing error messages with path
type CT_PageMargins struct {
LAttr float64
RAttr float64
TAttr float64
BAttr float64
HeaderAttr float64
FooterAttr float64
}
func NewCT_PageMargins() *CT_PageMargins
func (m *CT_PageMargins) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_PageMargins) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_PageMargins) Validate() error
Validate validates the CT_PageMargins and its children
func (m *CT_PageMargins) ValidateWithPath(path string) error
ValidateWithPath validates the CT_PageMargins and its children, prefixing error messages with path
type CT_PageSetup struct {
PaperSizeAttr *uint32
FirstPageNumberAttr *uint32
OrientationAttr ST_PageOrientation
BlackAndWhiteAttr *bool
DraftAttr *bool
UseFirstPageNumberAttr *bool
HorizontalDpiAttr *int32
VerticalDpiAttr *int32
CopiesAttr *uint32
}
func NewCT_PageSetup() *CT_PageSetup
func (m *CT_PageSetup) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_PageSetup) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_PageSetup) Validate() error
Validate validates the CT_PageSetup and its children
func (m *CT_PageSetup) ValidateWithPath(path string) error
ValidateWithPath validates the CT_PageSetup and its children, prefixing error messages with path
type CT_ParentLabelLayout struct {
ValAttr ST_ParentLabelLayout
}
func NewCT_ParentLabelLayout() *CT_ParentLabelLayout
func (m *CT_ParentLabelLayout) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ParentLabelLayout) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ParentLabelLayout) Validate() error
Validate validates the CT_ParentLabelLayout and its children
func (m *CT_ParentLabelLayout) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ParentLabelLayout and its children, prefixing error messages with path
type CT_PercentageColorPosition struct {
ValAttr float64
}
func NewCT_PercentageColorPosition() *CT_PercentageColorPosition
func (m *CT_PercentageColorPosition) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_PercentageColorPosition) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_PercentageColorPosition) Validate() error
Validate validates the CT_PercentageColorPosition and its children
func (m *CT_PercentageColorPosition) ValidateWithPath(path string) error
ValidateWithPath validates the CT_PercentageColorPosition and its children, prefixing error messages with path
type CT_PlotArea struct {
PlotAreaRegion *CT_PlotAreaRegion
Axis []*CT_Axis
SpPr *dml.CT_ShapeProperties
ExtLst *CT_ExtensionList
}
func NewCT_PlotArea() *CT_PlotArea
func (m *CT_PlotArea) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_PlotArea) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_PlotArea) Validate() error
Validate validates the CT_PlotArea and its children
func (m *CT_PlotArea) ValidateWithPath(path string) error
ValidateWithPath validates the CT_PlotArea and its children, prefixing error messages with path
type CT_PlotAreaRegion struct {
PlotSurface *CT_PlotSurface
Series []*CT_Series
ExtLst *CT_ExtensionList
}
func NewCT_PlotAreaRegion() *CT_PlotAreaRegion
func (m *CT_PlotAreaRegion) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_PlotAreaRegion) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_PlotAreaRegion) Validate() error
Validate validates the CT_PlotAreaRegion and its children
func (m *CT_PlotAreaRegion) ValidateWithPath(path string) error
ValidateWithPath validates the CT_PlotAreaRegion and its children, prefixing error messages with path
type CT_PlotSurface struct {
SpPr *dml.CT_ShapeProperties
ExtLst *CT_ExtensionList
}
func NewCT_PlotSurface() *CT_PlotSurface
func (m *CT_PlotSurface) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_PlotSurface) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_PlotSurface) Validate() error
Validate validates the CT_PlotSurface and its children
func (m *CT_PlotSurface) ValidateWithPath(path string) error
ValidateWithPath validates the CT_PlotSurface and its children, prefixing error messages with path
type CT_PrintSettings struct {
HeaderFooter *CT_HeaderFooter
PageMargins *CT_PageMargins
PageSetup *CT_PageSetup
}
func NewCT_PrintSettings() *CT_PrintSettings
func (m *CT_PrintSettings) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_PrintSettings) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_PrintSettings) Validate() error
Validate validates the CT_PrintSettings and its children
func (m *CT_PrintSettings) ValidateWithPath(path string) error
ValidateWithPath validates the CT_PrintSettings and its children, prefixing error messages with path
type CT_RegionLabelLayout struct {
ValAttr ST_RegionLabelLayout
}
func NewCT_RegionLabelLayout() *CT_RegionLabelLayout
func (m *CT_RegionLabelLayout) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_RegionLabelLayout) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_RegionLabelLayout) Validate() error
Validate validates the CT_RegionLabelLayout and its children
func (m *CT_RegionLabelLayout) ValidateWithPath(path string) error
ValidateWithPath validates the CT_RegionLabelLayout and its children, prefixing error messages with path
type CT_RelId struct {
IdAttr string
}
func NewCT_RelId() *CT_RelId
func (m *CT_RelId) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_RelId) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_RelId) Validate() error
Validate validates the CT_RelId and its children
func (m *CT_RelId) ValidateWithPath(path string) error
ValidateWithPath validates the CT_RelId and its children, prefixing error messages with path
type CT_Series struct {
LayoutIdAttr ST_SeriesLayout
HiddenAttr *bool
OwnerIdxAttr *uint32
UniqueIdAttr *string
FormatIdxAttr *uint32
Tx *CT_Text
SpPr *dml.CT_ShapeProperties
ValueColors *CT_ValueColors
ValueColorPositions *CT_ValueColorPositions
DataPt []*CT_DataPoint
DataLabels *CT_DataLabels
DataId *CT_DataId
LayoutPr *CT_SeriesLayoutProperties
AxisId []uint32
ExtLst *CT_ExtensionList
}
func NewCT_Series() *CT_Series
func (m *CT_Series) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Series) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Series) Validate() error
Validate validates the CT_Series and its children
func (m *CT_Series) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Series and its children, prefixing error messages with path
type CT_SeriesElementVisibilities struct {
ConnectorLinesAttr *bool
MeanLineAttr *bool
MeanMarkerAttr *bool
NonoutliersAttr *bool
OutliersAttr *bool
}
func NewCT_SeriesElementVisibilities() *CT_SeriesElementVisibilities
func (m *CT_SeriesElementVisibilities) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_SeriesElementVisibilities) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_SeriesElementVisibilities) Validate() error
Validate validates the CT_SeriesElementVisibilities and its children
func (m *CT_SeriesElementVisibilities) ValidateWithPath(path string) error
ValidateWithPath validates the CT_SeriesElementVisibilities and its children, prefixing error messages with path
type CT_SeriesLayoutProperties struct {
ParentLabelLayout *CT_ParentLabelLayout
RegionLabelLayout *CT_RegionLabelLayout
Visibility *CT_SeriesElementVisibilities
SeriesLayoutPropertiesChoice *CT_SeriesLayoutPropertiesChoice
Geography *CT_Geography
Statistics *CT_Statistics
Subtotals *CT_Subtotals
ExtLst *CT_ExtensionList
}
func NewCT_SeriesLayoutProperties() *CT_SeriesLayoutProperties
func (m *CT_SeriesLayoutProperties) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_SeriesLayoutProperties) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_SeriesLayoutProperties) Validate() error
Validate validates the CT_SeriesLayoutProperties and its children
func (m *CT_SeriesLayoutProperties) ValidateWithPath(path string) error
ValidateWithPath validates the CT_SeriesLayoutProperties and its children, prefixing error messages with path
type CT_SeriesLayoutPropertiesChoice struct {
Aggregation *CT_Aggregation
Binning *CT_Binning
}
func NewCT_SeriesLayoutPropertiesChoice() *CT_SeriesLayoutPropertiesChoice
func (m *CT_SeriesLayoutPropertiesChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_SeriesLayoutPropertiesChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_SeriesLayoutPropertiesChoice) Validate() error
Validate validates the CT_SeriesLayoutPropertiesChoice and its children
func (m *CT_SeriesLayoutPropertiesChoice) ValidateWithPath(path string) error
ValidateWithPath validates the CT_SeriesLayoutPropertiesChoice and its children, prefixing error messages with path
type CT_Statistics struct {
QuartileMethodAttr ST_QuartileMethod
}
func NewCT_Statistics() *CT_Statistics
func (m *CT_Statistics) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Statistics) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Statistics) Validate() error
Validate validates the CT_Statistics and its children
func (m *CT_Statistics) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Statistics and its children, prefixing error messages with path
type CT_StringDimension struct {
TypeAttr ST_StringDimensionType
Lvl []*CT_StringLevel
}
func NewCT_StringDimension() *CT_StringDimension
func (m *CT_StringDimension) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_StringDimension) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_StringDimension) Validate() error
Validate validates the CT_StringDimension and its children
func (m *CT_StringDimension) ValidateWithPath(path string) error
ValidateWithPath validates the CT_StringDimension and its children, prefixing error messages with path
type CT_StringLevel struct {
PtCountAttr uint32
NameAttr *string
Pt []*CT_StringValue
}
func NewCT_StringLevel() *CT_StringLevel
func (m *CT_StringLevel) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_StringLevel) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_StringLevel) Validate() error
Validate validates the CT_StringLevel and its children
func (m *CT_StringLevel) ValidateWithPath(path string) error
ValidateWithPath validates the CT_StringLevel and its children, prefixing error messages with path
type CT_StringValue struct {
IdxAttr uint32
Content string
}
func NewCT_StringValue() *CT_StringValue
func (m *CT_StringValue) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_StringValue) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_StringValue) Validate() error
Validate validates the CT_StringValue and its children
func (m *CT_StringValue) ValidateWithPath(path string) error
ValidateWithPath validates the CT_StringValue and its children, prefixing error messages with path
type CT_SubtotalIndex struct {
ValAttr uint32
}
func NewCT_SubtotalIndex() *CT_SubtotalIndex
func (m *CT_SubtotalIndex) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_SubtotalIndex) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_SubtotalIndex) Validate() error
Validate validates the CT_SubtotalIndex and its children
func (m *CT_SubtotalIndex) ValidateWithPath(path string) error
ValidateWithPath validates the CT_SubtotalIndex and its children, prefixing error messages with path
type CT_Subtotals struct {
Idx []*CT_SubtotalIndex
}
func NewCT_Subtotals() *CT_Subtotals
func (m *CT_Subtotals) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Subtotals) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Subtotals) Validate() error
Validate validates the CT_Subtotals and its children
func (m *CT_Subtotals) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Subtotals and its children, prefixing error messages with path
type CT_Text struct {
TextChoice *CT_TextChoice
}
func NewCT_Text() *CT_Text
func (m *CT_Text) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Text) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Text) Validate() error
Validate validates the CT_Text and its children
func (m *CT_Text) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Text and its children, prefixing error messages with path
type CT_TextChoice struct {
TxData *CT_TextData
Rich *dml.CT_TextBody
}
func NewCT_TextChoice() *CT_TextChoice
func (m *CT_TextChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_TextChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_TextChoice) Validate() error
Validate validates the CT_TextChoice and its children
func (m *CT_TextChoice) ValidateWithPath(path string) error
ValidateWithPath validates the CT_TextChoice and its children, prefixing error messages with path
type CT_TextData struct {
V *string
}
func NewCT_TextData() *CT_TextData
func (m *CT_TextData) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_TextData) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_TextData) Validate() error
Validate validates the CT_TextData and its children
func (m *CT_TextData) ValidateWithPath(path string) error
ValidateWithPath validates the CT_TextData and its children, prefixing error messages with path
type CT_TickLabels struct {
ExtLst *CT_ExtensionList
}
func NewCT_TickLabels() *CT_TickLabels
func (m *CT_TickLabels) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_TickLabels) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_TickLabels) Validate() error
Validate validates the CT_TickLabels and its children
func (m *CT_TickLabels) ValidateWithPath(path string) error
ValidateWithPath validates the CT_TickLabels and its children, prefixing error messages with path
type CT_TickMarks struct {
TypeAttr ST_TickMarksType
ExtLst *CT_ExtensionList
}
func NewCT_TickMarks() *CT_TickMarks
func (m *CT_TickMarks) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_TickMarks) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_TickMarks) Validate() error
Validate validates the CT_TickMarks and its children
func (m *CT_TickMarks) ValidateWithPath(path string) error
ValidateWithPath validates the CT_TickMarks and its children, prefixing error messages with path
type CT_ValueAxisScaling struct {
MaxAttr *ST_DoubleOrAutomatic
MinAttr *ST_DoubleOrAutomatic
MajorUnitAttr *ST_ValueAxisUnit
MinorUnitAttr *ST_ValueAxisUnit
}
func NewCT_ValueAxisScaling() *CT_ValueAxisScaling
func (m *CT_ValueAxisScaling) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ValueAxisScaling) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ValueAxisScaling) Validate() error
Validate validates the CT_ValueAxisScaling and its children
func (m *CT_ValueAxisScaling) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ValueAxisScaling and its children, prefixing error messages with path
type CT_ValueColorEndPosition struct {
ValueColorEndPositionChoice *CT_ValueColorEndPositionChoice
}
func NewCT_ValueColorEndPosition() *CT_ValueColorEndPosition
func (m *CT_ValueColorEndPosition) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ValueColorEndPosition) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ValueColorEndPosition) Validate() error
Validate validates the CT_ValueColorEndPosition and its children
func (m *CT_ValueColorEndPosition) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ValueColorEndPosition and its children, prefixing error messages with path
type CT_ValueColorEndPositionChoice struct {
ExtremeValue *CT_ExtremeValueColorPosition
Number *CT_NumberColorPosition
Percent *CT_PercentageColorPosition
}
func NewCT_ValueColorEndPositionChoice() *CT_ValueColorEndPositionChoice
func (m *CT_ValueColorEndPositionChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ValueColorEndPositionChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ValueColorEndPositionChoice) Validate() error
Validate validates the CT_ValueColorEndPositionChoice and its children
func (m *CT_ValueColorEndPositionChoice) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ValueColorEndPositionChoice and its children, prefixing error messages with path
type CT_ValueColorMiddlePosition struct {
ValueColorMiddlePositionChoice *CT_ValueColorMiddlePositionChoice
}
func NewCT_ValueColorMiddlePosition() *CT_ValueColorMiddlePosition
func (m *CT_ValueColorMiddlePosition) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ValueColorMiddlePosition) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ValueColorMiddlePosition) Validate() error
Validate validates the CT_ValueColorMiddlePosition and its children
func (m *CT_ValueColorMiddlePosition) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ValueColorMiddlePosition and its children, prefixing error messages with path
type CT_ValueColorMiddlePositionChoice struct {
Number *CT_NumberColorPosition
Percent *CT_PercentageColorPosition
}
func NewCT_ValueColorMiddlePositionChoice() *CT_ValueColorMiddlePositionChoice
func (m *CT_ValueColorMiddlePositionChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ValueColorMiddlePositionChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ValueColorMiddlePositionChoice) Validate() error
Validate validates the CT_ValueColorMiddlePositionChoice and its children
func (m *CT_ValueColorMiddlePositionChoice) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ValueColorMiddlePositionChoice and its children, prefixing error messages with path
type CT_ValueColorPositions struct {
CountAttr *int32
Min *CT_ValueColorEndPosition
Mid *CT_ValueColorMiddlePosition
Max *CT_ValueColorEndPosition
}
func NewCT_ValueColorPositions() *CT_ValueColorPositions
func (m *CT_ValueColorPositions) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ValueColorPositions) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ValueColorPositions) Validate() error
Validate validates the CT_ValueColorPositions and its children
func (m *CT_ValueColorPositions) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ValueColorPositions and its children, prefixing error messages with path
type CT_ValueColors struct {
MinColor *dml.CT_SolidColorFillProperties
MidColor *dml.CT_SolidColorFillProperties
MaxColor *dml.CT_SolidColorFillProperties
}
func NewCT_ValueColors() *CT_ValueColors
func (m *CT_ValueColors) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ValueColors) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ValueColors) Validate() error
Validate validates the CT_ValueColors and its children
func (m *CT_ValueColors) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ValueColors and its children, prefixing error messages with path
type Chart struct {
CT_RelId
}
func NewChart() *Chart
func (m *Chart) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *Chart) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *Chart) Validate() error
Validate validates the Chart and its children
func (m *Chart) ValidateWithPath(path string) error
ValidateWithPath validates the Chart and its children, prefixing error messages with path
type ChartSpace struct {
CT_ChartSpace
}
func NewChartSpace() *ChartSpace
func (m *ChartSpace) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *ChartSpace) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *ChartSpace) Validate() error
Validate validates the ChartSpace and its children
func (m *ChartSpace) ValidateWithPath(path string) error
ValidateWithPath validates the ChartSpace and its children, prefixing error messages with path
type ST_AxisUnit byte
const (
ST_AxisUnitUnset ST_AxisUnit = 0
ST_AxisUnitHundreds ST_AxisUnit = 1
ST_AxisUnitThousands ST_AxisUnit = 2
ST_AxisUnitTenThousands ST_AxisUnit = 3
ST_AxisUnitHundredThousands ST_AxisUnit = 4
ST_AxisUnitMillions ST_AxisUnit = 5
ST_AxisUnitTenMillions ST_AxisUnit = 6
ST_AxisUnitHundredMillions ST_AxisUnit = 7
ST_AxisUnitBillions ST_AxisUnit = 8
ST_AxisUnitTrillions ST_AxisUnit = 9
ST_AxisUnitPercentage ST_AxisUnit = 10
)
func (m ST_AxisUnit) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_AxisUnit) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_AxisUnit) String() string
func (m *ST_AxisUnit) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_AxisUnit) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_AxisUnit) Validate() error
func (m ST_AxisUnit) ValidateWithPath(path string) error
type ST_DataLabelPos byte
const (
ST_DataLabelPosUnset ST_DataLabelPos = 0
ST_DataLabelPosBestFit ST_DataLabelPos = 1
ST_DataLabelPosB ST_DataLabelPos = 2
ST_DataLabelPosCtr ST_DataLabelPos = 3
ST_DataLabelPosInBase ST_DataLabelPos = 4
ST_DataLabelPosInEnd ST_DataLabelPos = 5
ST_DataLabelPosL ST_DataLabelPos = 6
ST_DataLabelPosOutEnd ST_DataLabelPos = 7
ST_DataLabelPosR ST_DataLabelPos = 8
ST_DataLabelPosT ST_DataLabelPos = 9
)
func (m ST_DataLabelPos) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_DataLabelPos) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_DataLabelPos) String() string
func (m *ST_DataLabelPos) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_DataLabelPos) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_DataLabelPos) Validate() error
func (m ST_DataLabelPos) ValidateWithPath(path string) error
ST_DoubleOrAutomatic is a union type
type ST_DoubleOrAutomatic struct {
Float64 *float64
StringVal *string
}
func ParseUnionST_DoubleOrAutomatic(s string) (ST_DoubleOrAutomatic, error)
func (m ST_DoubleOrAutomatic) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m ST_DoubleOrAutomatic) String() string
func (m *ST_DoubleOrAutomatic) Validate() error
func (m *ST_DoubleOrAutomatic) ValidateWithPath(path string) error
type ST_EntityType byte
const (
ST_EntityTypeUnset ST_EntityType = 0
ST_EntityTypeAddress ST_EntityType = 1
ST_EntityTypeAdminDistrict ST_EntityType = 2
ST_EntityTypeAdminDistrict2 ST_EntityType = 3
ST_EntityTypeAdminDistrict3 ST_EntityType = 4
ST_EntityTypeContinent ST_EntityType = 5
ST_EntityTypeCountryRegion ST_EntityType = 6
ST_EntityTypeLocality ST_EntityType = 7
ST_EntityTypeOcean ST_EntityType = 8
ST_EntityTypePlanet ST_EntityType = 9
ST_EntityTypePostalCode ST_EntityType = 10
ST_EntityTypeRegion ST_EntityType = 11
ST_EntityTypeUnsupported ST_EntityType = 12
)
func (m ST_EntityType) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_EntityType) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_EntityType) String() string
func (m *ST_EntityType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_EntityType) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_EntityType) Validate() error
func (m ST_EntityType) ValidateWithPath(path string) error
type ST_FormulaDirection byte
const (
ST_FormulaDirectionUnset ST_FormulaDirection = 0
ST_FormulaDirectionCol ST_FormulaDirection = 1
ST_FormulaDirectionRow ST_FormulaDirection = 2
)
func (m ST_FormulaDirection) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_FormulaDirection) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_FormulaDirection) String() string
func (m *ST_FormulaDirection) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_FormulaDirection) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_FormulaDirection) Validate() error
func (m ST_FormulaDirection) ValidateWithPath(path string) error
ST_GapWidthRatio is a union type
type ST_GapWidthRatio struct {
Float64 *float64
StringVal *string
}
func ParseUnionST_GapWidthRatio(s string) (ST_GapWidthRatio, error)
func (m ST_GapWidthRatio) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m ST_GapWidthRatio) String() string
func (m *ST_GapWidthRatio) Validate() error
func (m *ST_GapWidthRatio) ValidateWithPath(path string) error
type ST_GeoMappingLevel byte
const (
ST_GeoMappingLevelUnset ST_GeoMappingLevel = 0
ST_GeoMappingLevelDataOnly ST_GeoMappingLevel = 1
ST_GeoMappingLevelPostalCode ST_GeoMappingLevel = 2
ST_GeoMappingLevelCounty ST_GeoMappingLevel = 3
ST_GeoMappingLevelState ST_GeoMappingLevel = 4
ST_GeoMappingLevelCountryRegion ST_GeoMappingLevel = 5
ST_GeoMappingLevelCountryRegionList ST_GeoMappingLevel = 6
ST_GeoMappingLevelWorld ST_GeoMappingLevel = 7
)
func (m ST_GeoMappingLevel) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_GeoMappingLevel) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_GeoMappingLevel) String() string
func (m *ST_GeoMappingLevel) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_GeoMappingLevel) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_GeoMappingLevel) Validate() error
func (m ST_GeoMappingLevel) ValidateWithPath(path string) error
type ST_GeoProjectionType byte
const (
ST_GeoProjectionTypeUnset ST_GeoProjectionType = 0
ST_GeoProjectionTypeMercator ST_GeoProjectionType = 1
ST_GeoProjectionTypeMiller ST_GeoProjectionType = 2
ST_GeoProjectionTypeRobinson ST_GeoProjectionType = 3
ST_GeoProjectionTypeAlbers ST_GeoProjectionType = 4
)
func (m ST_GeoProjectionType) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_GeoProjectionType) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_GeoProjectionType) String() string
func (m *ST_GeoProjectionType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_GeoProjectionType) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_GeoProjectionType) Validate() error
func (m ST_GeoProjectionType) ValidateWithPath(path string) error
type ST_IntervalClosedSide byte
const (
ST_IntervalClosedSideUnset ST_IntervalClosedSide = 0
ST_IntervalClosedSideL ST_IntervalClosedSide = 1
ST_IntervalClosedSideR ST_IntervalClosedSide = 2
)
func (m ST_IntervalClosedSide) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_IntervalClosedSide) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_IntervalClosedSide) String() string
func (m *ST_IntervalClosedSide) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_IntervalClosedSide) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_IntervalClosedSide) Validate() error
func (m ST_IntervalClosedSide) ValidateWithPath(path string) error
type ST_NumericDimensionType byte
const (
ST_NumericDimensionTypeUnset ST_NumericDimensionType = 0
ST_NumericDimensionTypeVal ST_NumericDimensionType = 1
ST_NumericDimensionTypeX ST_NumericDimensionType = 2
ST_NumericDimensionTypeY ST_NumericDimensionType = 3
ST_NumericDimensionTypeSize ST_NumericDimensionType = 4
ST_NumericDimensionTypeColorVal ST_NumericDimensionType = 5
)
func (m ST_NumericDimensionType) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_NumericDimensionType) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_NumericDimensionType) String() string
func (m *ST_NumericDimensionType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_NumericDimensionType) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_NumericDimensionType) Validate() error
func (m ST_NumericDimensionType) ValidateWithPath(path string) error
type ST_PageOrientation byte
const (
ST_PageOrientationUnset ST_PageOrientation = 0
ST_PageOrientationDefault ST_PageOrientation = 1
ST_PageOrientationPortrait ST_PageOrientation = 2
ST_PageOrientationLandscape ST_PageOrientation = 3
)
func (m ST_PageOrientation) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_PageOrientation) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_PageOrientation) String() string
func (m *ST_PageOrientation) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_PageOrientation) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_PageOrientation) Validate() error
func (m ST_PageOrientation) ValidateWithPath(path string) error
type ST_ParentLabelLayout byte
const (
ST_ParentLabelLayoutUnset ST_ParentLabelLayout = 0
ST_ParentLabelLayoutNone ST_ParentLabelLayout = 1
ST_ParentLabelLayoutBanner ST_ParentLabelLayout = 2
ST_ParentLabelLayoutOverlapping ST_ParentLabelLayout = 3
)
func (m ST_ParentLabelLayout) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_ParentLabelLayout) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_ParentLabelLayout) String() string
func (m *ST_ParentLabelLayout) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_ParentLabelLayout) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_ParentLabelLayout) Validate() error
func (m ST_ParentLabelLayout) ValidateWithPath(path string) error
type ST_PosAlign byte
const (
ST_PosAlignUnset ST_PosAlign = 0
ST_PosAlignMin ST_PosAlign = 1
ST_PosAlignCtr ST_PosAlign = 2
ST_PosAlignMax ST_PosAlign = 3
)
func (m ST_PosAlign) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_PosAlign) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_PosAlign) String() string
func (m *ST_PosAlign) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_PosAlign) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_PosAlign) Validate() error
func (m ST_PosAlign) ValidateWithPath(path string) error
type ST_QuartileMethod byte
const (
ST_QuartileMethodUnset ST_QuartileMethod = 0
ST_QuartileMethodInclusive ST_QuartileMethod = 1
ST_QuartileMethodExclusive ST_QuartileMethod = 2
)
func (m ST_QuartileMethod) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_QuartileMethod) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_QuartileMethod) String() string
func (m *ST_QuartileMethod) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_QuartileMethod) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_QuartileMethod) Validate() error
func (m ST_QuartileMethod) ValidateWithPath(path string) error
type ST_RegionLabelLayout byte
const (
ST_RegionLabelLayoutUnset ST_RegionLabelLayout = 0
ST_RegionLabelLayoutNone ST_RegionLabelLayout = 1
ST_RegionLabelLayoutBestFitOnly ST_RegionLabelLayout = 2
ST_RegionLabelLayoutShowAll ST_RegionLabelLayout = 3
)
func (m ST_RegionLabelLayout) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_RegionLabelLayout) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_RegionLabelLayout) String() string
func (m *ST_RegionLabelLayout) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_RegionLabelLayout) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_RegionLabelLayout) Validate() error
func (m ST_RegionLabelLayout) ValidateWithPath(path string) error
type ST_SeriesLayout byte
const (
ST_SeriesLayoutUnset ST_SeriesLayout = 0
ST_SeriesLayoutBoxWhisker ST_SeriesLayout = 1
ST_SeriesLayoutClusteredColumn ST_SeriesLayout = 2
ST_SeriesLayoutFunnel ST_SeriesLayout = 3
ST_SeriesLayoutParetoLine ST_SeriesLayout = 4
ST_SeriesLayoutRegionMap ST_SeriesLayout = 5
ST_SeriesLayoutSunburst ST_SeriesLayout = 6
ST_SeriesLayoutTreemap ST_SeriesLayout = 7
ST_SeriesLayoutWaterfall ST_SeriesLayout = 8
)
func (m ST_SeriesLayout) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_SeriesLayout) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_SeriesLayout) String() string
func (m *ST_SeriesLayout) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_SeriesLayout) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_SeriesLayout) Validate() error
func (m ST_SeriesLayout) ValidateWithPath(path string) error
type ST_SidePos byte
const (
ST_SidePosUnset ST_SidePos = 0
ST_SidePosL ST_SidePos = 1
ST_SidePosT ST_SidePos = 2
ST_SidePosR ST_SidePos = 3
ST_SidePosB ST_SidePos = 4
)
func (m ST_SidePos) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_SidePos) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_SidePos) String() string
func (m *ST_SidePos) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_SidePos) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_SidePos) Validate() error
func (m ST_SidePos) ValidateWithPath(path string) error
type ST_StringDimensionType byte
const (
ST_StringDimensionTypeUnset ST_StringDimensionType = 0
ST_StringDimensionTypeCat ST_StringDimensionType = 1
ST_StringDimensionTypeColorStr ST_StringDimensionType = 2
ST_StringDimensionTypeEntityId ST_StringDimensionType = 3
)
func (m ST_StringDimensionType) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_StringDimensionType) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_StringDimensionType) String() string
func (m *ST_StringDimensionType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_StringDimensionType) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_StringDimensionType) Validate() error
func (m ST_StringDimensionType) ValidateWithPath(path string) error
type ST_TickMarksType byte
const (
ST_TickMarksTypeUnset ST_TickMarksType = 0
ST_TickMarksTypeIn ST_TickMarksType = 1
ST_TickMarksTypeOut ST_TickMarksType = 2
ST_TickMarksTypeCross ST_TickMarksType = 3
ST_TickMarksTypeNone ST_TickMarksType = 4
)
func (m ST_TickMarksType) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_TickMarksType) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_TickMarksType) String() string
func (m *ST_TickMarksType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_TickMarksType) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_TickMarksType) Validate() error
func (m ST_TickMarksType) ValidateWithPath(path string) error
ST_ValueAxisUnit is a union type
type ST_ValueAxisUnit struct {
Float64 *float64
StringVal *string
}
func ParseUnionST_ValueAxisUnit(s string) (ST_ValueAxisUnit, error)
func (m ST_ValueAxisUnit) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m ST_ValueAxisUnit) String() string
func (m *ST_ValueAxisUnit) Validate() error
func (m *ST_ValueAxisUnit) ValidateWithPath(path string) error