PdfParameters

Inheritance: java.lang.Object

public class PdfParameters

PDF parameters.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueCMYKColor

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:

ParameterTypeDescription
valueCMYKColor

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:

ParameterTypeDescription
valueCMYKColor

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:

ParameterTypeDescription
valueCMYKColor

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:

ParameterTypeDescription
valueCMYKColor

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:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int