Interface PdfiumAddFontViaByteArrayRequestStreamPOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 PdfiumAddFontViaByteArrayRequestStreamP,PdfiumAddFontViaByteArrayRequestStreamP.Builder
public interface PdfiumAddFontViaByteArrayRequestStreamPOrBuilder 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;PdfiumAddFontViaByteArrayRequestStreamP.InfoPgetInfo().ironpdfengineproto.PdfiumAddFontViaByteArrayRequestStreamP.InfoP info = 1;PdfiumAddFontViaByteArrayRequestStreamP.InfoPOrBuildergetInfoOrBuilder().ironpdfengineproto.PdfiumAddFontViaByteArrayRequestStreamP.InfoP info = 1;PdfiumAddFontViaByteArrayRequestStreamP.RequestCasegetRequestCase()booleanhasFontBytesChunk()bytes font_bytes_chunk = 2;booleanhasInfo().ironpdfengineproto.PdfiumAddFontViaByteArrayRequestStreamP.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.PdfiumAddFontViaByteArrayRequestStreamP.InfoP info = 1;- Returns:
 - Whether the info field is set.
 
 
- 
getInfo
PdfiumAddFontViaByteArrayRequestStreamP.InfoP getInfo()
.ironpdfengineproto.PdfiumAddFontViaByteArrayRequestStreamP.InfoP info = 1;- Returns:
 - The info.
 
 
- 
getInfoOrBuilder
PdfiumAddFontViaByteArrayRequestStreamP.InfoPOrBuilder getInfoOrBuilder()
.ironpdfengineproto.PdfiumAddFontViaByteArrayRequestStreamP.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
PdfiumAddFontViaByteArrayRequestStreamP.RequestCase getRequestCase()
 
 - 
 
 -