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 SummaryAll 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.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getTextString getText() string text = 1;- Returns:
- The text.
 
 - 
getTextBytescom.google.protobuf.ByteString getTextBytes() string text = 1;- Returns:
- The bytes for text.
 
 - 
getPageIndexint getPageIndex() int32 page_index = 2;- Returns:
- The pageIndex.
 
 - 
getHierarchyString getHierarchy() string hierarchy = 3;- Returns:
- The hierarchy.
 
 - 
getHierarchyBytescom.google.protobuf.ByteString getHierarchyBytes() string hierarchy = 3;- Returns:
- The bytes for hierarchy.
 
 
- 
 
-