EasyTextLevel enum
文本等级
Values
- h1 → const EasyTextLevel
-
标题 H1
- h2 → const EasyTextLevel
-
标题 H2
- h3 → const EasyTextLevel
-
标题 H3
- h4 → const EasyTextLevel
-
标题 H4
- h5 → const EasyTextLevel
-
标题 H5
- content → const EasyTextLevel
-
内容等级
- paragraph → const EasyTextLevel
-
段落
Properties
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
Constants
-
values
→ const List<
EasyTextLevel> - A constant List of the values in this enum, in order of their declaration.