mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Checkbox and radio form fields
This commit is contained in:
@ -209,6 +209,10 @@ public:
|
||||
/// \param state State name
|
||||
PDFObject getAppearance(Appearance appearance, const QByteArray& state) const;
|
||||
|
||||
/// Returns list of appearance states for given appearance
|
||||
/// \param appearance Appearance
|
||||
QByteArrayList getAppearanceStates(Appearance appearance);
|
||||
|
||||
private:
|
||||
std::map<Key, PDFObject> m_appearanceStreams;
|
||||
};
|
||||
|
Reference in New Issue
Block a user