Interface PdfiumResolveStandardFontNameRequestPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumResolveStandardFontNameRequestP,- PdfiumResolveStandardFontNameRequestP.Builder
 
 public interface PdfiumResolveStandardFontNameRequestPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFontName()string font_name = 1;com.google.protobuf.ByteStringgetFontNameBytes()string font_name = 1;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getFontNameString getFontName() string font_name = 1;- Returns:
- The fontName.
 
 - 
getFontNameBytescom.google.protobuf.ByteString getFontNameBytes() string font_name = 1;- Returns:
- The bytes for fontName.
 
 
- 
 
-