...

Package diagram

Overview ▾

Index ▾

type AutoBuNodeInfoLst
    func NewAutoBuNodeInfoLst() *AutoBuNodeInfoLst
    func (m *AutoBuNodeInfoLst) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *AutoBuNodeInfoLst) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *AutoBuNodeInfoLst) Validate() error
    func (m *AutoBuNodeInfoLst) ValidateWithPath(path string) error
type CT_DiagramAutoBullet
    func NewCT_DiagramAutoBullet() *CT_DiagramAutoBullet
    func (m *CT_DiagramAutoBullet) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_DiagramAutoBullet) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_DiagramAutoBullet) Validate() error
    func (m *CT_DiagramAutoBullet) ValidateWithPath(path string) error
type CT_NumberDiagramInfo
    func NewCT_NumberDiagramInfo() *CT_NumberDiagramInfo
    func (m *CT_NumberDiagramInfo) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_NumberDiagramInfo) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_NumberDiagramInfo) Validate() error
    func (m *CT_NumberDiagramInfo) ValidateWithPath(path string) error
type CT_NumberDiagramInfoList
    func NewCT_NumberDiagramInfoList() *CT_NumberDiagramInfoList
    func (m *CT_NumberDiagramInfoList) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_NumberDiagramInfoList) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_NumberDiagramInfoList) Validate() error
    func (m *CT_NumberDiagramInfoList) ValidateWithPath(path string) error
type ST_STorageType
    func (m ST_STorageType) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (e ST_STorageType) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
    func (m ST_STorageType) String() string
    func (m *ST_STorageType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (e *ST_STorageType) UnmarshalXMLAttr(attr xml.Attr) error
    func (m ST_STorageType) Validate() error
    func (m ST_STorageType) ValidateWithPath(path string) error

Package files

AutoBuNodeInfoLst.go CT_DiagramAutoBullet.go CT_NumberDiagramInfo.go CT_NumberDiagramInfoList.go common.go

type AutoBuNodeInfoLst

type AutoBuNodeInfoLst struct {
    CT_NumberDiagramInfoList
}

func NewAutoBuNodeInfoLst

func NewAutoBuNodeInfoLst() *AutoBuNodeInfoLst

func (*AutoBuNodeInfoLst) MarshalXML

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

func (*AutoBuNodeInfoLst) UnmarshalXML

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

func (*AutoBuNodeInfoLst) Validate

func (m *AutoBuNodeInfoLst) Validate() error

Validate validates the AutoBuNodeInfoLst and its children

func (*AutoBuNodeInfoLst) ValidateWithPath

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

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

type CT_DiagramAutoBullet

type CT_DiagramAutoBullet struct {
    PrefixAttr       *string
    LeadZerosAttr    *bool
    TextBulletChoice *dml.EG_TextBulletChoice
}

func NewCT_DiagramAutoBullet

func NewCT_DiagramAutoBullet() *CT_DiagramAutoBullet

func (*CT_DiagramAutoBullet) MarshalXML

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

func (*CT_DiagramAutoBullet) UnmarshalXML

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

func (*CT_DiagramAutoBullet) Validate

func (m *CT_DiagramAutoBullet) Validate() error

Validate validates the CT_DiagramAutoBullet and its children

func (*CT_DiagramAutoBullet) ValidateWithPath

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

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

type CT_NumberDiagramInfo

type CT_NumberDiagramInfo struct {
    LvlAttr    uint32
    PtTypeAttr ST_STorageType
    BuPr       *CT_DiagramAutoBullet
}

func NewCT_NumberDiagramInfo

func NewCT_NumberDiagramInfo() *CT_NumberDiagramInfo

func (*CT_NumberDiagramInfo) MarshalXML

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

func (*CT_NumberDiagramInfo) UnmarshalXML

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

func (*CT_NumberDiagramInfo) Validate

func (m *CT_NumberDiagramInfo) Validate() error

Validate validates the CT_NumberDiagramInfo and its children

func (*CT_NumberDiagramInfo) ValidateWithPath

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

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

type CT_NumberDiagramInfoList

type CT_NumberDiagramInfoList struct {
    AutoBuNodeInfo []*CT_NumberDiagramInfo
}

func NewCT_NumberDiagramInfoList

func NewCT_NumberDiagramInfoList() *CT_NumberDiagramInfoList

func (*CT_NumberDiagramInfoList) MarshalXML

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

func (*CT_NumberDiagramInfoList) UnmarshalXML

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

func (*CT_NumberDiagramInfoList) Validate

func (m *CT_NumberDiagramInfoList) Validate() error

Validate validates the CT_NumberDiagramInfoList and its children

func (*CT_NumberDiagramInfoList) ValidateWithPath

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

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

type ST_STorageType

type ST_STorageType byte
const (
    ST_STorageTypeUnset    ST_STorageType = 0
    ST_STorageTypeSibTrans ST_STorageType = 1
    ST_STorageTypeParTrans ST_STorageType = 2
)

func (ST_STorageType) MarshalXML

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

func (ST_STorageType) MarshalXMLAttr

func (e ST_STorageType) MarshalXMLAttr(name xml.Name) (xml.Attr, error)

func (ST_STorageType) String

func (m ST_STorageType) String() string

func (*ST_STorageType) UnmarshalXML

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

func (*ST_STorageType) UnmarshalXMLAttr

func (e *ST_STorageType) UnmarshalXMLAttr(attr xml.Attr) error

func (ST_STorageType) Validate

func (m ST_STorageType) Validate() error

func (ST_STorageType) ValidateWithPath

func (m ST_STorageType) ValidateWithPath(path string) error