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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ChromeBarcodeEncodingPgetBarcodeType()optional .ironpdfengineproto.ChromeBarcodeEncodingP barcode_type = 1;ChromeBarcodeEncodingPOrBuildergetBarcodeTypeOrBuilder()optional .ironpdfengineproto.ChromeBarcodeEncodingP barcode_type = 1;intgetHeightPx()optional int32 height_px = 3;intgetWidthPx()optional int32 width_px = 2;booleanhasBarcodeType()optional .ironpdfengineproto.ChromeBarcodeEncodingP barcode_type = 1;booleanhasHeightPx()optional int32 height_px = 3;booleanhasWidthPx()optional int32 width_px = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasBarcodeTypeboolean hasBarcodeType() optional .ironpdfengineproto.ChromeBarcodeEncodingP barcode_type = 1;- Returns:
- Whether the barcodeType field is set.
 
 - 
getBarcodeTypeChromeBarcodeEncodingP getBarcodeType() optional .ironpdfengineproto.ChromeBarcodeEncodingP barcode_type = 1;- Returns:
- The barcodeType.
 
 - 
getBarcodeTypeOrBuilderChromeBarcodeEncodingPOrBuilder getBarcodeTypeOrBuilder() optional .ironpdfengineproto.ChromeBarcodeEncodingP barcode_type = 1;
 - 
hasWidthPxboolean hasWidthPx() optional int32 width_px = 2;- Returns:
- Whether the widthPx field is set.
 
 - 
getWidthPxint getWidthPx() optional int32 width_px = 2;- Returns:
- The widthPx.
 
 - 
hasHeightPxboolean hasHeightPx() optional int32 height_px = 3;- Returns:
- Whether the heightPx field is set.
 
 - 
getHeightPxint getHeightPx() optional int32 height_px = 3;- Returns:
- The heightPx.
 
 
- 
 
-