![JAR search and dependency download from the Maven repository](/logo.png)
com.ironsoftware.ironpdf.internal.proto.PdfiumComboBoxFieldPOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: pdfium_form.proto
// Protobuf Java Version: 3.25.0
package com.ironsoftware.ironpdf.internal.proto;
public interface PdfiumComboBoxFieldPOrBuilder extends
// @@protoc_insertion_point(interface_extends:ironpdfengineproto.PdfiumComboBoxFieldP)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string options = 1;
* @return A list containing the options.
*/
java.util.List
getOptionsList();
/**
* repeated string options = 1;
* @return The count of options.
*/
int getOptionsCount();
/**
* repeated string options = 1;
* @param index The index of the element to return.
* @return The options at the given index.
*/
java.lang.String getOptions(int index);
/**
* repeated string options = 1;
* @param index The index of the value to return.
* @return The bytes of the options at the given index.
*/
com.google.protobuf.ByteString
getOptionsBytes(int index);
/**
* int32 selected_index = 2;
* @return The selectedIndex.
*/
int getSelectedIndex();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy