WBDocExtContents class
Whiteboard doc external background contents.
Note Whiteboard would be transparent and sync draws only for external contents. Application should sync external background contents by itself.
白板文件外部内容。
Note 对外部背景内容,白板是透明的且仅同步绘制内容。应用层需要自行同步外部背景内容。
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- WBDocExtContents.new(int totalPages, int width, int height, {String? name = ''})
- Constructs a WBDocExtContents
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int
-
Whiteboard file height.
getter/setter pair
- name ↔ String?
-
Whiteboard file name.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalPages ↔ int
-
total page number.
getter/setter pair
- width ↔ int
-
Whiteboard file width.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited