Interface BookmarkCollectionOrBuilder

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

public interface BookmarkCollectionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getBookmarks(int index)
    repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
    int
    repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
    repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
    repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
    repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;

    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

    • getBookmarksList

      List<Bookmark> getBookmarksList()
      repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
    • getBookmarks

      Bookmark getBookmarks(int index)
      repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
    • getBookmarksCount

      int getBookmarksCount()
      repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
    • getBookmarksOrBuilderList

      List<? extends BookmarkOrBuilder> getBookmarksOrBuilderList()
      repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;
    • getBookmarksOrBuilder

      BookmarkOrBuilder getBookmarksOrBuilder(int index)
      repeated .IronPdfEngine.Proto.Bookmark bookmarks = 1;