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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPageIndex()
int32 page_index = 2;
String
getParentText()
optional string parent_text = 4;
com.google.protobuf.ByteString
getParentTextBytes()
optional string parent_text = 4;
String
getPreviousText()
optional string previous_text = 5;
com.google.protobuf.ByteString
getPreviousTextBytes()
optional string previous_text = 5;
String
getText()
string text = 3;
com.google.protobuf.ByteString
getTextBytes()
string text = 3;
boolean
hasParentText()
optional string parent_text = 4;
boolean
hasPreviousText()
optional string previous_text = 5;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPageIndex
int getPageIndex()
int32 page_index = 2;
- Returns:
- The pageIndex.
-
getText
String getText()
string text = 3;
- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
string text = 3;
- Returns:
- The bytes for text.
-
hasParentText
boolean hasParentText()
optional string parent_text = 4;
- Returns:
- Whether the parentText field is set.
-
getParentText
String getParentText()
optional string parent_text = 4;
- Returns:
- The parentText.
-
getParentTextBytes
com.google.protobuf.ByteString getParentTextBytes()
optional string parent_text = 4;
- Returns:
- The bytes for parentText.
-
hasPreviousText
boolean hasPreviousText()
optional string previous_text = 5;
- Returns:
- Whether the previousText field is set.
-
getPreviousText
String getPreviousText()
optional string previous_text = 5;
- Returns:
- The previousText.
-
getPreviousTextBytes
com.google.protobuf.ByteString getPreviousTextBytes()
optional string previous_text = 5;
- Returns:
- The bytes for previousText.
-
-