GoogleCloudDocumentaiV1beta3DocumentStyle class
Annotation for common text style attributes.
This adheres to CSS conventions as much as possible.
Constructors
- GoogleCloudDocumentaiV1beta3DocumentStyle({GoogleTypeColor? backgroundColor, GoogleTypeColor? color, GoogleCloudDocumentaiV1beta3DocumentStyleFontSize? fontSize, String? fontWeight, GoogleCloudDocumentaiV1beta3DocumentTextAnchor? textAnchor, String? textDecoration, String? textStyle})
- GoogleCloudDocumentaiV1beta3DocumentStyle.fromJson(Map _json)
Properties
- backgroundColor ↔ GoogleTypeColor?
-
Text background color.
getter/setter pair
- color ↔ GoogleTypeColor?
-
Text color.
getter/setter pair
- fontSize ↔ GoogleCloudDocumentaiV1beta3DocumentStyleFontSize?
-
Font size.
getter/setter pair
- fontWeight ↔ String?
-
Font weight.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textAnchor ↔ GoogleCloudDocumentaiV1beta3DocumentTextAnchor?
-
Text anchor indexing into the Document.text.
getter/setter pair
- textDecoration ↔ String?
-
Text decoration.
getter/setter pair
- textStyle ↔ String?
-
Text style.
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