Interface PdfiumEmbedFontViaByteArrayRequestStreamPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumEmbedFontViaByteArrayRequestStreamP,- PdfiumEmbedFontViaByteArrayRequestStreamP.Builder
 
 public interface PdfiumEmbedFontViaByteArrayRequestStreamPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetFontBytesChunk()bytes font_bytes_chunk = 2;PdfiumEmbedFontViaByteArrayRequestStreamP.InfoPgetInfo().ironpdfengineproto.PdfiumEmbedFontViaByteArrayRequestStreamP.InfoP info = 1;PdfiumEmbedFontViaByteArrayRequestStreamP.InfoPOrBuildergetInfoOrBuilder().ironpdfengineproto.PdfiumEmbedFontViaByteArrayRequestStreamP.InfoP info = 1;PdfiumEmbedFontViaByteArrayRequestStreamP.RequestCasegetRequestCase()booleanhasFontBytesChunk()bytes font_bytes_chunk = 2;booleanhasInfo().ironpdfengineproto.PdfiumEmbedFontViaByteArrayRequestStreamP.InfoP info = 1;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasInfoboolean hasInfo() .ironpdfengineproto.PdfiumEmbedFontViaByteArrayRequestStreamP.InfoP info = 1;- Returns:
- Whether the info field is set.
 
 - 
getInfoPdfiumEmbedFontViaByteArrayRequestStreamP.InfoP getInfo() .ironpdfengineproto.PdfiumEmbedFontViaByteArrayRequestStreamP.InfoP info = 1;- Returns:
- The info.
 
 - 
getInfoOrBuilderPdfiumEmbedFontViaByteArrayRequestStreamP.InfoPOrBuilder getInfoOrBuilder() .ironpdfengineproto.PdfiumEmbedFontViaByteArrayRequestStreamP.InfoP info = 1;
 - 
hasFontBytesChunkboolean hasFontBytesChunk() bytes font_bytes_chunk = 2;- Returns:
- Whether the fontBytesChunk field is set.
 
 - 
getFontBytesChunkcom.google.protobuf.ByteString getFontBytesChunk() bytes font_bytes_chunk = 2;- Returns:
- The fontBytesChunk.
 
 - 
getRequestCasePdfiumEmbedFontViaByteArrayRequestStreamP.RequestCase getRequestCase() 
 
- 
 
-