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 int
getId()
int32 id = 1;
boolean
getIsEmbedded()
bool is_embedded = 4;
String
getName()
string name = 5;
com.google.protobuf.ByteString
getNameBytes()
string name = 5;
int
getNameLength()
int32 name_length = 3;
int
getObjNum()
uint32 obj_num = 2;
int
getType()
int32 type = 6;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
int getId()
int32 id = 1;
- Returns:
- The id.
-
getObjNum
int getObjNum()
uint32 obj_num = 2;
- Returns:
- The objNum.
-
getNameLength
int getNameLength()
int32 name_length = 3;
- Returns:
- The nameLength.
-
getIsEmbedded
boolean getIsEmbedded()
bool is_embedded = 4;
- Returns:
- The isEmbedded.
-
getName
String getName()
string name = 5;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 5;
- Returns:
- The bytes for name.
-
getType
int getType()
int32 type = 6;
- Returns:
- The type.
-
-