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 Summary
All 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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasInfo
boolean hasInfo()
.ironpdfengineproto.PdfiumEmbedFontViaByteArrayRequestStreamP.InfoP info = 1;- Returns:
 - Whether the info field is set.
 
 
- 
getInfo
PdfiumEmbedFontViaByteArrayRequestStreamP.InfoP getInfo()
.ironpdfengineproto.PdfiumEmbedFontViaByteArrayRequestStreamP.InfoP info = 1;- Returns:
 - The info.
 
 
- 
getInfoOrBuilder
PdfiumEmbedFontViaByteArrayRequestStreamP.InfoPOrBuilder getInfoOrBuilder()
.ironpdfengineproto.PdfiumEmbedFontViaByteArrayRequestStreamP.InfoP info = 1; 
- 
hasFontBytesChunk
boolean hasFontBytesChunk()
bytes font_bytes_chunk = 2;- Returns:
 - Whether the fontBytesChunk field is set.
 
 
- 
getFontBytesChunk
com.google.protobuf.ByteString getFontBytesChunk()
bytes font_bytes_chunk = 2;- Returns:
 - The fontBytesChunk.
 
 
- 
getRequestCase
PdfiumEmbedFontViaByteArrayRequestStreamP.RequestCase getRequestCase()
 
 - 
 
 -