Interface PdfiumBookmarkPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumBookmarkP,- PdfiumBookmarkP.Builder
 
 public interface PdfiumBookmarkPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPageIndex()int32 page_index = 2;StringgetParentText()optional string parent_text = 4;com.google.protobuf.ByteStringgetParentTextBytes()optional string parent_text = 4;StringgetPreviousText()optional string previous_text = 5;com.google.protobuf.ByteStringgetPreviousTextBytes()optional string previous_text = 5;StringgetText()string text = 3;com.google.protobuf.ByteStringgetTextBytes()string text = 3;booleanhasParentText()optional string parent_text = 4;booleanhasPreviousText()optional string previous_text = 5;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getPageIndexint getPageIndex() int32 page_index = 2;- Returns:
- The pageIndex.
 
 - 
getTextString getText() string text = 3;- Returns:
- The text.
 
 - 
getTextBytescom.google.protobuf.ByteString getTextBytes() string text = 3;- Returns:
- The bytes for text.
 
 - 
hasParentTextboolean hasParentText() optional string parent_text = 4;- Returns:
- Whether the parentText field is set.
 
 - 
getParentTextString getParentText() optional string parent_text = 4;- Returns:
- The parentText.
 
 - 
getParentTextBytescom.google.protobuf.ByteString getParentTextBytes() optional string parent_text = 4;- Returns:
- The bytes for parentText.
 
 - 
hasPreviousTextboolean hasPreviousText() optional string previous_text = 5;- Returns:
- Whether the previousText field is set.
 
 - 
getPreviousTextString getPreviousText() optional string previous_text = 5;- Returns:
- The previousText.
 
 - 
getPreviousTextBytescom.google.protobuf.ByteString getPreviousTextBytes() optional string previous_text = 5;- Returns:
- The bytes for previousText.
 
 
- 
 
-