GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentStyle
Table of Contents ▼
Jump to a specific part of the page:
Description
Annotation for common text style attributes. This adheres to CSS conventions as much as possible.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
backgroundColor
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleTypeColor
, default:nil
)
- Text background color. -
color
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleTypeColor
, 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
, 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
, 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
.
Type
@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
}
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
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentStyle