Class GoogleCloudDocumentaiV1DocumentStyle
Annotation for common text style attributes. This adheres to CSS conventions as much as possible.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1DocumentStyle : IDirectResponseSchema
Properties
BackgroundColor
Text background color.
Declaration
[JsonProperty("backgroundColor")]
public virtual GoogleTypeColor BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeColor |
Color
Text color.
Declaration
[JsonProperty("color")]
public virtual GoogleTypeColor Color { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeColor |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FontFamily
Font family such as Arial
, Times New Roman
. https://www.w3schools.com/cssref/pr_font_font-family.asp
Declaration
[JsonProperty("fontFamily")]
public virtual string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
string |
FontSize
Font size.
Declaration
[JsonProperty("fontSize")]
public virtual GoogleCloudDocumentaiV1DocumentStyleFontSize FontSize { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentStyleFontSize |
FontWeight
Font weight. Possible values are normal
, bold
,
bolder
, and lighter
.
Declaration
[JsonProperty("fontWeight")]
public virtual string FontWeight { get; set; }
Property Value
Type | Description |
---|---|
string |
TextAnchor
Text anchor indexing into the Document.text.
Declaration
[JsonProperty("textAnchor")]
public virtual GoogleCloudDocumentaiV1DocumentTextAnchor TextAnchor { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1DocumentTextAnchor |
TextDecoration
Text decoration. Follows CSS standard.
Declaration
[JsonProperty("textDecoration")]
public virtual string TextDecoration { get; set; }
Property Value
Type | Description |
---|---|
string |
TextStyle
Text style. Possible values are normal
,
italic
, and oblique
.
Declaration
[JsonProperty("textStyle")]
public virtual string TextStyle { get; set; }
Property Value
Type | Description |
---|---|
string |