...

Package chart

Overview ▾

Index ▾

type CT_BooleanFalse
    func NewCT_BooleanFalse() *CT_BooleanFalse
    func (m *CT_BooleanFalse) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_BooleanFalse) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_BooleanFalse) Validate() error
    func (m *CT_BooleanFalse) ValidateWithPath(path string) error
type CT_BooleanTrue
    func NewCT_BooleanTrue() *CT_BooleanTrue
    func (m *CT_BooleanTrue) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_BooleanTrue) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_BooleanTrue) Validate() error
    func (m *CT_BooleanTrue) ValidateWithPath(path string) error
type CT_InvertSolidFillFmt
    func NewCT_InvertSolidFillFmt() *CT_InvertSolidFillFmt
    func (m *CT_InvertSolidFillFmt) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_InvertSolidFillFmt) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_InvertSolidFillFmt) Validate() error
    func (m *CT_InvertSolidFillFmt) ValidateWithPath(path string) error
type CT_PivotOptions
    func NewCT_PivotOptions() *CT_PivotOptions
    func (m *CT_PivotOptions) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_PivotOptions) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_PivotOptions) Validate() error
    func (m *CT_PivotOptions) ValidateWithPath(path string) error
type CT_Style
    func NewCT_Style() *CT_Style
    func (m *CT_Style) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_Style) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_Style) Validate() error
    func (m *CT_Style) ValidateWithPath(path string) error
type InvertSolidFillFmt
    func NewInvertSolidFillFmt() *InvertSolidFillFmt
    func (m *InvertSolidFillFmt) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *InvertSolidFillFmt) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *InvertSolidFillFmt) Validate() error
    func (m *InvertSolidFillFmt) ValidateWithPath(path string) error
type PivotOptions
    func NewPivotOptions() *PivotOptions
    func (m *PivotOptions) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *PivotOptions) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *PivotOptions) Validate() error
    func (m *PivotOptions) ValidateWithPath(path string) error
type Style
    func NewStyle() *Style
    func (m *Style) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *Style) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *Style) Validate() error
    func (m *Style) ValidateWithPath(path string) error

Package files

CT_BooleanFalse.go CT_BooleanTrue.go CT_InvertSolidFillFmt.go CT_PivotOptions.go CT_Style.go InvertSolidFillFmt.go PivotOptions.go Style.go common.go

type CT_BooleanFalse

type CT_BooleanFalse struct {
    ValAttr *bool
}

func NewCT_BooleanFalse

func NewCT_BooleanFalse() *CT_BooleanFalse

func (*CT_BooleanFalse) MarshalXML

func (m *CT_BooleanFalse) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*CT_BooleanFalse) UnmarshalXML

func (m *CT_BooleanFalse) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*CT_BooleanFalse) Validate

func (m *CT_BooleanFalse) Validate() error

Validate validates the CT_BooleanFalse and its children

func (*CT_BooleanFalse) ValidateWithPath

func (m *CT_BooleanFalse) ValidateWithPath(path string) error

ValidateWithPath validates the CT_BooleanFalse and its children, prefixing error messages with path

type CT_BooleanTrue

type CT_BooleanTrue struct {
    ValAttr *bool
}

func NewCT_BooleanTrue

func NewCT_BooleanTrue() *CT_BooleanTrue

func (*CT_BooleanTrue) MarshalXML

func (m *CT_BooleanTrue) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*CT_BooleanTrue) UnmarshalXML

func (m *CT_BooleanTrue) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*CT_BooleanTrue) Validate

func (m *CT_BooleanTrue) Validate() error

Validate validates the CT_BooleanTrue and its children

func (*CT_BooleanTrue) ValidateWithPath

func (m *CT_BooleanTrue) ValidateWithPath(path string) error

ValidateWithPath validates the CT_BooleanTrue and its children, prefixing error messages with path

type CT_InvertSolidFillFmt

type CT_InvertSolidFillFmt struct {
    SpPr *dml.CT_ShapeProperties
}

func NewCT_InvertSolidFillFmt

func NewCT_InvertSolidFillFmt() *CT_InvertSolidFillFmt

func (*CT_InvertSolidFillFmt) MarshalXML

func (m *CT_InvertSolidFillFmt) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*CT_InvertSolidFillFmt) UnmarshalXML

func (m *CT_InvertSolidFillFmt) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*CT_InvertSolidFillFmt) Validate

func (m *CT_InvertSolidFillFmt) Validate() error

Validate validates the CT_InvertSolidFillFmt and its children

func (*CT_InvertSolidFillFmt) ValidateWithPath

func (m *CT_InvertSolidFillFmt) ValidateWithPath(path string) error

ValidateWithPath validates the CT_InvertSolidFillFmt and its children, prefixing error messages with path

type CT_PivotOptions

type CT_PivotOptions struct {
    DropZoneFilter     *CT_BooleanFalse
    DropZoneCategories *CT_BooleanFalse
    DropZoneData       *CT_BooleanFalse
    DropZoneSeries     *CT_BooleanFalse
    DropZonesVisible   *CT_BooleanFalse
}

func NewCT_PivotOptions

func NewCT_PivotOptions() *CT_PivotOptions

func (*CT_PivotOptions) MarshalXML

func (m *CT_PivotOptions) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*CT_PivotOptions) UnmarshalXML

func (m *CT_PivotOptions) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*CT_PivotOptions) Validate

func (m *CT_PivotOptions) Validate() error

Validate validates the CT_PivotOptions and its children

func (*CT_PivotOptions) ValidateWithPath

func (m *CT_PivotOptions) ValidateWithPath(path string) error

ValidateWithPath validates the CT_PivotOptions and its children, prefixing error messages with path

type CT_Style

type CT_Style struct {
    ValAttr uint8
}

func NewCT_Style

func NewCT_Style() *CT_Style

func (*CT_Style) MarshalXML

func (m *CT_Style) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*CT_Style) UnmarshalXML

func (m *CT_Style) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*CT_Style) Validate

func (m *CT_Style) Validate() error

Validate validates the CT_Style and its children

func (*CT_Style) ValidateWithPath

func (m *CT_Style) ValidateWithPath(path string) error

ValidateWithPath validates the CT_Style and its children, prefixing error messages with path

type InvertSolidFillFmt

type InvertSolidFillFmt struct {
    CT_InvertSolidFillFmt
}

func NewInvertSolidFillFmt

func NewInvertSolidFillFmt() *InvertSolidFillFmt

func (*InvertSolidFillFmt) MarshalXML

func (m *InvertSolidFillFmt) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*InvertSolidFillFmt) UnmarshalXML

func (m *InvertSolidFillFmt) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*InvertSolidFillFmt) Validate

func (m *InvertSolidFillFmt) Validate() error

Validate validates the InvertSolidFillFmt and its children

func (*InvertSolidFillFmt) ValidateWithPath

func (m *InvertSolidFillFmt) ValidateWithPath(path string) error

ValidateWithPath validates the InvertSolidFillFmt and its children, prefixing error messages with path

type PivotOptions

type PivotOptions struct {
    CT_PivotOptions
}

func NewPivotOptions

func NewPivotOptions() *PivotOptions

func (*PivotOptions) MarshalXML

func (m *PivotOptions) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*PivotOptions) UnmarshalXML

func (m *PivotOptions) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*PivotOptions) Validate

func (m *PivotOptions) Validate() error

Validate validates the PivotOptions and its children

func (*PivotOptions) ValidateWithPath

func (m *PivotOptions) ValidateWithPath(path string) error

ValidateWithPath validates the PivotOptions and its children, prefixing error messages with path

type Style

type Style struct {
    CT_Style
}

func NewStyle

func NewStyle() *Style

func (*Style) MarshalXML

func (m *Style) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*Style) UnmarshalXML

func (m *Style) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*Style) Validate

func (m *Style) Validate() error

Validate validates the Style and its children

func (*Style) ValidateWithPath

func (m *Style) ValidateWithPath(path string) error

ValidateWithPath validates the Style and its children, prefixing error messages with path