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 SummaryModifier and TypeMethodDescriptiongetItems(int index) repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;intrepeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;getItemsOrBuilder(int index) repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;List<? extends StringDictionaryEntryOrBuilder>repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;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- 
getItemsListList<StringDictionaryEntry> getItemsList()repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
- 
getItemsrepeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
- 
getItemsCountint getItemsCount()repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
- 
getItemsOrBuilderListList<? extends StringDictionaryEntryOrBuilder> getItemsOrBuilderList()repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
- 
getItemsOrBuilderrepeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
 
-