Class PushButtonInformation

java.lang.Object
com.dynamicpdf.api.PushButtonInformation

public class PushButtonInformation extends Object
Represents information of a PushButton field.
  • Constructor Details

    • PushButtonInformation

      public PushButtonInformation()
  • Method Details

    • getName

      public String getName()
      Gets the name of a PushButton field.
      Returns:
      The name of a PushButton field.
    • setName

      public void setName(String value)
      Sets the name of a PushButton field.
      Parameters:
      value - The name of a PushButton field.
    • getLabel

      public String getLabel()
      Gets the label of a PushButton field.
      Returns:
      The label of a PushButton field.
    • setLabel

      public void setLabel(String value)
      Sets the label of a PushButton field.
      Parameters:
      value - The label of a PushButton field.