Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SVGAddTextBox ¶
func SVGAddTextBox(canvas *svg.SVG, tbox CreateShapeTextBoxRequestInfo)
Types ¶
type CreateShapeTextBoxRequestInfo ¶
type CreateShapeTextBoxRequestInfo struct {
PageID string
ObjectID string
Width float64
Height float64
DimensionUnit string
LocationX float64
LocationY float64
LocationUnit string
URL string
Text string
TextURL string // not implemented yet
FontBold bool
FontItalic bool
FontSize float64
FontSizeUnit string
ParagraphAlignment string // ALIGNMENT_UNSPECIFIED, START, CENTER, END, JUSTIFIED
ForegroundColorRgb *slides.RgbColor
BackgroundColorRgb *slides.RgbColor
ForegroundColorHex string
BackgroundColorHex string
}
Click to show internal directories.
Click to hide internal directories.