PageElement class
A visual element rendered on a page.
Constructors
- PageElement({String? description, Group? elementGroup, Image? image, Line? line, String? objectId, Shape? shape, SheetsChart? sheetsChart, Size? size, SpeakerSpotlight? speakerSpotlight, Table? table, String? title, AffineTransform? transform, Video? video, WordArt? wordArt})
- PageElement.fromJson(Map json_)
Properties
- description ↔ String?
-
The description of the page element.
getter/setter pair
- elementGroup ↔ Group?
-
A collection of page elements joined as a single unit.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ Image?
-
An image page element.
getter/setter pair
- line ↔ Line?
-
A line page element.
getter/setter pair
- objectId ↔ String?
-
The object ID for this page element.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shape ↔ Shape?
-
A generic shape.
getter/setter pair
- sheetsChart ↔ SheetsChart?
-
A linked chart embedded from Google Sheets.
getter/setter pair
- size ↔ Size?
-
The size of the page element.
getter/setter pair
- speakerSpotlight ↔ SpeakerSpotlight?
-
A Speaker Spotlight.
getter/setter pair
- table ↔ Table?
-
A table page element.
getter/setter pair
- title ↔ String?
-
The title of the page element.
getter/setter pair
- transform ↔ AffineTransform?
-
The transform of the page element.
getter/setter pair
- video ↔ Video?
-
A video page element.
getter/setter pair
- wordArt ↔ WordArt?
-
A word art page element.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited