Properties of a Style.
Package
@google-cloud/documentai!Properties
backgroundColor
backgroundColor?: (google.type.IColor|null);
Style backgroundColor
Type | Description |
(google.type.IColor|null) |
color
color?: (google.type.IColor|null);
Style color
Type | Description |
(google.type.IColor|null) |
fontSize
fontSize?: (google.cloud.documentai.v1beta3.Document.Style.IFontSize|null);
Style fontSize
Type | Description |
(google.cloud.documentai.v1beta3.Document.Style.IFontSize|null) |
fontWeight
fontWeight?: (string|null);
Style fontWeight
Type | Description |
(string|null) |
textAnchor
textAnchor?: (google.cloud.documentai.v1beta3.Document.ITextAnchor|null);
Style textAnchor
Type | Description |
(google.cloud.documentai.v1beta3.Document.ITextAnchor|null) |
textDecoration
textDecoration?: (string|null);
Style textDecoration
Type | Description |
(string|null) |
textStyle
textStyle?: (string|null);
Style textStyle
Type | Description |
(string|null) |