#include <PdfDifferenceEncoding.h>
Public Member Functions | |
PdfEncodingDifference () | |
PdfEncodingDifference (const PdfEncodingDifference &rhs) | |
const PdfEncodingDifference & | operator= (const PdfEncodingDifference &rhs) |
void | AddDifference (int nCode) |
void | AddDifference (int nCode, const PdfName &rName) |
bool | Contains (int nCode, PdfName &rName, pdf_utf16be &rValue) const |
void | ToArray (PdfArray &rArray) |
size_t | GetCount () const |
|
Create a PdfEncodingDifference object. |
|
Copy a PdfEncodingDifference object. |
|
Add a difference to the object.
|
|
Add a difference to the object.
|
|
Tests if the specified code is part of the differences.
|
|
Get the number of differences in this object. If the user added .notdef as a difference it is counted, even it is no real difference in the final encoding.
|
|
Copy a PdfEncodingDifference object. |
|
Convert the PdfEncodingDifference to an array
|