type CT_ApplicationNonVisualDrawingProps struct {
MacroAttr *string
FPublishedAttr *bool
}
func NewCT_ApplicationNonVisualDrawingProps() *CT_ApplicationNonVisualDrawingProps
func (m *CT_ApplicationNonVisualDrawingProps) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ApplicationNonVisualDrawingProps) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ApplicationNonVisualDrawingProps) Validate() error
Validate validates the CT_ApplicationNonVisualDrawingProps and its children
func (m *CT_ApplicationNonVisualDrawingProps) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ApplicationNonVisualDrawingProps and its children, prefixing error messages with path
type CT_ContentPart struct {
IdAttr string
BwModeAttr dml.ST_BlackWhiteMode
NvContentPartPr *CT_ContentPartNonVisual
NvPr *CT_ApplicationNonVisualDrawingProps
Xfrm *dml.CT_Transform2D
ExtLst *dml.CT_OfficeArtExtensionList
}
func NewCT_ContentPart() *CT_ContentPart
func (m *CT_ContentPart) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ContentPart) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ContentPart) Validate() error
Validate validates the CT_ContentPart and its children
func (m *CT_ContentPart) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ContentPart and its children, prefixing error messages with path
type CT_ContentPartNonVisual struct {
CNvPr *dml.CT_NonVisualDrawingProps
CNvContentPartPr *drawing.CT_NonVisualInkContentPartProperties
}
func NewCT_ContentPartNonVisual() *CT_ContentPartNonVisual
func (m *CT_ContentPartNonVisual) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ContentPartNonVisual) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ContentPartNonVisual) Validate() error
Validate validates the CT_ContentPartNonVisual and its children
func (m *CT_ContentPartNonVisual) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ContentPartNonVisual and its children, prefixing error messages with path
type ContentPart struct {
CT_ContentPart
}
func NewContentPart() *ContentPart
func (m *ContentPart) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *ContentPart) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *ContentPart) Validate() error
Validate validates the ContentPart and its children
func (m *ContentPart) ValidateWithPath(path string) error
ValidateWithPath validates the ContentPart and its children, prefixing error messages with path