Class PdfParameters
PDF parameters.
-
Method Summary
Modifier and TypeMethodDescriptionCMYK background color value.CMYK color value of the barcode.CMYK color value for the caption above.CMYK color value for the caption below.CMYK color value for the codetext.booleanAre paths used instead of text (use if Unicode characters are not displayed) Default value: false.voidsetCMYKBackColor(CMYKColor value) CMYK background color value.voidsetCMYKBarColor(CMYKColor value) CMYK color value of the barcode.voidCMYK color value for the caption above.voidCMYK color value for the caption below.voidsetCMYKCodetextColor(CMYKColor value) CMYK color value for the codetext.voidsetTextAsPath(boolean value) Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.
-
Method Details
-
getCMYKBarColor
CMYK color value of the barcode.If
null, CMYK color is not used; RGB color will be used instead. -
setCMYKBarColor
CMYK color value of the barcode.If
null, CMYK color is not used; RGB color will be used instead. -
getCMYKBackColor
CMYK background color value.If
null, CMYK color is not used; RGB color will be used instead. -
setCMYKBackColor
CMYK background color value.If
null, CMYK color is not used; RGB color will be used instead. -
getCMYKCodetextColor
CMYK color value for the codetext.If
null, CMYK color is not used; RGB color will be used instead. -
setCMYKCodetextColor
CMYK color value for the codetext.If
null, CMYK color is not used; RGB color will be used instead. -
getCMYKCaptionAboveColor
CMYK color value for the caption above.If
null, CMYK color is not used; RGB color will be used instead. -
setCMYKCaptionAboveColor
CMYK color value for the caption above.If
null, CMYK color is not used; RGB color will be used instead. -
getCMYKCaptionBelowColor
CMYK color value for the caption below.If
null, CMYK color is not used; RGB color will be used instead. -
setCMYKCaptionBelowColor
CMYK color value for the caption below.If
null, CMYK color is not used; RGB color will be used instead. -
isTextAsPath
public boolean isTextAsPath()Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.
-
setTextAsPath
public void setTextAsPath(boolean value) Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.
-