Interface PdfiumFontInfoPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumFontInfoP,- PdfiumFontInfoP.Builder
 
 public interface PdfiumFontInfoPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetId()int32 id = 1;booleangetIsEmbedded()bool is_embedded = 4;StringgetName()string name = 5;com.google.protobuf.ByteStringgetNameBytes()string name = 5;intgetNameLength()int32 name_length = 3;intgetObjNum()uint32 obj_num = 2;intgetType()int32 type = 6;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getIdint getId() int32 id = 1;- Returns:
- The id.
 
 - 
getObjNumint getObjNum() uint32 obj_num = 2;- Returns:
- The objNum.
 
 - 
getNameLengthint getNameLength() int32 name_length = 3;- Returns:
- The nameLength.
 
 - 
getIsEmbeddedboolean getIsEmbedded() bool is_embedded = 4;- Returns:
- The isEmbedded.
 
 - 
getNameString getName() string name = 5;- Returns:
- The name.
 
 - 
getNameBytescom.google.protobuf.ByteString getNameBytes() string name = 5;- Returns:
- The bytes for name.
 
 - 
getTypeint getType() int32 type = 6;- Returns:
- The type.
 
 
- 
 
-