WBTextFormat class
The whiteboard text format class.
白板文本格式类。
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- WBTextFormat.new({WBFontStyle? style = WBFontStyle.Normal, int? size = 12})
- Constructs a WBTextFormat
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size ↔ int?
-
The font size, valid value ranges between 10 and 96. Default: 12.
getter/setter pair
- style ↔ WBFontStyle?
-
The font style, PanoWBFontStyle enum type. Default: kPanoWBFontNormal.
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