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 TypeMethodDescriptiongetItems
(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;
List<? extends StringDictionaryEntryOrBuilder>
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
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
repeated .IronPdfEngine.Proto.StringDictionaryEntry items = 1;
-