summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-19 03:58:31 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-19 03:58:31 +0200
commit734ac1e1d2b3ce10a2da1a7e736a30bdf0bc5cf8 (patch)
treecad02f21cf00a93e4209f74ab96b96f707dd0aaa /include
parent70ae58c0355e06cfe7d97426b28a61ab419ef276 (diff)
downloadqpdf-734ac1e1d2b3ce10a2da1a7e736a30bdf0bc5cf8.tar.zst
deal with stream-specific crypt filters
git-svn-id: svn+q:///qpdf/trunk@827 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index 348aef6b..0a277384 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -77,14 +77,14 @@ class DLL_EXPORT QPDFObjectHandle
bool isNumber();
double getNumericValue();
- // Methods for name objects
+ // Methods for name objects; see also name and array objects
std::string getName();
// Methods for string objects
std::string getStringValue();
std::string getUTF8Value();
- // Methods for array objects
+ // Methods for array objects; see also name and array objects
int getArrayNItems();
QPDFObjectHandle getArrayItem(int n);
@@ -93,6 +93,9 @@ class DLL_EXPORT QPDFObjectHandle
QPDFObjectHandle getKey(std::string const&);
std::set<std::string> getKeys();
+ // Methods for name and array objects
+ bool isOrHasName(std::string const&);
+
// Mutator methods. Use with caution.
// Recursively copy this object, making it direct. Throws an