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 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.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getObjNumint getObjNum() uint32 obj_num = 1;- Returns:
- The objNum.
 
 - 
getIsEmbeddedboolean getIsEmbedded() bool is_embedded = 2;- Returns:
- The isEmbedded.
 
 - 
getNameString getName() string name = 3;- Returns:
- The name.
 
 - 
getNameBytescom.google.protobuf.ByteString getNameBytes() string name = 3;- Returns:
- The bytes for name.
 
 - 
getTypeint getType() int32 type = 4;- Returns:
- The type.
 
 - 
getDescendantFontObjNumint getDescendantFontObjNum() uint32 descendant_font_obj_num = 5;- Returns:
- The descendantFontObjNum.
 
 
- 
 
-