mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
AcroForms implementation (data structures start)
This commit is contained in:
@ -1129,7 +1129,7 @@ private:
|
||||
PDFAnnotationAdditionalActions m_additionalActions;
|
||||
};
|
||||
|
||||
/// Widget annotation represents form fileds for interactive forms.
|
||||
/// Widget annotation represents form fields for interactive forms.
|
||||
/// Annotation's dictionary is merged with form field dictionary,
|
||||
/// it can be done, because dictionaries doesn't overlap.
|
||||
class PDFWidgetAnnotation : public PDFAnnotation
|
||||
@ -1281,7 +1281,8 @@ public:
|
||||
PDFInteger pageIndex,
|
||||
const PDFPrecompiledPage* compiledPage,
|
||||
PDFTextLayoutGetter& layoutGetter,
|
||||
const QMatrix& pagePointToDevicePointMatrix) const override;
|
||||
const QMatrix& pagePointToDevicePointMatrix,
|
||||
QList<PDFRenderError>& errors) const override;
|
||||
|
||||
void setDocument(const PDFDocument* document, const PDFOptionalContentActivity* optionalContentActivity);
|
||||
|
||||
|
Reference in New Issue
Block a user