func ParseStdlibTime(s string) (time.Time, error)
func ParseUnionST_OnOff(s string) (sharedTypes.ST_OnOff, error)
type CT_CommentExtensible struct {
DateUtcAttr *time.Time
IntelligentPlaceholderAttr *sharedTypes.ST_OnOff
ExtLst *wordml.CT_ExtensionList
}
func NewCT_CommentExtensible() *CT_CommentExtensible
func (m *CT_CommentExtensible) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_CommentExtensible) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_CommentExtensible) Validate() error
Validate validates the CT_CommentExtensible and its children
func (m *CT_CommentExtensible) ValidateWithPath(path string) error
ValidateWithPath validates the CT_CommentExtensible and its children, prefixing error messages with path
type CT_CommentsExtensible struct {
CommentExtensible []*CT_CommentExtensible
ExtLst *wordml.CT_ExtensionList
}
func NewCT_CommentsExtensible() *CT_CommentsExtensible
func (m *CT_CommentsExtensible) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_CommentsExtensible) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_CommentsExtensible) Validate() error
Validate validates the CT_CommentsExtensible and its children
func (m *CT_CommentsExtensible) ValidateWithPath(path string) error
ValidateWithPath validates the CT_CommentsExtensible and its children, prefixing error messages with path
type CommentsExtensible struct {
CT_CommentsExtensible
}
func NewCommentsExtensible() *CommentsExtensible
func (m *CommentsExtensible) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CommentsExtensible) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CommentsExtensible) Validate() error
Validate validates the CommentsExtensible and its children
func (m *CommentsExtensible) ValidateWithPath(path string) error
ValidateWithPath validates the CommentsExtensible and its children, prefixing error messages with path