Interface BookmarkOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Bookmark, Bookmark.Builder

public interface BookmarkOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasDestinationType

      boolean hasDestinationType()
      optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;
      Returns:
      Whether the destinationType field is set.
    • getDestinationType

      BookmarkDestinations getDestinationType()
      optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;
      Returns:
      The destinationType.
    • getDestinationTypeOrBuilder

      BookmarkDestinationsOrBuilder getDestinationTypeOrBuilder()
      optional .IronPdfEngine.Proto.BookmarkDestinations destination_type = 1;
    • hasNextBookmarkText

      boolean hasNextBookmarkText()
      optional string next_bookmark_text = 2;
      Returns:
      Whether the nextBookmarkText field is set.
    • getNextBookmarkText

      String getNextBookmarkText()
      optional string next_bookmark_text = 2;
      Returns:
      The nextBookmarkText.
    • getNextBookmarkTextBytes

      com.google.protobuf.ByteString getNextBookmarkTextBytes()
      optional string next_bookmark_text = 2;
      Returns:
      The bytes for nextBookmarkText.
    • hasParentBookmarkText

      boolean hasParentBookmarkText()
      optional string parent_bookmark_text = 3;
      Returns:
      Whether the parentBookmarkText field is set.
    • getParentBookmarkText

      String getParentBookmarkText()
      optional string parent_bookmark_text = 3;
      Returns:
      The parentBookmarkText.
    • getParentBookmarkTextBytes

      com.google.protobuf.ByteString getParentBookmarkTextBytes()
      optional string parent_bookmark_text = 3;
      Returns:
      The bytes for parentBookmarkText.
    • getPageIndex

      int getPageIndex()
      int32 page_index = 4;
      Returns:
      The pageIndex.
    • hasPreviousBookmarkText

      boolean hasPreviousBookmarkText()
      optional string previous_bookmark_text = 5;
      Returns:
      Whether the previousBookmarkText field is set.
    • getPreviousBookmarkText

      String getPreviousBookmarkText()
      optional string previous_bookmark_text = 5;
      Returns:
      The previousBookmarkText.
    • getPreviousBookmarkTextBytes

      com.google.protobuf.ByteString getPreviousBookmarkTextBytes()
      optional string previous_bookmark_text = 5;
      Returns:
      The bytes for previousBookmarkText.
    • getText

      String getText()
      string text = 6;
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
      string text = 6;
      Returns:
      The bytes for text.