Interface PdfiumRemoveFormFieldAnnotationRequestPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumRemoveFormFieldAnnotationRequestP
,PdfiumRemoveFormFieldAnnotationRequestP.Builder
public interface PdfiumRemoveFormFieldAnnotationRequestPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfiumIFormFieldAnnotationP
getAnnot()
.ironpdfengineproto.PdfiumIFormFieldAnnotationP annot = 3;
PdfiumIFormFieldAnnotationPOrBuilder
getAnnotOrBuilder()
.ironpdfengineproto.PdfiumIFormFieldAnnotationP annot = 3;
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;
boolean
hasAnnot()
.ironpdfengineproto.PdfiumIFormFieldAnnotationP annot = 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;
-
hasAnnot
boolean hasAnnot()
.ironpdfengineproto.PdfiumIFormFieldAnnotationP annot = 3;
- Returns:
- Whether the annot field is set.
-
getAnnot
PdfiumIFormFieldAnnotationP getAnnot()
.ironpdfengineproto.PdfiumIFormFieldAnnotationP annot = 3;
- Returns:
- The annot.
-
getAnnotOrBuilder
PdfiumIFormFieldAnnotationPOrBuilder getAnnotOrBuilder()
.ironpdfengineproto.PdfiumIFormFieldAnnotationP annot = 3;
-
-