Google Cloud Document Ai V1 Client - Class FontSize (1.6.0)

Reference documentation and code samples for the Google Cloud Document Ai V1 Client class FontSize.

Font size with unit.

Generated from protobuf message google.cloud.documentai.v1.Document.Style.FontSize

Namespace

Google \ Cloud \ DocumentAI \ V1 \ Document \ Style

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ size float

Font size for the text.

↳ unit string

Unit for the font size. Follows CSS naming (such as in, px, and pt).

getSize

Font size for the text.

Returns
TypeDescription
float

setSize

Font size for the text.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getUnit

Unit for the font size. Follows CSS naming (such as in, px, and pt).

Returns
TypeDescription
string

setUnit

Unit for the font size. Follows CSS naming (such as in, px, and pt).

Parameter
NameDescription
var string
Returns
TypeDescription
$this