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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDescendantFontObjNum()uint32 descendant_font_obj_num = 5;booleangetIsEmbedded()bool is_embedded = 2;StringgetName()string name = 3;com.google.protobuf.ByteStringgetNameBytes()string name = 3;intgetObjNum()uint32 obj_num = 1;intgetType()int32 type = 4;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getObjNum
int getObjNum()
uint32 obj_num = 1;- Returns:
 - The objNum.
 
 
- 
getIsEmbedded
boolean getIsEmbedded()
bool is_embedded = 2;- Returns:
 - The isEmbedded.
 
 
- 
getName
String getName()
string name = 3;- Returns:
 - The name.
 
 
- 
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 3;- Returns:
 - The bytes for name.
 
 
- 
getType
int getType()
int32 type = 4;- Returns:
 - The type.
 
 
- 
getDescendantFontObjNum
int getDescendantFontObjNum()
uint32 descendant_font_obj_num = 5;- Returns:
 - The descendantFontObjNum.
 
 
 - 
 
 -