public sealed class Document.Types.Style : IMessage<Document.Types.Style>, IEquatable<Document.Types.Style>, IDeepCloneable<Document.Types.Style>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.Style.
Annotation for common text style attributes. This adheres to CSS conventions as much as possible.
Implements
IMessageDocumentTypesStyle, IEquatableDocumentTypesStyle, IDeepCloneableDocumentTypesStyle, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
Style()
public Style()
Style(Style)
public Style(Document.Types.Style other)
Parameter | |
---|---|
Name | Description |
other |
DocumentTypesStyle |
Properties
BackgroundColor
public Color BackgroundColor { get; set; }
Text background color.
Property Value | |
---|---|
Type | Description |
Color |
Color
public Color Color { get; set; }
Text color.
Property Value | |
---|---|
Type | Description |
Color |
FontFamily
public string FontFamily { get; set; }
Font family such as Arial
, Times New Roman
.
https://www.w3schools.com/cssref/pr_font_font-family.asp
Property Value | |
---|---|
Type | Description |
string |
FontSize
public Document.Types.Style.Types.FontSize FontSize { get; set; }
Font size.
Property Value | |
---|---|
Type | Description |
DocumentTypesStyleTypesFontSize |
FontWeight
public string FontWeight { get; set; }
Font weight.
Possible values are normal
, bold
, bolder
, and lighter
.
Property Value | |
---|---|
Type | Description |
string |
TextAnchor
public Document.Types.TextAnchor TextAnchor { get; set; }
Text anchor indexing into the [Document.text][google.cloud.documentai.v1.Document.text].
Property Value | |
---|---|
Type | Description |
DocumentTypesTextAnchor |
TextDecoration
public string TextDecoration { get; set; }
Text decoration. Follows CSS standard. <text-decoration-line> <text-decoration-color> <text-decoration-style>
Property Value | |
---|---|
Type | Description |
string |
TextStyle
public string TextStyle { get; set; }
Text style.
Possible values are normal
, italic
, and oblique
.
Property Value | |
---|---|
Type | Description |
string |