Interface PdfiumSetFormFieldIsReadOnlyRequestPOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 PdfiumSetFormFieldIsReadOnlyRequestP,PdfiumSetFormFieldIsReadOnlyRequestP.Builder
public interface PdfiumSetFormFieldIsReadOnlyRequestPOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAnnotationIndex()int32 annotation_index = 2;PdfDocumentPgetDocument().ironpdfengineproto.PdfDocumentP document = 1;PdfDocumentPOrBuildergetDocumentOrBuilder().ironpdfengineproto.PdfDocumentP document = 1;booleangetIsReadOnly()bool is_read_only = 4;intgetPageIndex()int32 page_index = 3;booleanhasDocument().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.
 
 
- 
getIsReadOnly
boolean getIsReadOnly()
bool is_read_only = 4;- Returns:
 - The isReadOnly.
 
 
 - 
 
 -