|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.inet.report.ReportComponent
com.inet.report.Element
com.inet.report.SignatureForm
public class SignatureForm
This class describes the visible Signature in PDF documents, that will be shown in Adobe Reader. The visible signature can consist of one, two or none of the standard elements (certificate details and subject name). With two standard elements the signature field will be divided into two parts (left and right). The same effect will be caused through setting the flag devideField even if only one standard element is present.
| Field Summary |
|---|
| Fields inherited from class com.inet.report.Element |
|---|
BOX, CHART, CROSSTAB, CROSSTABCELL, CROSSTABCOLUMN, CROSSTABROW, CROSSTABSECTION, DATABASE_PICTURE, FIELD, FIELDPART, JAVABEAN, LINE, PARAGRAPH, PICTURE, SIGNATURE, SUBREPORT, TEXT, TEXTPART |
| Fields inherited from interface com.inet.report.SignatureProperties |
|---|
POSITION_LEFT, POSITION_RIGHT |
| Fields inherited from interface com.inet.report.BorderProperties |
|---|
LINE_STYLE_DASHED, LINE_STYLE_DOTTED, LINE_STYLE_DOUBLE, LINE_STYLE_SINGLE, NO_LINE |
| Fields inherited from interface com.inet.report.GeneralProperties |
|---|
ALIGN_HORIZONTAL_CENTER, ALIGN_HORIZONTAL_DEFAULT, ALIGN_HORIZONTAL_JUSTIFIED, ALIGN_HORIZONTAL_LEFT, ALIGN_HORIZONTAL_RIGHT |
| Method Summary | |
|---|---|
boolean |
getDivideField()
Returns the flag indicating whether the signature field must be divided into two parts. |
boolean |
getShowSubjectName()
Returns the flag indicating whether the subject common name must be written in a signature field. |
int |
getTextPosition()
Returns the position of text-items in the divided signature field: POSITION_LEFT,
POSITION_RIGHT. |
boolean |
getWriteCertificateDate()
Returns the flag indicating whether the date of signing must be written in certificate details. |
boolean |
getWriteCertificateDistinguishedName()
Returns the flag indicating whether the subject distinguished name must be written in certificate details. |
boolean |
getWriteCertificateLabels()
Returns the flag indicating whether the labels of signature items must be written in certificate details. |
boolean |
getWriteCertificateLocation()
Returns the flag indicating whether the subject location must be written in certificate details. |
boolean |
getWriteCertificateReason()
Returns the flag indicating whether the reason of signing must be written in certificate details. |
boolean |
getWriteCertificateSubjectName()
Returns the flag indicating whether the subject common name must be written in certificate details. |
void |
setDivideField(boolean val)
Sets the flag indicating that the signature field must be divided into two parts. |
void |
setShowSubjectName(boolean val)
Sets the flag indicating that the subject common name must be written in a signature field. |
void |
setTextPosition(int pos)
Sets the position of text-items in the divided signature field: POSITION_LEFT,
POSITION_RIGHT. |
void |
setWriteCertificateDate(boolean val)
Sets the flag indicating that the date of signing must be written in certificate details. |
void |
setWriteCertificateDistinguishedName(boolean val)
Sets the flag indicating that subject distinguished name must be written in certificate details. |
void |
setWriteCertificateLabels(boolean val)
Sets the flag indicating that the labels of signature items must be written in certificate details. |
void |
setWriteCertificateLocation(boolean val)
Sets the flag indicating whether the subject location must be written in certificate details. |
void |
setWriteCertificateReason(boolean val)
Sets the flag indicating that the reason of signing must be written in certificate details. |
void |
setWriteCertificateSubjectName(boolean val)
Sets the flag indicating that subject common name must be written in certificate details. |
| Methods inherited from class com.inet.report.ReportComponent |
|---|
getBackColor, getBackColorFormula, getHeight, getKeepTogetherFormula, getSuppressFormula, getType, getWidth, getX, getY, isKeepTogether, isSuppress, setBackColor, setBackColorFormula, setHeight, setKeepTogether, setKeepTogetherFormula, setSuppress, setSuppressFormula, setWidth, setX, setY |
| Methods inherited from interface com.inet.report.BorderProperties |
|---|
getBackColor, getBackColorFormula, setBackColor, setBackColorFormula |
| Methods inherited from interface com.inet.report.GeneralProperties |
|---|
getKeepTogetherFormula, getSuppressFormula, isKeepTogether, isSuppress, setKeepTogether, setKeepTogetherFormula, setSuppress, setSuppressFormula |
| Methods inherited from interface com.inet.report.parser.NodeParser |
|---|
isDOMParser, parseDOM, parseElement, parseEndElement, parseText |
| Method Detail |
|---|
public boolean getDivideField()
getDivideField in interface SignaturePropertiespublic boolean getShowSubjectName()
getShowSubjectName in interface SignaturePropertiespublic int getTextPosition()
POSITION_LEFT,
POSITION_RIGHT.
If both certificate details and common name are present,
this value describes the position of certificate details.
getTextPosition in interface SignaturePropertiespublic boolean getWriteCertificateDate()
getWriteCertificateDate in interface SignaturePropertiespublic boolean getWriteCertificateDistinguishedName()
getWriteCertificateDistinguishedName in interface SignaturePropertiespublic boolean getWriteCertificateLabels()
getWriteCertificateLabels in interface SignaturePropertiespublic boolean getWriteCertificateLocation()
getWriteCertificateLocation in interface SignaturePropertiespublic boolean getWriteCertificateReason()
getWriteCertificateReason in interface SignaturePropertiespublic boolean getWriteCertificateSubjectName()
getWriteCertificateSubjectName in interface SignaturePropertiespublic void setDivideField(boolean val)
setDivideField in interface SignaturePropertiesval - if true the the signature field must be divided into two parts.public void setShowSubjectName(boolean val)
setShowSubjectName in interface SignaturePropertiesval - if true the subject common name will be written in a signature fields.public void setTextPosition(int pos)
POSITION_LEFT,
POSITION_RIGHT.
If both certificate details and common name are present,
this value describes the position of certificate details.
setTextPosition in interface SignaturePropertiespos - the position of text-items in the divided signature field.public void setWriteCertificateDate(boolean val)
setWriteCertificateDate in interface SignaturePropertiesval - if true the date of signing will be written in certificate details.public void setWriteCertificateDistinguishedName(boolean val)
setWriteCertificateDistinguishedName in interface SignaturePropertiesval - if true the subject distinguished name will be written in certificate details.public void setWriteCertificateLabels(boolean val)
setWriteCertificateLabels in interface SignaturePropertiesval - if true the labels of signature items will be written in certificate details.public void setWriteCertificateLocation(boolean val)
setWriteCertificateLocation in interface SignaturePropertiesval - if true the subject location will be written in certificate details.public void setWriteCertificateReason(boolean val)
setWriteCertificateReason in interface SignaturePropertiesval - if true the reason of signing will be written in certificate details.public void setWriteCertificateSubjectName(boolean val)
setWriteCertificateSubjectName in interface SignaturePropertiesval - if true the subject common name will be written in certificate details.
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||