|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.fields.pdffield
public abstract class pdffield
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 |
---|
public pdffield(pdfpagebase page, java.lang.string name)
page
- the page where the field should be placed.name
- the name.public pdffield( dictionary)
public pdffield()
method detail |
---|
public java.lang.string getname()
public pdfform getform()
public java.lang.string getmappingname()
public boolean getexport()
public void setexport(boolean value)
public boolean getreadonly()
public void setreadonly(boolean value)
public boolean getrequired()
public java.lang.string gettooltip()
public void settooltip(java.lang.string value)
public pdfpagebase getpage()
public boolean getflatten()
public void setflatten(boolean value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |