public static interface Document.Style.FontSizeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getSize()
Font size for the text.
|
String |
getUnit()
Unit for the font size.
|
com.google.protobuf.ByteString |
getUnitBytes()
Unit for the font size.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getSize()
Font size for the text.
float size = 1;String getUnit()
Unit for the font size. Follows CSS naming (such as `in`, `px`, and `pt`).
string unit = 2;com.google.protobuf.ByteString getUnitBytes()
Unit for the font size. Follows CSS naming (such as `in`, `px`, and `pt`).
string unit = 2;Copyright © 2024 Google LLC. All rights reserved.