DrawingObjectInsert class

Drawing object element for insert.

Implemented types

Constructors

DrawingObjectInsert()

Properties

aspectRatioLocked bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
left double?
getter/setter pair
position Position?
getter/setter pair
relativeHorizontalPosition DrawingObjectInsert_RelativeHorizontalPositionEnum?
getter/setter pair
relativeVerticalPosition DrawingObjectInsert_RelativeVerticalPositionEnum?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double?
getter/setter pair
width double?
getter/setter pair
wrapType DrawingObjectInsert_WrapTypeEnum?
getter/setter pair

Methods

deserialize(Map<String, dynamic>? json) → void
override
getFilesContent(List<FileReference> resultFilesContent) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited
validate() → void
override

Operators

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