Class Document.Types.Style (1.0.0-beta03)

public sealed class Style : IMessage<Document.Types.Style>, IEquatable<Document.Types.Style>, IDeepCloneable<Document.Types.Style>, IBufferMessage, IMessage

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

Inheritance

Object > Document.Types.Style

Namespace

Google.Cloud.DocumentAI.V1Beta2

Assembly

Google.Cloud.DocumentAI.V1Beta2.dll

Constructors

Style()

public Style()

Style(Document.Types.Style)

public Style(Document.Types.Style other)
Parameter
NameDescription
otherDocument.Types.Style

Properties

BackgroundColor

public Color BackgroundColor { get; set; }

Text background color.

Property Value
TypeDescription
Color

Color

public Color Color { get; set; }

Text color.

Property Value
TypeDescription
Color

FontSize

public Document.Types.Style.Types.FontSize FontSize { get; set; }

Font size.

Property Value
TypeDescription
Document.Types.Style.Types.FontSize

FontWeight

public string FontWeight { get; set; }

Font weight. Possible values are normal, bold, bolder, and lighter. https://www.w3schools.com/cssref/pr_font_weight.asp

Property Value
TypeDescription
String

TextAnchor

public Document.Types.TextAnchor TextAnchor { get; set; }

Text anchor indexing into the [Document.text][google.cloud.documentai.v1beta2.Document.text].

Property Value
TypeDescription
Document.Types.TextAnchor

TextDecoration

public string TextDecoration { get; set; }

Text decoration. Follows CSS standard. <text-decoration-line> <text-decoration-color> <text-decoration-style> https://www.w3schools.com/cssref/pr_text_text-decoration.asp

Property Value
TypeDescription
String

TextStyle

public string TextStyle { get; set; }

Text style. Possible values are normal, italic, and oblique. https://www.w3schools.com/cssref/pr_font_font-style.asp

Property Value
TypeDescription
String