PowerPoint class

Available Extensions

Constructors

PowerPoint()

Properties

author String?
getter/setter pair
company String?
getter/setter pair
context PresentationContext
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
layout ↔ Layout
getter/setter pair
revision String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showSlideNumbers bool
getter/setter pair
slides List<Slide>
getter/setter pair
subject String?
getter/setter pair
title String?
getter/setter pair

Methods

addSlide(Slide slide, {TextValue? notes, bool? showSlideNumbers}) Slide
addSlidesFromMarkdown(String markdown) Future<List<Slide>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() Future<Uint8List?>
setLayout(Layout layout) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited