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
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 (in, px, pt, etc.). |
getSize
Font size for the text.
Generated from protobuf field float size = 1;
| Returns | |
|---|---|
| Type | Description |
float |
|
setSize
Font size for the text.
Generated from protobuf field float size = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnit
Unit for the font size. Follows CSS naming (in, px, pt, etc.).
Generated from protobuf field string unit = 2;
| Returns | |
|---|---|
| Type | Description |
string |
|
setUnit
Unit for the font size. Follows CSS naming (in, px, pt, etc.).
Generated from protobuf field string unit = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|