Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CT_Picture ¶
type CT_Picture struct { NvPicPr *CT_PictureNonVisual BlipFill *drawingml.CT_BlipFillProperties SpPr *drawingml.CT_ShapeProperties }
func NewCT_Picture ¶
func NewCT_Picture() *CT_Picture
func (*CT_Picture) MarshalXML ¶
func (m *CT_Picture) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_Picture) UnmarshalXML ¶
func (m *CT_Picture) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_Picture) Validate ¶
func (m *CT_Picture) Validate() error
Validate validates the CT_Picture and its children
func (*CT_Picture) ValidateWithPath ¶
func (m *CT_Picture) ValidateWithPath(path string) error
ValidateWithPath validates the CT_Picture and its children, prefixing error messages with path
type CT_PictureNonVisual ¶
type CT_PictureNonVisual struct { CNvPr *drawingml.CT_NonVisualDrawingProps CNvPicPr *drawingml.CT_NonVisualPictureProperties }
func NewCT_PictureNonVisual ¶
func NewCT_PictureNonVisual() *CT_PictureNonVisual
func (*CT_PictureNonVisual) MarshalXML ¶
func (m *CT_PictureNonVisual) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_PictureNonVisual) UnmarshalXML ¶
func (m *CT_PictureNonVisual) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_PictureNonVisual) Validate ¶
func (m *CT_PictureNonVisual) Validate() error
Validate validates the CT_PictureNonVisual and its children
func (*CT_PictureNonVisual) ValidateWithPath ¶
func (m *CT_PictureNonVisual) ValidateWithPath(path string) error
ValidateWithPath validates the CT_PictureNonVisual and its children, prefixing error messages with path
type Pic ¶
type Pic struct {
CT_Picture
}
func (*Pic) MarshalXML ¶
func (*Pic) UnmarshalXML ¶
func (*Pic) ValidateWithPath ¶
ValidateWithPath validates the Pic and its children, prefixing error messages with path
Click to show internal directories.
Click to hide internal directories.