Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Presentation ¶
Presentation is the a presentation base document.
func (*Presentation) AddSlide ¶
func (p *Presentation) AddSlide() Slide
func (*Presentation) Save ¶
func (p *Presentation) Save(w io.Writer) error
Save writes the presentation out to a writer in the Zip package format
func (*Presentation) SaveToFile ¶
func (p *Presentation) SaveToFile(path string) error
SaveToFile writes the Presentation out to a file.
func (*Presentation) Validate ¶
func (p *Presentation) Validate() error
func (*Presentation) X ¶
func (p *Presentation) X() *pml.Presentation
X returns the inner wrapped XML type.
Click to show internal directories.
Click to hide internal directories.