# README
Google Slides API Helpers in Go
This package provides a set of helper functions and sample code to use with the Google Go Slides API client.
Samples
The Google Slides API samples here have been converted go GO code:
- JSON examples: https://developers.google.com/slides/samples/tables
- Go code: examples/googleslidesexamples.go
Object IDs
The object ID () should start with a word character [a-zA-Z0-9_] and then followed by any number of the following characters [a-zA-Z0-9_-:]
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CreatePresentation Creates a new presentation with filename, title and subtitle.
CreateSlideImageRequestsSidebarRight creates API batch requests to load a main page with optional right sidebar text.
CreateSlideMarkdown creates a slide using Markdown given a PresentationID, title, and markdown body.
CreateSlideMarkdown creates a slide using Markdown given a PresentationID, title, and markdown body.
No description provided by the author
CreateSlideTitleAndBody creates a slide using Markdown given a PresentationID, title, and markdown body.
CreateSlideTitleOnly creates a slide using Markdown given a PresentationID and title.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ShapePropertiesBackgroundFillSimple is a simple shape properties request creator.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
Layout with a big number heading.
Blank layout, with no placeholders.
Layout with a caption at the bottom.
Layout with a main point.
Layout with one title and one body, arranged in a single column.
Layout with a section title.
Layout with a title and subtitle.
Layout with a title and a subtitle.
Layout with a title and body.
Layout with a title and two columns.
Layout with only a title.
Unspecified layout.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
An English Metric Unit (EMU) is defined as 1/360,000 of a centimeter.
A point, 1/72 of an inch.
The units are unknown.
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author