Interface protos.google.cloud.documentai.v1.Document.Page.Token.IStyleInfo (1.7.0)

Properties of a StyleInfo.

Package

@google-cloud/contentwarehouse

Properties

backgroundColor

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

StyleInfo backgroundColor

bold

bold?: (boolean|null);

StyleInfo bold

fontSize

fontSize?: (number|null);

StyleInfo fontSize

fontType

fontType?: (string|null);

StyleInfo fontType

fontWeight

fontWeight?: (number|null);

StyleInfo fontWeight

handwritten

handwritten?: (boolean|null);

StyleInfo handwritten

italic

italic?: (boolean|null);

StyleInfo italic

letterSpacing

letterSpacing?: (number|null);

StyleInfo letterSpacing

pixelFontSize

pixelFontSize?: (number|null);

StyleInfo pixelFontSize

smallcaps

smallcaps?: (boolean|null);

StyleInfo smallcaps

strikeout

strikeout?: (boolean|null);

StyleInfo strikeout

subscript

subscript?: (boolean|null);

StyleInfo subscript

superscript

superscript?: (boolean|null);

StyleInfo superscript

textColor

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

StyleInfo textColor

underlined

underlined?: (boolean|null);

StyleInfo underlined