Interface LengthOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- Length,- Length.Builder
public interface LengthOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryMethods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
getValuedouble getValue()double value = 1;- Returns:
- The value.
 
- 
hasUnitboolean hasUnit().IronPdfEngine.Proto.MeasurementUnit unit = 2;- Returns:
- Whether the unit field is set.
 
- 
getUnitMeasurementUnit getUnit().IronPdfEngine.Proto.MeasurementUnit unit = 2;- Returns:
- The unit.
 
- 
getUnitOrBuilderMeasurementUnitOrBuilder getUnitOrBuilder().IronPdfEngine.Proto.MeasurementUnit unit = 2;
 
-