type CT_Empty struct {
}
func NewCT_Empty() *CT_Empty
func (m *CT_Empty) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_Empty) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_Empty) Validate() error
Validate validates the CT_Empty and its children
func (m *CT_Empty) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Empty and its children, prefixing error messages with path
type CT_LineSketchStyleProperties struct {
SdAttr *uint32
GeometryChoice *dml.EG_GeometryChoice
Type *CT_LineSketchTypeProperties
Seed *uint32
ExtLst *dml.CT_OfficeArtExtensionList
}
func NewCT_LineSketchStyleProperties() *CT_LineSketchStyleProperties
func (m *CT_LineSketchStyleProperties) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_LineSketchStyleProperties) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_LineSketchStyleProperties) Validate() error
Validate validates the CT_LineSketchStyleProperties and its children
func (m *CT_LineSketchStyleProperties) ValidateWithPath(path string) error
ValidateWithPath validates the CT_LineSketchStyleProperties and its children, prefixing error messages with path
type CT_LineSketchTypeProperties struct {
LineSketchTypeChoice *EG_LineSketchTypeChoice
}
func NewCT_LineSketchTypeProperties() *CT_LineSketchTypeProperties
func (m *CT_LineSketchTypeProperties) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_LineSketchTypeProperties) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_LineSketchTypeProperties) Validate() error
Validate validates the CT_LineSketchTypeProperties and its children
func (m *CT_LineSketchTypeProperties) ValidateWithPath(path string) error
ValidateWithPath validates the CT_LineSketchTypeProperties and its children, prefixing error messages with path
type EG_LineSketchType struct {
LineSketchTypeChoice *EG_LineSketchTypeChoice
}
func NewEG_LineSketchType() *EG_LineSketchType
func (m *EG_LineSketchType) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *EG_LineSketchType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *EG_LineSketchType) Validate() error
Validate validates the EG_LineSketchType and its children
func (m *EG_LineSketchType) ValidateWithPath(path string) error
ValidateWithPath validates the EG_LineSketchType and its children, prefixing error messages with path
type EG_LineSketchTypeChoice struct {
LineSketchNone *CT_Empty
LineSketchCurved *CT_Empty
LineSketchFreehand *CT_Empty
LineSketchScribble *CT_Empty
}
func NewEG_LineSketchTypeChoice() *EG_LineSketchTypeChoice
func (m *EG_LineSketchTypeChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *EG_LineSketchTypeChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *EG_LineSketchTypeChoice) Validate() error
Validate validates the EG_LineSketchTypeChoice and its children
func (m *EG_LineSketchTypeChoice) ValidateWithPath(path string) error
ValidateWithPath validates the EG_LineSketchTypeChoice and its children, prefixing error messages with path
type LineSketchStyleProps struct {
CT_LineSketchStyleProperties
}
func NewLineSketchStyleProps() *LineSketchStyleProps
func (m *LineSketchStyleProps) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *LineSketchStyleProps) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *LineSketchStyleProps) Validate() error
Validate validates the LineSketchStyleProps and its children
func (m *LineSketchStyleProps) ValidateWithPath(path string) error
ValidateWithPath validates the LineSketchStyleProps and its children, prefixing error messages with path