HomeUniDoc
...

Package chartDrawing

Overview ▾

Index ▾

type CT_ApplicationNonVisualDrawingProps
    func NewCT_ApplicationNonVisualDrawingProps() *CT_ApplicationNonVisualDrawingProps
    func (m *CT_ApplicationNonVisualDrawingProps) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_ApplicationNonVisualDrawingProps) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_ApplicationNonVisualDrawingProps) Validate() error
    func (m *CT_ApplicationNonVisualDrawingProps) ValidateWithPath(path string) error
type CT_ContentPart
    func NewCT_ContentPart() *CT_ContentPart
    func (m *CT_ContentPart) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_ContentPart) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_ContentPart) Validate() error
    func (m *CT_ContentPart) ValidateWithPath(path string) error
type CT_ContentPartNonVisual
    func NewCT_ContentPartNonVisual() *CT_ContentPartNonVisual
    func (m *CT_ContentPartNonVisual) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_ContentPartNonVisual) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_ContentPartNonVisual) Validate() error
    func (m *CT_ContentPartNonVisual) ValidateWithPath(path string) error
type ContentPart
    func NewContentPart() *ContentPart
    func (m *ContentPart) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *ContentPart) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *ContentPart) Validate() error
    func (m *ContentPart) ValidateWithPath(path string) error

Package files

CT_ApplicationNonVisualDrawingProps.go CT_ContentPart.go CT_ContentPartNonVisual.go ContentPart.go common.go

type CT_ApplicationNonVisualDrawingProps

type CT_ApplicationNonVisualDrawingProps struct {
    MacroAttr      *string
    FPublishedAttr *bool
}

func NewCT_ApplicationNonVisualDrawingProps

func NewCT_ApplicationNonVisualDrawingProps() *CT_ApplicationNonVisualDrawingProps

func (*CT_ApplicationNonVisualDrawingProps) MarshalXML

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

func (*CT_ApplicationNonVisualDrawingProps) UnmarshalXML

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

func (*CT_ApplicationNonVisualDrawingProps) Validate

func (m *CT_ApplicationNonVisualDrawingProps) Validate() error

Validate validates the CT_ApplicationNonVisualDrawingProps and its children

func (*CT_ApplicationNonVisualDrawingProps) ValidateWithPath

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

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

type CT_ContentPart

type CT_ContentPart struct {
    IdAttr          string
    BwModeAttr      dml.ST_BlackWhiteMode
    NvContentPartPr *CT_ContentPartNonVisual
    NvPr            *CT_ApplicationNonVisualDrawingProps
    Xfrm            *dml.CT_Transform2D
    ExtLst          *dml.CT_OfficeArtExtensionList
}

func NewCT_ContentPart

func NewCT_ContentPart() *CT_ContentPart

func (*CT_ContentPart) MarshalXML

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

func (*CT_ContentPart) UnmarshalXML

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

func (*CT_ContentPart) Validate

func (m *CT_ContentPart) Validate() error

Validate validates the CT_ContentPart and its children

func (*CT_ContentPart) ValidateWithPath

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

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

type CT_ContentPartNonVisual

type CT_ContentPartNonVisual struct {
    CNvPr            *dml.CT_NonVisualDrawingProps
    CNvContentPartPr *drawing.CT_NonVisualInkContentPartProperties
}

func NewCT_ContentPartNonVisual

func NewCT_ContentPartNonVisual() *CT_ContentPartNonVisual

func (*CT_ContentPartNonVisual) MarshalXML

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

func (*CT_ContentPartNonVisual) UnmarshalXML

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

func (*CT_ContentPartNonVisual) Validate

func (m *CT_ContentPartNonVisual) Validate() error

Validate validates the CT_ContentPartNonVisual and its children

func (*CT_ContentPartNonVisual) ValidateWithPath

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

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

type ContentPart

type ContentPart struct {
    CT_ContentPart
}

func NewContentPart

func NewContentPart() *ContentPart

func (*ContentPart) MarshalXML

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

func (*ContentPart) UnmarshalXML

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

func (*ContentPart) Validate

func (m *ContentPart) Validate() error

Validate validates the ContentPart and its children

func (*ContentPart) ValidateWithPath

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

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