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 SummaryModifier and TypeMethodDescription.IronPdfEngine.Proto.PdfDocument document = 1;.IronPdfEngine.Proto.PdfDocument document = 1;intint32 page_index = 2;optional string parent_text = 4;com.google.protobuf.ByteStringoptional string parent_text = 4;optional string previous_text = 5;com.google.protobuf.ByteStringoptional string previous_text = 5;getText()string text = 3;com.google.protobuf.ByteStringstring text = 3;boolean.IronPdfEngine.Proto.PdfDocument document = 1;booleanoptional string parent_text = 4;booleanoptional string previous_text = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasDocumentboolean hasDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- Whether the document field is set.
 
- 
getDocumentPdfDocument getDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- The document.
 
- 
getDocumentOrBuilderPdfDocumentOrBuilder getDocumentOrBuilder().IronPdfEngine.Proto.PdfDocument document = 1;
- 
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.
 
 
-