public class PDFOption
extends java.lang.Object
implements java.io.Serializable
${services_components_commontypes_PDFOption_Title}
${services_components_commontypes_PDFOption_Description}
| Modifier and Type | Field and Description |
|---|---|
boolean |
entire
${services_components_commontypes_PDFOption_attribute_entire_Title}
|
boolean |
lineStyleRetained
${services_components_commontypes_PDFOption_attribute_lineStyleRetained_Title}
|
boolean |
pointStyleRetained
${services_components_commontypes_PDFOption_attribute_pointStyleRetained_Title}
|
boolean |
regionStyleRetained
${services_components_commontypes_PDFOption_attribute_regionStyleRetained_Title}
|
boolean |
vector
${services_components_commontypes_PDFOption_attribute_vector_Title}
|
| Constructor and Description |
|---|
PDFOption()
${services_components_commontypes_PDFOption_constructorByDefault_Title}
|
PDFOption(PDFOption pdfOption)
${services_components_commontypes_PDFOption_constructorByPdfOption_Title}
|
public boolean entire
${services_components_commontypes_PDFOption_attribute_entire_Title}
${services_components_commontypes_PDFOption_attribute_entire_Description}
public boolean lineStyleRetained
${services_components_commontypes_PDFOption_attribute_lineStyleRetained_Title}
${services_components_commontypes_PDFOption_attribute_lineStyleRetained_Description}
public boolean pointStyleRetained
${services_components_commontypes_PDFOption_attribute_pointStyleRetained_Title}
${services_components_commontypes_PDFOption_attribute_pointStyleRetained_Description}
public boolean regionStyleRetained
${services_components_commontypes_PDFOption_attribute_regionStyleRetained_Title}
${services_components_commontypes_PDFOption_attribute_regionStyleRetained_Description}
public boolean vector
${services_components_commontypes_PDFOption_attribute_vector_Title}
${services_components_commontypes_PDFOption_attribute_vector_Description}
public PDFOption()
${services_components_commontypes_PDFOption_constructorByDefault_Title}
${services_components_commontypes_PDFOption_constructorByDefault_Description}
public PDFOption(PDFOption pdfOption)
${services_components_commontypes_PDFOption_constructorByPdfOption_Title}
${services_components_commontypes_PDFOption_constructorByPdfOption_Description}
pdfOption - ${services_components_commontypes_PDFOption_constructorByPdfOption_param_pdfOption}java.lang.IllegalArgumentException - ${services_components_commontypes_PDFOption_constructorByPdfOption_exception_IllegalArgumentException}public int hashCode()
Gets hash code value of PDFOption object.
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
Compares whether the specified object equals to the current PDFOption object.
equals in class java.lang.Objectobj - the object to compare with the current PDFOption object.