Interface SetFormFieldIsReadOnlyRequestOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- SetFormFieldIsReadOnlyRequest,- SetFormFieldIsReadOnlyRequest.Builder
public interface SetFormFieldIsReadOnlyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescription.IronPdfEngine.Proto.PdfDocument document = 1;.IronPdfEngine.Proto.PdfDocument document = 1;string field_name = 2;com.google.protobuf.ByteStringstring field_name = 2;booleanbool is_read_only = 3;boolean.IronPdfEngine.Proto.PdfDocument document = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasDocumentboolean hasDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- Whether the document field is set.
 
- 
getDocumentPdfDocument getDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- The document.
 
- 
getDocumentOrBuilderPdfDocumentOrBuilder getDocumentOrBuilder().IronPdfEngine.Proto.PdfDocument document = 1;
- 
getFieldNameString getFieldName()string field_name = 2;- Returns:
- The fieldName.
 
- 
getFieldNameBytescom.google.protobuf.ByteString getFieldNameBytes()string field_name = 2;- Returns:
- The bytes for fieldName.
 
- 
getIsReadOnlyboolean getIsReadOnly()bool is_read_only = 3;- Returns:
- The isReadOnly.
 
 
-