type CT_CoreProperties struct { Category *string ContentStatus *string Created *unioffice.XSDAny Creator *unioffice.XSDAny Description *unioffice.XSDAny Identifier *unioffice.XSDAny Keywords *CT_Keywords Language *unioffice.XSDAny LastModifiedBy *string LastPrinted *time.Time Modified *unioffice.XSDAny Revision *string Subject *unioffice.XSDAny Title *unioffice.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
Validate validates the CT_CoreProperties and its children
func (m *CT_CoreProperties) ValidateWithPath(path string) error
ValidateWithPath validates the CT_CoreProperties and its children, prefixing error messages with path
type CT_Keyword struct { LangAttr *string Content 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
Validate validates the CT_Keyword and its children
func (m *CT_Keyword) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Keyword and its children, prefixing error messages with path
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
Validate validates the CT_Keywords and its children
func (m *CT_Keywords) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Keywords and its children, prefixing error messages with path
type CoreProperties struct { CT_CoreProperties }
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
Validate validates the CoreProperties and its children
func (m *CoreProperties) ValidateWithPath(path string) error
ValidateWithPath validates the CoreProperties and its children, prefixing error messages with path