type AutoBuNodeInfoLst struct {
CT_NumberDiagramInfoList
}
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
Validate validates the AutoBuNodeInfoLst and its children
func (m *AutoBuNodeInfoLst) ValidateWithPath(path string) error
ValidateWithPath validates the AutoBuNodeInfoLst and its children, prefixing error messages with path
type CT_DiagramAutoBullet struct {
PrefixAttr *string
LeadZerosAttr *bool
TextBulletChoice *dml.EG_TextBulletChoice
}
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
Validate validates the CT_DiagramAutoBullet and its children
func (m *CT_DiagramAutoBullet) ValidateWithPath(path string) error
ValidateWithPath validates the CT_DiagramAutoBullet and its children, prefixing error messages with path
type CT_NumberDiagramInfo struct {
LvlAttr uint32
PtTypeAttr ST_STorageType
BuPr *CT_DiagramAutoBullet
}
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
Validate validates the CT_NumberDiagramInfo and its children
func (m *CT_NumberDiagramInfo) ValidateWithPath(path string) error
ValidateWithPath validates the CT_NumberDiagramInfo and its children, prefixing error messages with path
type CT_NumberDiagramInfoList struct {
AutoBuNodeInfo []*CT_NumberDiagramInfo
}
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
Validate validates the CT_NumberDiagramInfoList and its children
func (m *CT_NumberDiagramInfoList) ValidateWithPath(path string) error
ValidateWithPath validates the CT_NumberDiagramInfoList and its children, prefixing error messages with path
type ST_STorageType byte
const (
ST_STorageTypeUnset ST_STorageType = 0
ST_STorageTypeSibTrans ST_STorageType = 1
ST_STorageTypeParTrans ST_STorageType = 2
)
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