Interface ChromeBarcodeStamperInfoPOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ChromeBarcodeStamperInfoP, ChromeBarcodeStamperInfoP.Builder

    public interface ChromeBarcodeStamperInfoPOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ChromeBarcodeEncodingP getBarcodeType()
      optional .ironpdfengineproto.ChromeBarcodeEncodingP barcode_type = 1;
      ChromeBarcodeEncodingPOrBuilder getBarcodeTypeOrBuilder()
      optional .ironpdfengineproto.ChromeBarcodeEncodingP barcode_type = 1;
      int getHeightPx()
      optional int32 height_px = 3;
      int getWidthPx()
      optional int32 width_px = 2;
      boolean hasBarcodeType()
      optional .ironpdfengineproto.ChromeBarcodeEncodingP barcode_type = 1;
      boolean hasHeightPx()
      optional int32 height_px = 3;
      boolean hasWidthPx()
      optional int32 width_px = 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 Detail

      • hasBarcodeType

        boolean hasBarcodeType()
        optional .ironpdfengineproto.ChromeBarcodeEncodingP barcode_type = 1;
        Returns:
        Whether the barcodeType field is set.
      • getBarcodeType

        ChromeBarcodeEncodingP getBarcodeType()
        optional .ironpdfengineproto.ChromeBarcodeEncodingP barcode_type = 1;
        Returns:
        The barcodeType.
      • hasWidthPx

        boolean hasWidthPx()
        optional int32 width_px = 2;
        Returns:
        Whether the widthPx field is set.
      • getWidthPx

        int getWidthPx()
        optional int32 width_px = 2;
        Returns:
        The widthPx.
      • hasHeightPx

        boolean hasHeightPx()
        optional int32 height_px = 3;
        Returns:
        Whether the heightPx field is set.
      • getHeightPx

        int getHeightPx()
        optional int32 height_px = 3;
        Returns:
        The heightPx.