Interface PdfiumSetFormFieldValueRequestPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumSetFormFieldValueRequestP
,PdfiumSetFormFieldValueRequestP.Builder
public interface PdfiumSetFormFieldValueRequestPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAnnotationIndex()
int32 annotation_index = 2;
PdfDocumentP
getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
PdfDocumentPOrBuilder
getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;
String
getFormFieldValue()
string form_field_value = 4;
com.google.protobuf.ByteString
getFormFieldValueBytes()
string form_field_value = 4;
int
getPageIndex()
int32 page_index = 3;
boolean
hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDocument
boolean hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
- Returns:
- Whether the document field is set.
-
getDocument
PdfDocumentP getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
- Returns:
- The document.
-
getDocumentOrBuilder
PdfDocumentPOrBuilder getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;
-
getAnnotationIndex
int getAnnotationIndex()
int32 annotation_index = 2;
- Returns:
- The annotationIndex.
-
getPageIndex
int getPageIndex()
int32 page_index = 3;
- Returns:
- The pageIndex.
-
getFormFieldValue
String getFormFieldValue()
string form_field_value = 4;
- Returns:
- The formFieldValue.
-
getFormFieldValueBytes
com.google.protobuf.ByteString getFormFieldValueBytes()
string form_field_value = 4;
- Returns:
- The bytes for formFieldValue.
-
-