Reference documentation and code samples for the Google Cloud Document Ai V1 Client class Style.
Annotation for common text style attributes. This adheres to CSS conventions as much as possible.
Generated from protobuf message google.cloud.documentai.v1.Document.Style
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ text_anchor
↳ color
↳ background_color
↳ font_weight
string
Font weight. Possible values are normal, bold, bolder, and lighter. https://www.w3schools.com/cssref/pr_font_weight.asp
↳ text_style
string
Text style. Possible values are normal, italic, and oblique. https://www.w3schools.com/cssref/pr_font_font-style.asp
↳ text_decoration
string
Text decoration. Follows CSS standard.
↳ font_size
↳ font_family
string
Font family such as Arial
, Times New Roman
. https://www.w3schools.com/cssref/pr_font_font-family.asp
getTextAnchor
Text anchor indexing into the Document.text .
Generated from protobuf field .google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;
hasTextAnchor
clearTextAnchor
setTextAnchor
Text anchor indexing into the Document.text .
Generated from protobuf field .google.cloud.documentai.v1.Document.TextAnchor text_anchor = 1;
$this
getColor
Text color.
Generated from protobuf field .google.type.Color color = 2;
hasColor
clearColor
setColor
Text color.
Generated from protobuf field .google.type.Color color = 2;
$this
getBackgroundColor
Text background color.
Generated from protobuf field .google.type.Color background_color = 3;
hasBackgroundColor
clearBackgroundColor
setBackgroundColor
Text background color.
Generated from protobuf field .google.type.Color background_color = 3;
$this
getFontWeight
Font weight. Possible values are normal, bold, bolder, and lighter.
https://www.w3schools.com/cssref/pr_font_weight.asp
Generated from protobuf field string font_weight = 4;
string
setFontWeight
Font weight. Possible values are normal, bold, bolder, and lighter.
https://www.w3schools.com/cssref/pr_font_weight.asp
Generated from protobuf field string font_weight = 4;
var
string
$this
getTextStyle
Text style. Possible values are normal, italic, and oblique.
https://www.w3schools.com/cssref/pr_font_font-style.asp
Generated from protobuf field string text_style = 5;
string
setTextStyle
Text style. Possible values are normal, italic, and oblique.
https://www.w3schools.com/cssref/pr_font_font-style.asp
Generated from protobuf field string text_style = 5;
var
string
$this
getTextDecoration
Text decoration. Follows CSS standard.
Generated from protobuf field string text_decoration = 6;
string
setTextDecoration
Text decoration. Follows CSS standard.
Generated from protobuf field string text_decoration = 6;
var
string
$this
getFontSize
Font size.
Generated from protobuf field .google.cloud.documentai.v1.Document.Style.FontSize font_size = 7;
hasFontSize
clearFontSize
setFontSize
Font size.
Generated from protobuf field .google.cloud.documentai.v1.Document.Style.FontSize font_size = 7;
$this
getFontFamily
Font family such as Arial
, Times New Roman
.
https://www.w3schools.com/cssref/pr_font_font-family.asp
Generated from protobuf field string font_family = 8;
string
setFontFamily
Font family such as Arial
, Times New Roman
.
https://www.w3schools.com/cssref/pr_font_font-family.asp
Generated from protobuf field string font_family = 8;
var
string
$this

