public static interface Document.Page.DimensionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getHeight()
Page height.
|
String |
getUnit()
Dimension unit.
|
com.google.protobuf.ByteString |
getUnitBytes()
Dimension unit.
|
float |
getWidth()
Page width.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getWidth()
Page width.
float width = 1;float getHeight()
Page height.
float height = 2;String getUnit()
Dimension unit.
string unit = 3;com.google.protobuf.ByteString getUnitBytes()
Dimension unit.
string unit = 3;Copyright © 2023 Google LLC. All rights reserved.