mirror of
https://github.com/unidoc/unioffice.git
synced 2025-05-14 19:29:48 +08:00

* update license and terms * Fixes * Create ACKNOWLEDGEMENTS.md * Update ACKNOWLEDGEMENTS.md * Revert go.mod changes and remove go1.11 tests
162 lines
5.6 KiB
Go
162 lines
5.6 KiB
Go
// Copyright 2020 FoxyUtils ehf. All rights reserved.
|
|
//
|
|
// DO NOT EDIT: generated by unioffice ECMA-376 generator
|
|
//
|
|
// Use of this software package and source code is governed by the terms of the
|
|
// UniDoc End User License Agreement (EULA) that is available at:
|
|
// https://unidoc.io/eula/
|
|
// A trial license code for evaluation can be obtained at https://unidoc.io website.
|
|
|
|
package wml
|
|
|
|
import (
|
|
"encoding/xml"
|
|
"fmt"
|
|
|
|
"github.com/unidoc/unioffice"
|
|
"github.com/unidoc/unioffice/schema/soo/dml"
|
|
)
|
|
|
|
type WdCT_WordprocessingCanvas struct {
|
|
Bg *dml.CT_BackgroundFormatting
|
|
Whole *dml.CT_WholeE2oFormatting
|
|
Choice []*WdCT_WordprocessingCanvasChoice
|
|
ExtLst *dml.CT_OfficeArtExtensionList
|
|
}
|
|
|
|
func NewWdCT_WordprocessingCanvas() *WdCT_WordprocessingCanvas {
|
|
ret := &WdCT_WordprocessingCanvas{}
|
|
return ret
|
|
}
|
|
|
|
func (m *WdCT_WordprocessingCanvas) MarshalXML(e *xml.Encoder, start xml.StartElement) error {
|
|
e.EncodeToken(start)
|
|
if m.Bg != nil {
|
|
sebg := xml.StartElement{Name: xml.Name{Local: "wp:bg"}}
|
|
e.EncodeElement(m.Bg, sebg)
|
|
}
|
|
if m.Whole != nil {
|
|
sewhole := xml.StartElement{Name: xml.Name{Local: "wp:whole"}}
|
|
e.EncodeElement(m.Whole, sewhole)
|
|
}
|
|
if m.Choice != nil {
|
|
for _, c := range m.Choice {
|
|
c.MarshalXML(e, xml.StartElement{})
|
|
}
|
|
}
|
|
if m.ExtLst != nil {
|
|
seextLst := xml.StartElement{Name: xml.Name{Local: "wp:extLst"}}
|
|
e.EncodeElement(m.ExtLst, seextLst)
|
|
}
|
|
e.EncodeToken(xml.EndElement{Name: start.Name})
|
|
return nil
|
|
}
|
|
|
|
func (m *WdCT_WordprocessingCanvas) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error {
|
|
// initialize to default
|
|
lWdCT_WordprocessingCanvas:
|
|
for {
|
|
tok, err := d.Token()
|
|
if err != nil {
|
|
return err
|
|
}
|
|
switch el := tok.(type) {
|
|
case xml.StartElement:
|
|
switch el.Name {
|
|
case xml.Name{Space: "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing", Local: "bg"},
|
|
xml.Name{Space: "http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing", Local: "bg"}:
|
|
m.Bg = dml.NewCT_BackgroundFormatting()
|
|
if err := d.DecodeElement(m.Bg, &el); err != nil {
|
|
return err
|
|
}
|
|
case xml.Name{Space: "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing", Local: "whole"},
|
|
xml.Name{Space: "http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing", Local: "whole"}:
|
|
m.Whole = dml.NewCT_WholeE2oFormatting()
|
|
if err := d.DecodeElement(m.Whole, &el); err != nil {
|
|
return err
|
|
}
|
|
case xml.Name{Space: "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing", Local: "wsp"},
|
|
xml.Name{Space: "http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing", Local: "wsp"}:
|
|
tmp := NewWdCT_WordprocessingCanvasChoice()
|
|
if err := d.DecodeElement(&tmp.Wsp, &el); err != nil {
|
|
return err
|
|
}
|
|
m.Choice = append(m.Choice, tmp)
|
|
case xml.Name{Space: "http://schemas.openxmlformats.org/drawingml/2006/picture", Local: "pic"},
|
|
xml.Name{Space: "http://purl.oclc.org/ooxml/drawingml/picture", Local: "pic"}:
|
|
tmp := NewWdCT_WordprocessingCanvasChoice()
|
|
if err := d.DecodeElement(&tmp.Pic, &el); err != nil {
|
|
return err
|
|
}
|
|
m.Choice = append(m.Choice, tmp)
|
|
case xml.Name{Space: "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing", Local: "contentPart"},
|
|
xml.Name{Space: "http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing", Local: "contentPart"}:
|
|
tmp := NewWdCT_WordprocessingCanvasChoice()
|
|
if err := d.DecodeElement(&tmp.ContentPart, &el); err != nil {
|
|
return err
|
|
}
|
|
m.Choice = append(m.Choice, tmp)
|
|
case xml.Name{Space: "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing", Local: "wgp"},
|
|
xml.Name{Space: "http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing", Local: "wgp"}:
|
|
tmp := NewWdCT_WordprocessingCanvasChoice()
|
|
if err := d.DecodeElement(&tmp.Wgp, &el); err != nil {
|
|
return err
|
|
}
|
|
m.Choice = append(m.Choice, tmp)
|
|
case xml.Name{Space: "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing", Local: "graphicFrame"},
|
|
xml.Name{Space: "http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing", Local: "graphicFrame"}:
|
|
tmp := NewWdCT_WordprocessingCanvasChoice()
|
|
if err := d.DecodeElement(&tmp.GraphicFrame, &el); err != nil {
|
|
return err
|
|
}
|
|
m.Choice = append(m.Choice, tmp)
|
|
case xml.Name{Space: "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing", Local: "extLst"},
|
|
xml.Name{Space: "http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing", Local: "extLst"}:
|
|
m.ExtLst = dml.NewCT_OfficeArtExtensionList()
|
|
if err := d.DecodeElement(m.ExtLst, &el); err != nil {
|
|
return err
|
|
}
|
|
default:
|
|
unioffice.Log("skipping unsupported element on WdCT_WordprocessingCanvas %v", el.Name)
|
|
if err := d.Skip(); err != nil {
|
|
return err
|
|
}
|
|
}
|
|
case xml.EndElement:
|
|
break lWdCT_WordprocessingCanvas
|
|
case xml.CharData:
|
|
}
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// Validate validates the WdCT_WordprocessingCanvas and its children
|
|
func (m *WdCT_WordprocessingCanvas) Validate() error {
|
|
return m.ValidateWithPath("WdCT_WordprocessingCanvas")
|
|
}
|
|
|
|
// ValidateWithPath validates the WdCT_WordprocessingCanvas and its children, prefixing error messages with path
|
|
func (m *WdCT_WordprocessingCanvas) ValidateWithPath(path string) error {
|
|
if m.Bg != nil {
|
|
if err := m.Bg.ValidateWithPath(path + "/Bg"); err != nil {
|
|
return err
|
|
}
|
|
}
|
|
if m.Whole != nil {
|
|
if err := m.Whole.ValidateWithPath(path + "/Whole"); err != nil {
|
|
return err
|
|
}
|
|
}
|
|
for i, v := range m.Choice {
|
|
if err := v.ValidateWithPath(fmt.Sprintf("%s/Choice[%d]", path, i)); err != nil {
|
|
return err
|
|
}
|
|
}
|
|
if m.ExtLst != nil {
|
|
if err := m.ExtLst.ValidateWithPath(path + "/ExtLst"); err != nil {
|
|
return err
|
|
}
|
|
}
|
|
return nil
|
|
}
|