Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta2DocumentStyle

Annotation for common text style attributes. This adheres to CSS conventions as much as possible.

Inheritance
object
GoogleCloudDocumentaiV1beta2DocumentStyle
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1beta2DocumentStyle : 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 GoogleCloudDocumentaiV1beta2DocumentStyleFontSize FontSize { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta2DocumentStyleFontSize

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 GoogleCloudDocumentaiV1beta2DocumentTextAnchor TextAnchor { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta2DocumentTextAnchor

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX