type CT_LinkedTextboxInformation struct {
IdAttr uint16
SeqAttr uint16
ExtLst *dml.CT_OfficeArtExtensionList
}
func NewCT_LinkedTextboxInformation() *CT_LinkedTextboxInformation
func (m *CT_LinkedTextboxInformation) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_LinkedTextboxInformation) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_LinkedTextboxInformation) Validate() error
Validate validates the CT_LinkedTextboxInformation and its children
func (m *CT_LinkedTextboxInformation) ValidateWithPath(path string) error
ValidateWithPath validates the CT_LinkedTextboxInformation and its children, prefixing error messages with path
type CT_TextboxInfo struct {
IdAttr *uint16
TxbxContent *wml.TxbxContent
WTxbxContent *wml.TxbxContent
ExtLst *dml.CT_OfficeArtExtensionList
}
func NewCT_TextboxInfo() *CT_TextboxInfo
func (m *CT_TextboxInfo) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_TextboxInfo) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_TextboxInfo) Validate() error
Validate validates the CT_TextboxInfo and its children
func (m *CT_TextboxInfo) ValidateWithPath(path string) error
ValidateWithPath validates the CT_TextboxInfo and its children, prefixing error messages with path
type CT_WordprocessingShape struct {
NormalEastAsianFlowAttr *bool
CNvPr *dml.CT_NonVisualDrawingProps
WordprocessingShapeChoice *CT_WordprocessingShapeChoice
SpPr *dml.CT_ShapeProperties
Style *dml.CT_ShapeStyle
ExtLst *dml.CT_OfficeArtExtensionList
WordprocessingShapeChoice1 *CT_WordprocessingShapeChoice1
BodyPr *dml.CT_TextBodyProperties
}
func NewCT_WordprocessingShape() *CT_WordprocessingShape
func (m *CT_WordprocessingShape) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_WordprocessingShape) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_WordprocessingShape) Validate() error
Validate validates the CT_WordprocessingShape and its children
func (m *CT_WordprocessingShape) ValidateWithPath(path string) error
ValidateWithPath validates the CT_WordprocessingShape and its children, prefixing error messages with path
type CT_WordprocessingShapeChoice struct {
CNvSpPr *dml.CT_NonVisualDrawingShapeProps
CNvCnPr *dml.CT_NonVisualConnectorProperties
}
func NewCT_WordprocessingShapeChoice() *CT_WordprocessingShapeChoice
func (m *CT_WordprocessingShapeChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_WordprocessingShapeChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_WordprocessingShapeChoice) Validate() error
Validate validates the CT_WordprocessingShapeChoice and its children
func (m *CT_WordprocessingShapeChoice) ValidateWithPath(path string) error
ValidateWithPath validates the CT_WordprocessingShapeChoice and its children, prefixing error messages with path
type CT_WordprocessingShapeChoice1 struct {
Txbx *CT_TextboxInfo
LinkedTxbx *CT_LinkedTextboxInformation
}
func NewCT_WordprocessingShapeChoice1() *CT_WordprocessingShapeChoice1
func (m *CT_WordprocessingShapeChoice1) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_WordprocessingShapeChoice1) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_WordprocessingShapeChoice1) Validate() error
Validate validates the CT_WordprocessingShapeChoice1 and its children
func (m *CT_WordprocessingShapeChoice1) ValidateWithPath(path string) error
ValidateWithPath validates the CT_WordprocessingShapeChoice1 and its children, prefixing error messages with path
type Wsp struct {
CT_WordprocessingShape
}
func NewWsp() *Wsp
func (m *Wsp) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *Wsp) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *Wsp) Validate() error
Validate validates the Wsp and its children
func (m *Wsp) ValidateWithPath(path string) error
ValidateWithPath validates the Wsp and its children, prefixing error messages with path