Voting helps other researchers find interesting modules.
Annotation for common text style attributes. This adheres to CSS conventions as much as possible.
backgroundColor
GoogleApi.ContentWarehouse.V1.Model.GoogleTypeColor.t
nil
color
fontFamily
String.t
Arial
Times New Roman
fontSize
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentStyleFontSize.t
fontWeight
normal
bold
bolder
lighter
textAnchor
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentTextAnchor.t
textDecoration
textStyle
italic
oblique
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()