All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ironsoftware.ironpdf.internal.proto.PdfiumGetFormFieldIsReadOnlyResultPOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: pdfium_form.proto

// Protobuf Java Version: 3.25.0
package com.ironsoftware.ironpdf.internal.proto;

public interface PdfiumGetFormFieldIsReadOnlyResultPOrBuilder extends
    // @@protoc_insertion_point(interface_extends:ironpdfengineproto.PdfiumGetFormFieldIsReadOnlyResultP)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bool result = 1;
   * @return Whether the result field is set.
   */
  boolean hasResult();
  /**
   * bool result = 1;
   * @return The result.
   */
  boolean getResult();

  /**
   * .ironpdfengineproto.RemoteExceptionP exception = 2;
   * @return Whether the exception field is set.
   */
  boolean hasException();
  /**
   * .ironpdfengineproto.RemoteExceptionP exception = 2;
   * @return The exception.
   */
  com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP getException();
  /**
   * .ironpdfengineproto.RemoteExceptionP exception = 2;
   */
  com.ironsoftware.ironpdf.internal.proto.RemoteExceptionPOrBuilder getExceptionOrBuilder();

  com.ironsoftware.ironpdf.internal.proto.PdfiumGetFormFieldIsReadOnlyResultP.ResultOrExceptionCase getResultOrExceptionCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy