Documentation
      ¶
    
    
  
    
  
    Index ¶
- type CT_AbsSizeAnchor
 - type CT_Connector
 - type CT_ConnectorNonVisual
 - type CT_Drawing
 - type CT_GraphicFrame
 - type CT_GraphicFrameNonVisual
 - func (m *CT_GraphicFrameNonVisual) MarshalXML(e *xml.Encoder, start xml.StartElement) error
 - func (m *CT_GraphicFrameNonVisual) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
 - func (m *CT_GraphicFrameNonVisual) Validate() error
 - func (m *CT_GraphicFrameNonVisual) ValidateWithPath(path string) error
 
- type CT_GroupShape
 - type CT_GroupShapeChoice
 - type CT_GroupShapeNonVisual
 - func (m *CT_GroupShapeNonVisual) MarshalXML(e *xml.Encoder, start xml.StartElement) error
 - func (m *CT_GroupShapeNonVisual) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
 - func (m *CT_GroupShapeNonVisual) Validate() error
 - func (m *CT_GroupShapeNonVisual) ValidateWithPath(path string) error
 
- type CT_Marker
 - type CT_Picture
 - type CT_PictureNonVisual
 - type CT_RelSizeAnchor
 - type CT_Shape
 - type CT_ShapeNonVisual
 - type EG_Anchor
 - type EG_ObjectChoices
 - type EG_ObjectChoicesChoice
 - func (m *EG_ObjectChoicesChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
 - func (m *EG_ObjectChoicesChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
 - func (m *EG_ObjectChoicesChoice) Validate() error
 - func (m *EG_ObjectChoicesChoice) ValidateWithPath(path string) error
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CT_AbsSizeAnchor ¶
type CT_AbsSizeAnchor struct {
	From   *CT_Marker
	Ext    *drawingml.CT_PositiveSize2D
	Choice *EG_ObjectChoicesChoice
}
    func NewCT_AbsSizeAnchor ¶
func NewCT_AbsSizeAnchor() *CT_AbsSizeAnchor
func (*CT_AbsSizeAnchor) MarshalXML ¶
func (m *CT_AbsSizeAnchor) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_AbsSizeAnchor) UnmarshalXML ¶
func (m *CT_AbsSizeAnchor) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_AbsSizeAnchor) Validate ¶
func (m *CT_AbsSizeAnchor) Validate() error
Validate validates the CT_AbsSizeAnchor and its children
func (*CT_AbsSizeAnchor) ValidateWithPath ¶
func (m *CT_AbsSizeAnchor) ValidateWithPath(path string) error
ValidateWithPath validates the CT_AbsSizeAnchor and its children, prefixing error messages with path
type CT_Connector ¶
type CT_Connector struct {
	MacroAttr      *string
	FPublishedAttr *bool
	NvCxnSpPr      *CT_ConnectorNonVisual
	SpPr           *drawingml.CT_ShapeProperties
	Style          *drawingml.CT_ShapeStyle
}
    func NewCT_Connector ¶
func NewCT_Connector() *CT_Connector
func (*CT_Connector) MarshalXML ¶
func (m *CT_Connector) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_Connector) UnmarshalXML ¶
func (m *CT_Connector) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_Connector) Validate ¶
func (m *CT_Connector) Validate() error
Validate validates the CT_Connector and its children
func (*CT_Connector) ValidateWithPath ¶
func (m *CT_Connector) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Connector and its children, prefixing error messages with path
type CT_ConnectorNonVisual ¶
type CT_ConnectorNonVisual struct {
	CNvPr      *drawingml.CT_NonVisualDrawingProps
	CNvCxnSpPr *drawingml.CT_NonVisualConnectorProperties
}
    func NewCT_ConnectorNonVisual ¶
func NewCT_ConnectorNonVisual() *CT_ConnectorNonVisual
func (*CT_ConnectorNonVisual) MarshalXML ¶
func (m *CT_ConnectorNonVisual) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_ConnectorNonVisual) UnmarshalXML ¶
func (m *CT_ConnectorNonVisual) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_ConnectorNonVisual) Validate ¶
func (m *CT_ConnectorNonVisual) Validate() error
Validate validates the CT_ConnectorNonVisual and its children
func (*CT_ConnectorNonVisual) ValidateWithPath ¶
func (m *CT_ConnectorNonVisual) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ConnectorNonVisual and its children, prefixing error messages with path
type CT_Drawing ¶
type CT_Drawing struct {
	EG_Anchor []*EG_Anchor
}
    func NewCT_Drawing ¶
func NewCT_Drawing() *CT_Drawing
func (*CT_Drawing) MarshalXML ¶
func (m *CT_Drawing) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_Drawing) UnmarshalXML ¶
func (m *CT_Drawing) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_Drawing) Validate ¶
func (m *CT_Drawing) Validate() error
Validate validates the CT_Drawing and its children
func (*CT_Drawing) ValidateWithPath ¶
func (m *CT_Drawing) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Drawing and its children, prefixing error messages with path
type CT_GraphicFrame ¶
type CT_GraphicFrame struct {
	MacroAttr        *string
	FPublishedAttr   *bool
	NvGraphicFramePr *CT_GraphicFrameNonVisual
	Xfrm             *drawingml.CT_Transform2D
	Graphic          *drawingml.Graphic
}
    func NewCT_GraphicFrame ¶
func NewCT_GraphicFrame() *CT_GraphicFrame
func (*CT_GraphicFrame) MarshalXML ¶
func (m *CT_GraphicFrame) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_GraphicFrame) UnmarshalXML ¶
func (m *CT_GraphicFrame) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_GraphicFrame) Validate ¶
func (m *CT_GraphicFrame) Validate() error
Validate validates the CT_GraphicFrame and its children
func (*CT_GraphicFrame) ValidateWithPath ¶
func (m *CT_GraphicFrame) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GraphicFrame and its children, prefixing error messages with path
type CT_GraphicFrameNonVisual ¶
type CT_GraphicFrameNonVisual struct {
	CNvPr             *drawingml.CT_NonVisualDrawingProps
	CNvGraphicFramePr *drawingml.CT_NonVisualGraphicFrameProperties
}
    func NewCT_GraphicFrameNonVisual ¶
func NewCT_GraphicFrameNonVisual() *CT_GraphicFrameNonVisual
func (*CT_GraphicFrameNonVisual) MarshalXML ¶
func (m *CT_GraphicFrameNonVisual) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_GraphicFrameNonVisual) UnmarshalXML ¶
func (m *CT_GraphicFrameNonVisual) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_GraphicFrameNonVisual) Validate ¶
func (m *CT_GraphicFrameNonVisual) Validate() error
Validate validates the CT_GraphicFrameNonVisual and its children
func (*CT_GraphicFrameNonVisual) ValidateWithPath ¶
func (m *CT_GraphicFrameNonVisual) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GraphicFrameNonVisual and its children, prefixing error messages with path
type CT_GroupShape ¶
type CT_GroupShape struct {
	NvGrpSpPr *CT_GroupShapeNonVisual
	GrpSpPr   *drawingml.CT_GroupShapeProperties
	Choice    []*CT_GroupShapeChoice
}
    func NewCT_GroupShape ¶
func NewCT_GroupShape() *CT_GroupShape
func (*CT_GroupShape) MarshalXML ¶
func (m *CT_GroupShape) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_GroupShape) UnmarshalXML ¶
func (m *CT_GroupShape) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_GroupShape) Validate ¶
func (m *CT_GroupShape) Validate() error
Validate validates the CT_GroupShape and its children
func (*CT_GroupShape) ValidateWithPath ¶
func (m *CT_GroupShape) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GroupShape and its children, prefixing error messages with path
type CT_GroupShapeChoice ¶
type CT_GroupShapeChoice struct {
	Sp           []*CT_Shape
	GrpSp        []*CT_GroupShape
	GraphicFrame []*CT_GraphicFrame
	CxnSp        []*CT_Connector
	Pic          []*CT_Picture
}
    func NewCT_GroupShapeChoice ¶
func NewCT_GroupShapeChoice() *CT_GroupShapeChoice
func (*CT_GroupShapeChoice) MarshalXML ¶
func (m *CT_GroupShapeChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_GroupShapeChoice) UnmarshalXML ¶
func (m *CT_GroupShapeChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_GroupShapeChoice) Validate ¶
func (m *CT_GroupShapeChoice) Validate() error
Validate validates the CT_GroupShapeChoice and its children
func (*CT_GroupShapeChoice) ValidateWithPath ¶
func (m *CT_GroupShapeChoice) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GroupShapeChoice and its children, prefixing error messages with path
type CT_GroupShapeNonVisual ¶
type CT_GroupShapeNonVisual struct {
	CNvPr      *drawingml.CT_NonVisualDrawingProps
	CNvGrpSpPr *drawingml.CT_NonVisualGroupDrawingShapeProps
}
    func NewCT_GroupShapeNonVisual ¶
func NewCT_GroupShapeNonVisual() *CT_GroupShapeNonVisual
func (*CT_GroupShapeNonVisual) MarshalXML ¶
func (m *CT_GroupShapeNonVisual) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_GroupShapeNonVisual) UnmarshalXML ¶
func (m *CT_GroupShapeNonVisual) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_GroupShapeNonVisual) Validate ¶
func (m *CT_GroupShapeNonVisual) Validate() error
Validate validates the CT_GroupShapeNonVisual and its children
func (*CT_GroupShapeNonVisual) ValidateWithPath ¶
func (m *CT_GroupShapeNonVisual) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GroupShapeNonVisual and its children, prefixing error messages with path
type CT_Marker ¶
func NewCT_Marker ¶
func NewCT_Marker() *CT_Marker
func (*CT_Marker) MarshalXML ¶
func (*CT_Marker) UnmarshalXML ¶
func (*CT_Marker) ValidateWithPath ¶
ValidateWithPath validates the CT_Marker and its children, prefixing error messages with path
type CT_Picture ¶
type CT_Picture struct {
	MacroAttr      *string
	FPublishedAttr *bool
	NvPicPr        *CT_PictureNonVisual
	BlipFill       *drawingml.CT_BlipFillProperties
	SpPr           *drawingml.CT_ShapeProperties
	Style          *drawingml.CT_ShapeStyle
}
    func NewCT_Picture ¶
func NewCT_Picture() *CT_Picture
func (*CT_Picture) MarshalXML ¶
func (m *CT_Picture) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_Picture) UnmarshalXML ¶
func (m *CT_Picture) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_Picture) Validate ¶
func (m *CT_Picture) Validate() error
Validate validates the CT_Picture and its children
func (*CT_Picture) ValidateWithPath ¶
func (m *CT_Picture) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Picture and its children, prefixing error messages with path
type CT_PictureNonVisual ¶
type CT_PictureNonVisual struct {
	CNvPr    *drawingml.CT_NonVisualDrawingProps
	CNvPicPr *drawingml.CT_NonVisualPictureProperties
}
    func NewCT_PictureNonVisual ¶
func NewCT_PictureNonVisual() *CT_PictureNonVisual
func (*CT_PictureNonVisual) MarshalXML ¶
func (m *CT_PictureNonVisual) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_PictureNonVisual) UnmarshalXML ¶
func (m *CT_PictureNonVisual) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_PictureNonVisual) Validate ¶
func (m *CT_PictureNonVisual) Validate() error
Validate validates the CT_PictureNonVisual and its children
func (*CT_PictureNonVisual) ValidateWithPath ¶
func (m *CT_PictureNonVisual) ValidateWithPath(path string) error
ValidateWithPath validates the CT_PictureNonVisual and its children, prefixing error messages with path
type CT_RelSizeAnchor ¶
type CT_RelSizeAnchor struct {
	From   *CT_Marker
	To     *CT_Marker
	Choice *EG_ObjectChoicesChoice
}
    func NewCT_RelSizeAnchor ¶
func NewCT_RelSizeAnchor() *CT_RelSizeAnchor
func (*CT_RelSizeAnchor) MarshalXML ¶
func (m *CT_RelSizeAnchor) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_RelSizeAnchor) UnmarshalXML ¶
func (m *CT_RelSizeAnchor) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_RelSizeAnchor) Validate ¶
func (m *CT_RelSizeAnchor) Validate() error
Validate validates the CT_RelSizeAnchor and its children
func (*CT_RelSizeAnchor) ValidateWithPath ¶
func (m *CT_RelSizeAnchor) ValidateWithPath(path string) error
ValidateWithPath validates the CT_RelSizeAnchor and its children, prefixing error messages with path
type CT_Shape ¶
type CT_Shape struct {
	MacroAttr      *string
	TextlinkAttr   *string
	FLocksTextAttr *bool
	FPublishedAttr *bool
	NvSpPr         *CT_ShapeNonVisual
	SpPr           *drawingml.CT_ShapeProperties
	Style          *drawingml.CT_ShapeStyle
	TxBody         *drawingml.CT_TextBody
}
    func NewCT_Shape ¶
func NewCT_Shape() *CT_Shape
func (*CT_Shape) MarshalXML ¶
func (*CT_Shape) UnmarshalXML ¶
func (*CT_Shape) ValidateWithPath ¶
ValidateWithPath validates the CT_Shape and its children, prefixing error messages with path
type CT_ShapeNonVisual ¶
type CT_ShapeNonVisual struct {
	CNvPr   *drawingml.CT_NonVisualDrawingProps
	CNvSpPr *drawingml.CT_NonVisualDrawingShapeProps
}
    func NewCT_ShapeNonVisual ¶
func NewCT_ShapeNonVisual() *CT_ShapeNonVisual
func (*CT_ShapeNonVisual) MarshalXML ¶
func (m *CT_ShapeNonVisual) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_ShapeNonVisual) UnmarshalXML ¶
func (m *CT_ShapeNonVisual) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_ShapeNonVisual) Validate ¶
func (m *CT_ShapeNonVisual) Validate() error
Validate validates the CT_ShapeNonVisual and its children
func (*CT_ShapeNonVisual) ValidateWithPath ¶
func (m *CT_ShapeNonVisual) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ShapeNonVisual and its children, prefixing error messages with path
type EG_Anchor ¶
type EG_Anchor struct {
	RelSizeAnchor *CT_RelSizeAnchor
	AbsSizeAnchor *CT_AbsSizeAnchor
}
    func NewEG_Anchor ¶
func NewEG_Anchor() *EG_Anchor
func (*EG_Anchor) MarshalXML ¶
func (*EG_Anchor) UnmarshalXML ¶
func (*EG_Anchor) ValidateWithPath ¶
ValidateWithPath validates the EG_Anchor and its children, prefixing error messages with path
type EG_ObjectChoices ¶
type EG_ObjectChoices struct {
	Choice *EG_ObjectChoicesChoice
}
    func NewEG_ObjectChoices ¶
func NewEG_ObjectChoices() *EG_ObjectChoices
func (*EG_ObjectChoices) MarshalXML ¶
func (m *EG_ObjectChoices) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*EG_ObjectChoices) UnmarshalXML ¶
func (m *EG_ObjectChoices) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*EG_ObjectChoices) Validate ¶
func (m *EG_ObjectChoices) Validate() error
Validate validates the EG_ObjectChoices and its children
func (*EG_ObjectChoices) ValidateWithPath ¶
func (m *EG_ObjectChoices) ValidateWithPath(path string) error
ValidateWithPath validates the EG_ObjectChoices and its children, prefixing error messages with path
type EG_ObjectChoicesChoice ¶
type EG_ObjectChoicesChoice struct {
	Sp           *CT_Shape
	GrpSp        *CT_GroupShape
	GraphicFrame *CT_GraphicFrame
	CxnSp        *CT_Connector
	Pic          *CT_Picture
}
    func NewEG_ObjectChoicesChoice ¶
func NewEG_ObjectChoicesChoice() *EG_ObjectChoicesChoice
func (*EG_ObjectChoicesChoice) MarshalXML ¶
func (m *EG_ObjectChoicesChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*EG_ObjectChoicesChoice) UnmarshalXML ¶
func (m *EG_ObjectChoicesChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*EG_ObjectChoicesChoice) Validate ¶
func (m *EG_ObjectChoicesChoice) Validate() error
Validate validates the EG_ObjectChoicesChoice and its children
func (*EG_ObjectChoicesChoice) ValidateWithPath ¶
func (m *EG_ObjectChoicesChoice) ValidateWithPath(path string) error
ValidateWithPath validates the EG_ObjectChoicesChoice and its children, prefixing error messages with path
      
      Source Files
      ¶
    
- CT_AbsSizeAnchor.go
 - CT_Connector.go
 - CT_ConnectorNonVisual.go
 - CT_Drawing.go
 - CT_GraphicFrame.go
 - CT_GraphicFrameNonVisual.go
 - CT_GroupShape.go
 - CT_GroupShapeChoice.go
 - CT_GroupShapeNonVisual.go
 - CT_Marker.go
 - CT_Picture.go
 - CT_PictureNonVisual.go
 - CT_RelSizeAnchor.go
 - CT_Shape.go
 - CT_ShapeNonVisual.go
 - EG_Anchor.go
 - EG_ObjectChoices.go
 - EG_ObjectChoicesChoice.go
 - common.go