Interface PdfiumSetFormFieldValue2RequestPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumSetFormFieldValue2RequestP
,PdfiumSetFormFieldValue2RequestP.Builder
public interface PdfiumSetFormFieldValue2RequestPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfDocumentP
getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
PdfDocumentPOrBuilder
getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;
PdfiumIFormFieldObjectP
getFormObject()
.ironpdfengineproto.PdfiumIFormFieldObjectP form_object = 2;
PdfiumIFormFieldObjectPOrBuilder
getFormObjectOrBuilder()
.ironpdfengineproto.PdfiumIFormFieldObjectP form_object = 2;
String
getValue()
string value = 3;
com.google.protobuf.ByteString
getValueBytes()
string value = 3;
boolean
hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
boolean
hasFormObject()
.ironpdfengineproto.PdfiumIFormFieldObjectP form_object = 2;
-
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;
-
hasFormObject
boolean hasFormObject()
.ironpdfengineproto.PdfiumIFormFieldObjectP form_object = 2;
- Returns:
- Whether the formObject field is set.
-
getFormObject
PdfiumIFormFieldObjectP getFormObject()
.ironpdfengineproto.PdfiumIFormFieldObjectP form_object = 2;
- Returns:
- The formObject.
-
getFormObjectOrBuilder
PdfiumIFormFieldObjectPOrBuilder getFormObjectOrBuilder()
.ironpdfengineproto.PdfiumIFormFieldObjectP form_object = 2;
-
getValue
String getValue()
string value = 3;
- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
string value = 3;
- Returns:
- The bytes for value.
-
-