# Packages
No description provided by the author
# Functions
New initializes and returns a new presentation.
NewPresentationProperties constructs a new PresentationProperties.
NewSlideScreenSize returns slide screen size with default MS PowerPoint slide screen size 16x9.
NewSlideScreenSizeWithValue returns slide screen size with given width and height.
NewViewProperties constructs a new ViewProperties.
Open opens and reads a document from a file (.pptx).
OpenTemplate opens a template file.
Read reads a document from an io.Reader.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Image is an image within a slide.
PlaceHolder is a place holder from a slide.
Presentation is the a presentation base document.
PresentationProperties contains document specific properties.
PresentationText is an array of extracted text items which has some methods for representing extracted text.
Slide represents a slide of a presentation.
SlideLayout is a layout from which slides can be created.
SlideMaster is the slide master for a presentation.
SlideSize represents a slide size of a presentation.
SlideText is an array of extracted text items which has some methods for representing extracted text from a slide.
TableInfo is used for keep information about a table, a row and a cell where the text is located.
TextBox is a text box within a slide.
TextItem is used for keeping text with references to a paragraph and run, a shape or a table, a row and a cell where it is located.
ViewProperties contains presentation specific properties.
# Type aliases
SlideScreenSize represents the slide screen size as a 2 element array representing the width and height in EMU units.