PdfParameters
Inheritance: java.lang.Object
public class PdfParameters
PDF parameters.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getCMYKBackColor() | CMYK background color value. |
getCMYKBarColor() | CMYK color value of the barcode. |
getCMYKCaptionAboveColor() | CMYK color value for the caption above. |
getCMYKCaptionBelowColor() | CMYK color value for the caption below. |
getCMYKCodetextColor() | CMYK color value for the codetext. |
getClass() | |
hashCode() | |
isTextAsPath() | Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. |
notify() | |
notifyAll() | |
setCMYKBackColor(CMYKColor value) | CMYK background color value. |
setCMYKBarColor(CMYKColor value) | CMYK color value of the barcode. |
setCMYKCaptionAboveColor(CMYKColor value) | CMYK color value for the caption above. |
setCMYKCaptionBelowColor(CMYKColor value) | CMYK color value for the caption below. |
setCMYKCodetextColor(CMYKColor value) | CMYK color value for the codetext. |
setTextAsPath(boolean value) | Are paths used instead of text (use if Unicode characters are not displayed) Default value: false. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getCMYKBackColor()
public CMYKColor getCMYKBackColor()
CMYK background color value.
If null , CMYK color is not used; RGB color will be used instead.
Returns: CMYKColor
getCMYKBarColor()
public CMYKColor getCMYKBarColor()
CMYK color value of the barcode.
If null , CMYK color is not used; RGB color will be used instead.
Returns: CMYKColor
getCMYKCaptionAboveColor()
public CMYKColor getCMYKCaptionAboveColor()
CMYK color value for the caption above.
If null , CMYK color is not used; RGB color will be used instead.
Returns: CMYKColor
getCMYKCaptionBelowColor()
public CMYKColor getCMYKCaptionBelowColor()
CMYK color value for the caption below.
If null , CMYK color is not used; RGB color will be used instead.
Returns: CMYKColor
getCMYKCodetextColor()
public CMYKColor getCMYKCodetextColor()
CMYK color value for the codetext.
If null , CMYK color is not used; RGB color will be used instead.
Returns: CMYKColor
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
isTextAsPath()
public boolean isTextAsPath()
Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setCMYKBackColor(CMYKColor value)
public void setCMYKBackColor(CMYKColor value)
CMYK background color value.
If null , CMYK color is not used; RGB color will be used instead.
Parameters:
Parameter | Type | Description |
---|---|---|
value | CMYKColor |
setCMYKBarColor(CMYKColor value)
public void setCMYKBarColor(CMYKColor value)
CMYK color value of the barcode.
If null , CMYK color is not used; RGB color will be used instead.
Parameters:
Parameter | Type | Description |
---|---|---|
value | CMYKColor |
setCMYKCaptionAboveColor(CMYKColor value)
public void setCMYKCaptionAboveColor(CMYKColor value)
CMYK color value for the caption above.
If null , CMYK color is not used; RGB color will be used instead.
Parameters:
Parameter | Type | Description |
---|---|---|
value | CMYKColor |
setCMYKCaptionBelowColor(CMYKColor value)
public void setCMYKCaptionBelowColor(CMYKColor value)
CMYK color value for the caption below.
If null , CMYK color is not used; RGB color will be used instead.
Parameters:
Parameter | Type | Description |
---|---|---|
value | CMYKColor |
setCMYKCodetextColor(CMYKColor value)
public void setCMYKCodetextColor(CMYKColor value)
CMYK color value for the codetext.
If null , CMYK color is not used; RGB color will be used instead.
Parameters:
Parameter | Type | Description |
---|---|---|
value | CMYKColor |
setTextAsPath(boolean value)
public void setTextAsPath(boolean value)
Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |