type CT_SymEx struct { FontAttr *string CharAttr *string }
func NewCT_SymEx() *CT_SymEx
func (m *CT_SymEx) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_SymEx) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_SymEx) Validate() error
Validate validates the CT_SymEx and its children
func (m *CT_SymEx) ValidateWithPath(path string) error
ValidateWithPath validates the CT_SymEx and its children, prefixing error messages with path
type SymEx struct { CT_SymEx }
func NewSymEx() *SymEx
func (m *SymEx) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *SymEx) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *SymEx) Validate() error
Validate validates the SymEx and its children
func (m *SymEx) ValidateWithPath(path string) error
ValidateWithPath validates the SymEx and its children, prefixing error messages with path