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 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.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.
-
getBarcodeTypeOrBuilder
ChromeBarcodeEncodingPOrBuilder getBarcodeTypeOrBuilder()
optional .ironpdfengineproto.ChromeBarcodeEncodingP barcode_type = 1;
-
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.
-
-