Interface PdfiumComboBoxFieldPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumComboBoxFieldP,- PdfiumComboBoxFieldP.Builder
 
 public interface PdfiumComboBoxFieldPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetOptions(int index)repeated string options = 1;com.google.protobuf.ByteStringgetOptionsBytes(int index)repeated string options = 1;intgetOptionsCount()repeated string options = 1;List<String>getOptionsList()repeated string options = 1;intgetSelectedIndex()int32 selected_index = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getOptionsListList<String> getOptionsList() repeated string options = 1;- Returns:
- A list containing the options.
 
 - 
getOptionsCountint getOptionsCount() repeated string options = 1;- Returns:
- The count of options.
 
 - 
getOptionsString getOptions(int index) repeated string options = 1;- Parameters:
- index- The index of the element to return.
- Returns:
- The options at the given index.
 
 - 
getOptionsBytescom.google.protobuf.ByteString getOptionsBytes(int index) repeated string options = 1;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the options at the given index.
 
 - 
getSelectedIndexint getSelectedIndex() int32 selected_index = 2;- Returns:
- The selectedIndex.
 
 
- 
 
-