Interface InsertBookmarkRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InsertBookmarkRequest
,InsertBookmarkRequest.Builder
public interface InsertBookmarkRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.IronPdfEngine.Proto.PdfDocument document = 1;
.IronPdfEngine.Proto.PdfDocument document = 1;
int
int32 page_index = 2;
optional string parent_text = 4;
com.google.protobuf.ByteString
optional string parent_text = 4;
optional string previous_text = 5;
com.google.protobuf.ByteString
optional string previous_text = 5;
getText()
string text = 3;
com.google.protobuf.ByteString
string text = 3;
boolean
.IronPdfEngine.Proto.PdfDocument document = 1;
boolean
optional string parent_text = 4;
boolean
optional string previous_text = 5;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDocument
boolean hasDocument().IronPdfEngine.Proto.PdfDocument document = 1;
- Returns:
- Whether the document field is set.
-
getDocument
PdfDocument getDocument().IronPdfEngine.Proto.PdfDocument document = 1;
- Returns:
- The document.
-
getDocumentOrBuilder
PdfDocumentOrBuilder getDocumentOrBuilder().IronPdfEngine.Proto.PdfDocument document = 1;
-
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.
-