pdffield-ag凯发旗舰厅



com.spire.pdf.fields
class pdffield

java.lang.object
  extended by com.spire.pdf.fields.pdffield
all implemented interfaces:
ipdfwrapper
direct known subclasses:
pdffieldwidget, pdfradiobuttonlistfield, pdfsignaturestyledfield, pdfstyledfield

public abstract class pdffield
extends java.lang.object
implements ipdfwrapper

represents field of the pdf document's interactive form.


constructor summary
pdffield()
           
pdffield( dictionary)
           
pdffield(pdfpagebase page, java.lang.string name)
          initializes a new instance of the class.
 
method summary
 boolean getexport()
          gets a value indicating whether this is export.
 boolean getflatten()
          gets a value indicating whether this is flatten.
 pdfform getform()
          gets the form.
 java.lang.string getmappingname()
          gets the mapping name to be used when exporting interactive form field data from the document.
 java.lang.string getname()
          gets the name.
 pdfpagebase getpage()
          gets the page.
 boolean getreadonly()
          gets a value indicating whether [read only].
 boolean getrequired()
          gets a value indicating whether this is required.
 java.lang.string gettooltip()
          gets the tool tip.
 void setexport(boolean value)
          sets a value indicating whether this is export.
 void setflatten(boolean value)
          sets a value indicating whether this is flatten.
 void setreadonly(boolean value)
          sets a value indicating whether [read only].
 void settooltip(java.lang.string value)
          sets the tool tip.
 
constructor detail

pdffield

public pdffield(pdfpagebase page,
                java.lang.string name)
initializes a new instance of the class.
parameters:
page - the page where the field should be placed.
name - the name.

pdffield

public pdffield( dictionary)

pdffield

public pdffield()
method detail

getname

public java.lang.string getname()
gets the name.

getform

public pdfform getform()
gets the form.

getmappingname

public java.lang.string getmappingname()
gets the mapping name to be used when exporting interactive form field data from the document.

getexport

public boolean getexport()
gets a value indicating whether this is export.

setexport

public void setexport(boolean value)
sets a value indicating whether this is export.

getreadonly

public boolean getreadonly()
gets a value indicating whether [read only].

setreadonly

public void setreadonly(boolean value)
sets a value indicating whether [read only].

getrequired

public boolean getrequired()
gets a value indicating whether this is required.

gettooltip

public java.lang.string gettooltip()
gets the tool tip.

settooltip

public void settooltip(java.lang.string value)
sets the tool tip.

getpage

public pdfpagebase getpage()
gets the page.

getflatten

public boolean getflatten()
gets a value indicating whether this is flatten.

setflatten

public void setflatten(boolean value)
sets a value indicating whether this is flatten.


网站地图