Interface protos.google.cloud.documentai.v1beta1.Document.IStyle (3.0.2)

Properties of a Style.

Package

@google-cloud/documentai!

Properties

backgroundColor

backgroundColor?: (google.type.IColor|null);

Style backgroundColor

Property Value
TypeDescription
(google.type.IColor|null)

color

color?: (google.type.IColor|null);

Style color

Property Value
TypeDescription
(google.type.IColor|null)

fontSize

fontSize?: (google.cloud.documentai.v1beta1.Document.Style.IFontSize|null);

Style fontSize

Property Value
TypeDescription
(google.cloud.documentai.v1beta1.Document.Style.IFontSize|null)

fontWeight

fontWeight?: (string|null);

Style fontWeight

Property Value
TypeDescription
(string|null)

textAnchor

textAnchor?: (google.cloud.documentai.v1beta1.Document.ITextAnchor|null);

Style textAnchor

Property Value
TypeDescription
(google.cloud.documentai.v1beta1.Document.ITextAnchor|null)

textDecoration

textDecoration?: (string|null);

Style textDecoration

Property Value
TypeDescription
(string|null)

textStyle

textStyle?: (string|null);

Style textStyle

Property Value
TypeDescription
(string|null)