type CT_GraphicFrame struct {
CNvPr *dml.CT_NonVisualDrawingProps
CNvFrPr *dml.CT_NonVisualGraphicFrameProperties
Xfrm *dml.CT_Transform2D
Graphic *dml.Graphic
ExtLst *dml.CT_OfficeArtExtensionList
}
func NewCT_GraphicFrame() *CT_GraphicFrame
func (m *CT_GraphicFrame) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_GraphicFrame) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_GraphicFrame) Validate() error
Validate validates the CT_GraphicFrame and its children
func (m *CT_GraphicFrame) ValidateWithPath(path string) error
ValidateWithPath validates the CT_GraphicFrame and its children, prefixing error messages with path
type CT_WordprocessingGroup struct {
CNvPr *dml.CT_NonVisualDrawingProps
CNvGrpSpPr *dml.CT_NonVisualGroupDrawingShapeProps
GrpSpPr *dml.CT_GroupShapeProperties
WordprocessingGroupChoice []*CT_WordprocessingGroupChoice
ExtLst *dml.CT_OfficeArtExtensionList
}
func NewCT_WordprocessingGroup() *CT_WordprocessingGroup
func (m *CT_WordprocessingGroup) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_WordprocessingGroup) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_WordprocessingGroup) Validate() error
Validate validates the CT_WordprocessingGroup and its children
func (m *CT_WordprocessingGroup) ValidateWithPath(path string) error
ValidateWithPath validates the CT_WordprocessingGroup and its children, prefixing error messages with path
type CT_WordprocessingGroupChoice struct {
Wsp *wordprocessingShape.Wsp
GrpSp *CT_WordprocessingGroup
GraphicFrame *CT_GraphicFrame
Pic *picture.Pic
ContentPart *wordml.ContentPart
}
func NewCT_WordprocessingGroupChoice() *CT_WordprocessingGroupChoice
func (m *CT_WordprocessingGroupChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_WordprocessingGroupChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_WordprocessingGroupChoice) Validate() error
Validate validates the CT_WordprocessingGroupChoice and its children
func (m *CT_WordprocessingGroupChoice) ValidateWithPath(path string) error
ValidateWithPath validates the CT_WordprocessingGroupChoice and its children, prefixing error messages with path
type Wgp struct {
CT_WordprocessingGroup
}
func NewWgp() *Wgp
func (m *Wgp) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *Wgp) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *Wgp) Validate() error
Validate validates the Wgp and its children
func (m *Wgp) ValidateWithPath(path string) error
ValidateWithPath validates the Wgp and its children, prefixing error messages with path