Versions in this module Expand all Collapse all v1 v1.0.0 Apr 4, 2024 Changes in this version + type CT_CoreProperties struct + Category *string + ContentStatus *string + Created *gooxml.XSDAny + Creator *gooxml.XSDAny + Description *gooxml.XSDAny + Identifier *gooxml.XSDAny + Keywords *CT_Keywords + Language *gooxml.XSDAny + LastModifiedBy *string + LastPrinted *time.Time + Modified *gooxml.XSDAny + Revision *string + Subject *gooxml.XSDAny + Title *gooxml.XSDAny + Version *string + func NewCT_CoreProperties() *CT_CoreProperties + func (m *CT_CoreProperties) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *CT_CoreProperties) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *CT_CoreProperties) Validate() error + func (m *CT_CoreProperties) ValidateWithPath(path string) error + type CT_Keyword struct + Content string + LangAttr *string + func NewCT_Keyword() *CT_Keyword + func (m *CT_Keyword) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *CT_Keyword) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *CT_Keyword) Validate() error + func (m *CT_Keyword) ValidateWithPath(path string) error + type CT_Keywords struct + LangAttr *string + Value []*CT_Keyword + func NewCT_Keywords() *CT_Keywords + func (m *CT_Keywords) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *CT_Keywords) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *CT_Keywords) Validate() error + func (m *CT_Keywords) ValidateWithPath(path string) error + type CoreProperties struct + func NewCoreProperties() *CoreProperties + func (m *CoreProperties) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *CoreProperties) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *CoreProperties) Validate() error + func (m *CoreProperties) ValidateWithPath(path string) error