Constructor
new PdfParameters(javaClass)
Parameters:
| Name | Type | Description |
|---|---|---|
javaClass |
object | – instance of the Java PdfParameters class |
- Source:
Methods
getCMYKBackColor() → {CMYKColor|null}
CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used.
Returns:
| Type | Description |
|---|---|
| CMYKColor | null |
- Source:
getCMYKBarColor() → {CMYKColor|null}
CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used.
Returns:
| Type | Description |
|---|---|
| CMYKColor | null |
- Source:
getCMYKCaptionAboveColor() → {CMYKColor|null}
CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used.
Returns:
| Type | Description |
|---|---|
| CMYKColor | null |
- Source:
getCMYKCaptionBelowColor() → {CMYKColor|null}
CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used.
Returns:
| Type | Description |
|---|---|
| CMYKColor | null |
- Source:
getCMYKCodetextColor() → {CMYKColor|null}
CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used.
Returns:
| Type | Description |
|---|---|
| CMYKColor | null |
- Source:
init()
no-op initializer
- Source:
isTextAsPath()
Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.
- Source:
setCMYKBackColor(value)
CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used.
Parameters:
| Name | Type | Description |
|---|---|---|
value |
CMYKColor | null |
- Source:
setCMYKBarColor(value)
CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used.
Parameters:
| Name | Type | Description |
|---|---|---|
value |
CMYKColor | null |
- Source:
setCMYKCaptionAboveColor(value)
CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used.
Parameters:
| Name | Type | Description |
|---|---|---|
value |
CMYKColor | null |
- Source:
setCMYKCaptionBelowColor(value)
CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used.
Parameters:
| Name | Type | Description |
|---|---|---|
value |
CMYKColor | null |
- Source:
setCMYKCodetextColor(value)
CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used.
Parameters:
| Name | Type | Description |
|---|---|---|
value |
CMYKColor | null |
- Source:
setTextAsPath()
Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.
- Source: