PdfParameters

PdfParameters class

PDF parameters wrapper. Expects an underlying mwObject instance that provides the corresponding getter/setter methods returning/accepting CMYK strings like “30_100_0_30” or null.

new PdfParameters(mwObject)
ParameterTypeDescription
mwObjectobject– instance of the Java PdfParameters class

Methods

NameDescription
_initializeWrapperMembers()no-op initializer
getCMYKBackColor()CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used.
getCMYKBarColor()CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used.
getCMYKCaptionAboveColor()CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used.
getCMYKCaptionBelowColor()CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used.
getCMYKCodetextColor()CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used.
isTextAsPath()Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.
setCMYKBackColor(value)CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used.
setCMYKBarColor(value)CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used.
setCMYKCaptionAboveColor(value)CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used.
setCMYKCaptionBelowColor(value)CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used.
setCMYKCodetextColor(value)CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used.
setTextAsPath()Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.

_initializeWrapperMembers()

no-op initializer

getCMYKBackColor()

CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used.

Returns: CMYKColor|null

getCMYKBarColor()

CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used.

Returns: CMYKColor|null

getCMYKCaptionAboveColor()

CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used.

Returns: CMYKColor|null

getCMYKCaptionBelowColor()

CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used.

Returns: CMYKColor|null

getCMYKCodetextColor()

CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used.

Returns: CMYKColor|null

isTextAsPath()

Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.

setCMYKBackColor(value)

CMYK back color value. Null means CMYK color is not used, instead normal RGB color is used.

ParameterTypeDescription
valueCMYKColor|null

setCMYKBarColor(value)

CMYK color value of bar code. Null means CMYK color is not used, instead normal RGB color is used.

ParameterTypeDescription
valueCMYKColor|null

setCMYKCaptionAboveColor(value)

CMYK color value of caption above. Null means CMYK color is not used, instead normal RGB color is used.

ParameterTypeDescription
valueCMYKColor|null

setCMYKCaptionBelowColor(value)

CMYK color value of caption below. Null means CMYK color is not used, instead normal RGB color is used.

ParameterTypeDescription
valueCMYKColor|null

setCMYKCodetextColor(value)

CMYK color value of Codetext. Null means CMYK color is not used, instead normal RGB color is used.

ParameterTypeDescription
valueCMYKColor|null

setTextAsPath()

Are paths used instead of text (use if Unicode characters are not displayed) Default value: false.