Interface PdfiumBookmarkDescriptorPOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 PdfiumBookmarkDescriptorP,PdfiumBookmarkDescriptorP.Builder
public interface PdfiumBookmarkDescriptorPOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHierarchy()string hierarchy = 3;com.google.protobuf.ByteStringgetHierarchyBytes()string hierarchy = 3;intgetPageIndex()int32 page_index = 2;StringgetText()string text = 1;com.google.protobuf.ByteStringgetTextBytes()string text = 1;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getText
String getText()
string text = 1;- Returns:
 - The text.
 
 
- 
getTextBytes
com.google.protobuf.ByteString getTextBytes()
string text = 1;- Returns:
 - The bytes for text.
 
 
- 
getPageIndex
int getPageIndex()
int32 page_index = 2;- Returns:
 - The pageIndex.
 
 
- 
getHierarchy
String getHierarchy()
string hierarchy = 3;- Returns:
 - The hierarchy.
 
 
- 
getHierarchyBytes
com.google.protobuf.ByteString getHierarchyBytes()
string hierarchy = 3;- Returns:
 - The bytes for hierarchy.
 
 
 - 
 
 -