Interface StringDictionaryOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getItems(int index)
    repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
    int
    repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
    repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
    getItemsOrBuilder(int index)
    repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
    repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 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

    • getItemsList

      List<StringDictionaryEntry> getItemsList()
      repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
    • getItems

      StringDictionaryEntry getItems(int index)
      repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
    • getItemsCount

      int getItemsCount()
      repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
    • getItemsOrBuilderList

      List<? extends StringDictionaryEntryOrBuilder> getItemsOrBuilderList()
      repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
    • getItemsOrBuilder

      StringDictionaryEntryOrBuilder getItemsOrBuilder(int index)
      repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;