DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger.forms
Class PdfButtonField

java.lang.Object
  extended by com.cete.dynamicpdf.merger.forms.PdfFormField
      extended by com.cete.dynamicpdf.merger.forms.PdfButtonField

public class PdfButtonField
extends PdfFormField

Represents a button field in a PDF document.

Licensing:
This class is a DynamicPDF Merger Standard Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 java.lang.String getDefaultValue()
          Gets the default value of the button field.
 java.lang.String getExportValue()
          Gets the export value of the button field.
 Font getFont()
          Gets the font for the field.
 boolean getNoToggleToOff()
           
 boolean getPushbutton()
           
 boolean getRadio()
           
 boolean getRadiosInUnison()
           
 java.lang.String getValue()
          Gets the value of the button field.
 
Methods inherited from class com.cete.dynamicpdf.merger.forms.PdfFormField
createLabel, createLabel, createLabel, createLabel, createLabel, createLabel, createLabel, createLabel, getAlign, getBackgroundColor, getBorderColor, getBorderStyle, getChildFields, getComb, getCombo, getCommitOnSelChange, getDoNotScroll, getDoNotSpellCheck, getEdit, getFileSelect, getFlags, getFontSize, getForm, getFullName, getHeight, getMultiline, getMultiSelect, getName, getNoExport, getNone, getOriginalPageNumber, getParent, getPassword, getReadOnly, getRequired, getRichText, getRotate, getSort, getTextColor, getWidth, getX, getY, hasChildFields, positionPageElement, setFont, setFontSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultValue

public java.lang.String getDefaultValue()
Gets the default value of the button field.

Overrides:
getDefaultValue in class PdfFormField
Returns:
The default value of the button field.

getValue

public java.lang.String getValue()
Gets the value of the button field.

Overrides:
getValue in class PdfFormField
Returns:
the value of the button field.

getExportValue

public java.lang.String getExportValue()
Gets the export value of the button field.

Overrides:
getExportValue in class PdfFormField
Returns:
the export value of the button field.

getNoToggleToOff

public boolean getNoToggleToOff()
Overrides:
getNoToggleToOff in class PdfFormField
Returns:
the no toggle to off property of the button field.

getRadio

public boolean getRadio()
Overrides:
getRadio in class PdfFormField
Returns:
the radio property of the text field.

getPushbutton

public boolean getPushbutton()
Overrides:
getPushbutton in class PdfFormField
Returns:
the push button property of the text field.

getRadiosInUnison

public boolean getRadiosInUnison()
Overrides:
getRadiosInUnison in class PdfFormField
Returns:
the radio in unision property of the text field.

getFont

public Font getFont()
Gets the font for the field.

Overrides:
getFont in class PdfFormField
Returns:
the font for the field.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software