View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentStyle (google_api_content_warehouse v0.6.1)
Annotation for common text style attributes. This adheres to CSS conventions as much as possible.
Attributes
-
backgroundColor(type:GoogleApi.ContentWarehouse.V1.Model.GoogleTypeColor.t, default:nil) - Text background color. -
color(type:GoogleApi.ContentWarehouse.V1.Model.GoogleTypeColor.t, default:nil) - Text color. -
fontFamily(type:String.t, default:nil) - Font family such asArial,Times New Roman. https://www.w3schools.com/cssref/pr_font_font-family.asp -
fontSize(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentStyleFontSize.t, default:nil) - Font size. -
fontWeight(type:String.t, default:nil) - Font weight. Possible values arenormal,bold,bolder, andlighter. -
textAnchor(type:GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentTextAnchor.t, default:nil) - Text anchor indexing into the Document.text. -
textDecoration(type:String.t, default:nil) - Text decoration. Follows CSS standard. -
textStyle(type:String.t, default:nil) - Text style. Possible values arenormal,italic, andoblique.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentStyle{ backgroundColor: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeColor.t() | nil, color: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeColor.t() | nil, fontFamily: String.t() | nil, fontSize: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentStyleFontSize.t() | nil, fontWeight: String.t() | nil, textAnchor: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentTextAnchor.t() | nil, textDecoration: String.t() | nil, textStyle: String.t() | nil }