...

Package wordprocessingGroup

Overview ▾

Index ▾

type CT_GraphicFrame
    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
    func (m *CT_GraphicFrame) ValidateWithPath(path string) error
type CT_WordprocessingGroup
    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
    func (m *CT_WordprocessingGroup) ValidateWithPath(path string) error
type CT_WordprocessingGroupChoice
    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
    func (m *CT_WordprocessingGroupChoice) ValidateWithPath(path string) error
type Wgp
    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
    func (m *Wgp) ValidateWithPath(path string) error

Package files

CT_GraphicFrame.go CT_WordprocessingGroup.go CT_WordprocessingGroupChoice.go Wgp.go common.go

type CT_GraphicFrame

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

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_WordprocessingGroup

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

func NewCT_WordprocessingGroup() *CT_WordprocessingGroup

func (*CT_WordprocessingGroup) MarshalXML

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

func (*CT_WordprocessingGroup) UnmarshalXML

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

func (*CT_WordprocessingGroup) Validate

func (m *CT_WordprocessingGroup) Validate() error

Validate validates the CT_WordprocessingGroup and its children

func (*CT_WordprocessingGroup) ValidateWithPath

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

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

type CT_WordprocessingGroupChoice

type CT_WordprocessingGroupChoice struct {
    Wsp          *wordprocessingShape.Wsp
    GrpSp        *CT_WordprocessingGroup
    GraphicFrame *CT_GraphicFrame
    Pic          *picture.Pic
    ContentPart  *wordml.ContentPart
}

func NewCT_WordprocessingGroupChoice

func NewCT_WordprocessingGroupChoice() *CT_WordprocessingGroupChoice

func (*CT_WordprocessingGroupChoice) MarshalXML

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

func (*CT_WordprocessingGroupChoice) UnmarshalXML

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

func (*CT_WordprocessingGroupChoice) Validate

func (m *CT_WordprocessingGroupChoice) Validate() error

Validate validates the CT_WordprocessingGroupChoice and its children

func (*CT_WordprocessingGroupChoice) ValidateWithPath

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

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

type Wgp

type Wgp struct {
    CT_WordprocessingGroup
}

func NewWgp

func NewWgp() *Wgp

func (*Wgp) MarshalXML

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

func (*Wgp) UnmarshalXML

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

func (*Wgp) Validate

func (m *Wgp) Validate() error

Validate validates the Wgp and its children

func (*Wgp) ValidateWithPath

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

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