From 734ac1e1d2b3ce10a2da1a7e736a30bdf0bc5cf8 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 19 Oct 2009 01:58:31 +0000 Subject: deal with stream-specific crypt filters git-svn-id: svn+q:///qpdf/trunk@827 71b93d88-0707-0410-a8cf-f5a4172ac649 --- include/qpdf/QPDFObjectHandle.hh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include') 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 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 -- cgit v1.2.3-70-g09d2