| Changed Methods |
PdfObject
getBlackGenerationFunction()
|
Documentation changed from old to new. |
Gets the black-generation function value, {@code BG}. |
PdfObject
getBlackGenerationFunction2()
|
Documentation changed from old to new. |
Gets the black-generation function value or {@code Default}, {@code BG2} key. |
PdfObject
getTransferFunction()
|
Documentation changed from old to new. |
Gets the transfer function value, {@code TR} key. |
PdfObject
getTransferFunction2()
|
Documentation changed from old to new. |
Gets the transfer function value or {@code Default}, {@code TR2} key. |
PdfObject
getUndercolorRemovalFunction()
|
Documentation changed from old to new. |
Gets the undercolor-removal function, {@code UCR} key. |
PdfObject
getUndercolorRemovalFunction2()
|
Documentation changed from old to new. |
Gets the undercolor-removal function value or {@code Default}, {@code UCR2} key. |
PdfExtGState
setBlackGenerationFunction(
PdfObject)
|
Documentation changed from old to new. |
Sets the black-generation function value, {@code BG}. |
PdfExtGState
setBlackGenerationFunction2(
PdfObject)
|
Documentation changed from old to new. |
Sets the black-generation function value or {@code Default}, {@code BG2} key. |
PdfExtGState
setTransferFunction(
PdfObject)
|
Documentation changed from old to new. |
Sets the transfer function value, {@code TR} key. |
PdfExtGState
setTransferFunction2(
PdfObject)
|
Documentation changed from old to new. |
Sets the transfer function value or {@code Default}, {@code TR2} key. |
PdfExtGState
setUndercolorRemovalFunction(
PdfObject)
|
Documentation changed from old to new. |
Sets the undercolor-removal function, {@code UCR} key. |
PdfExtGState
setUndercolorRemovalFunction2(
PdfObject)
|
Documentation changed from old to new. |
Sets the undercolor-removal function value or {@code Default}, {@code UCR2} key. |