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 Summary

    Modifier and Type
    Method
    Description
    .IronPdfEngine.Proto.MeasurementUnit unit = 2;
    .IronPdfEngine.Proto.MeasurementUnit unit = 2;
    double
    double value = 1;
    boolean
    .IronPdfEngine.Proto.MeasurementUnit unit = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getValue

      double getValue()
      double value = 1;
      Returns:
      The value.
    • hasUnit

      boolean hasUnit()
      .IronPdfEngine.Proto.MeasurementUnit unit = 2;
      Returns:
      Whether the unit field is set.
    • getUnit

      MeasurementUnit getUnit()
      .IronPdfEngine.Proto.MeasurementUnit unit = 2;
      Returns:
      The unit.
    • getUnitOrBuilder

      MeasurementUnitOrBuilder getUnitOrBuilder()
      .IronPdfEngine.Proto.MeasurementUnit unit = 2;