|
iText 9.4.0 API
|
Helper class to retrieve the annotation flatten worker for the specified annotation subtype. More...
Public Member Functions |
|
| PdfAnnotationFlattenFactory () | |
| Creates a new PdfAnnotationFlattenFactory instance. More... |
|
| virtual IAnnotationFlattener | GetAnnotationFlattenWorker (PdfName name) |
| Gets the annotation flatten worker for the specified annotation subtype. More... |
|
Helper class to retrieve the annotation flatten worker for the specified annotation subtype.
|
inline |
Creates a new PdfAnnotationFlattenFactory instance.
|
inlinevirtual |
Gets the annotation flatten worker for the specified annotation subtype.
| name | the annotation subtype. If the subtype is unknown, the worker for the null type will be returned. |