PageElementProperties class

Common properties for a page element.

Note: When you initially create a PageElement, the API may modify the values of both size and transform, but the visual size will be unchanged.

Constructors

PageElementProperties({String? pageObjectId, Size? size, AffineTransform? transform})
PageElementProperties.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
pageObjectId String?
The object ID of the page where the element is located.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size?
The size of the element.
getter/setter pair
transform AffineTransform?
The transform for the 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