GoogleCloudDocumentaiV1beta2DocumentStyle class

Annotation for common text style attributes.

This adheres to CSS conventions as much as possible.

Properties

backgroundColor GoogleTypeColor?
Text background color.
getter/setter pair
color GoogleTypeColor?
Text color.
getter/setter pair
fontSize GoogleCloudDocumentaiV1beta2DocumentStyleFontSize?
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 GoogleCloudDocumentaiV1beta2DocumentTextAnchor?
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