|
System::SharedPtr< System::Collections::Generic::IDictionary< System::String, System::SharedPtr< XmpPdfAExtensionSchema > > > | get_ExtensionFields () |
| Gets the dictionary of extension fields. More...
|
|
bool | get_IsFixedSize () |
| Returns true is collection has fixed size. More...
|
|
bool | get_IsReadOnly () const |
| Returns true if collection is read-only. More...
|
|
int32_t | get_Count () const |
| Gets count if items in the collection. More...
|
|
bool | get_IsSynchronized () |
| Returns true if collection is synchronized. More...
|
|
| PdfXmpMetadata () |
| Constructor for PdfXmpMetadata. More...
|
|
| PdfXmpMetadata (System::SharedPtr< Aspose::Pdf::Document > document) |
| Initializes new PdfXmpMetadata object on base of the document . More...
|
|
void | RegisterNamespaceURI (System::String prefix, System::String namespaceURI) |
| Registers the namespace URI. More...
|
|
System::String | GetNamespaceURIByPrefix (System::String prefix) |
| Gets namespace URI by prefix. More...
|
|
System::String | GetPrefixByNamespaceURI (System::String namespaceURI) |
| Gets the prefix by namespace URI. More...
|
|
void | Add (DefaultMetadataProperties const &key, System::SharedPtr< XmpValue > const &value) |
| Adds value to XMP metadata. More...
|
|
void | Add (System::SharedPtr< XmpPdfAExtensionObject > xmpPdfAExtensionObject, System::String namespacePrefix, System::String namespaceUri, System::String schemaDescription) |
| Adds extension field into metadata. More...
|
|
void | Clear () |
| Removes all elements from the object. More...
|
|
void | Remove (DefaultMetadataProperties key) |
| Removes element with specified key. More...
|
|
void | Add (System::String const &key, System::SharedPtr< XmpValue > const &value) |
| Adds new element to the dictionary object. More...
|
|
void | Add (System::String const &key, System::SharedPtr< System::Object > const &value) |
| Adds new element to the dictionary object. More...
|
|
bool | Contains (System::String const &key) const |
| Checks if dictionary contains the specified key. More...
|
|
bool | Contains (DefaultMetadataProperties const &property) const |
| Checks if dictionary contains the specified property. More...
|
|
System::SharedPtr< System::Collections::Generic::IEnumerator< System::Collections::Generic::KeyValuePair< System::String, System::SharedPtr< XmpValue > > > > | GetEnumerator () |
| Gets enumerator object of the dictionary. More...
|
|
bool | Remove (System::String const &key) |
| Removes key from the dictionary. More...
|
|
System::SharedPtr< XmpValue > | idx_get (System::String const &key) const |
| Gets value by key. More...
|
|
void | idx_set (System::String const &key, System::SharedPtr< XmpValue > value) |
| Sets value by key. More...
|
|
void | CopyTo (System::ArrayPtr< System::Collections::Generic::KeyValuePair< System::String, System::SharedPtr< XmpValue >>> array, int32_t index) |
| Copy metadata into array. More...
|
|
System::SharedPtr< XmpValue > | idx_get (DefaultMetadataProperties const &key) const |
| Gets value of XMP metadata by key. More...
|
|
void | idx_set (DefaultMetadataProperties const &key, System::SharedPtr< XmpValue > value) |
| Gets value of XMP metadata by key. More...
|
|
System::ArrayPtr< uint8_t > | GetXmpMetadata () |
| Get the XmpMetadata of the input pdf in a xml format. More...
|
|
System::ArrayPtr< uint8_t > | GetXmpMetadata (System::String name) |
| Get a part of the XmpMetadata of the input pdf according to a meta name. More...
|
|
bool | ContainsKey (System::String const &key) const |
| Determines does this dictionary contasins specified key. More...
|
|
bool | TryGetValue (System::String const &key, System::SharedPtr< XmpValue > &value) const |
| Tries to find key in the dictionary and retreives value if found. More...
|
|
void | Add (System::Collections::Generic::KeyValuePair< System::String, System::SharedPtr< XmpValue >> const &item) |
| Adds pair with key and value into the dictionary. More...
|
|
bool | Contains (System::Collections::Generic::KeyValuePair< System::String, System::SharedPtr< XmpValue >> const &item) const |
| Checks does specified key-value pair is contained in the dictionary. More...
|
|
bool | Remove (System::Collections::Generic::KeyValuePair< System::String, System::SharedPtr< XmpValue >> const &item) |
| Removes key/value pair from the colleciton. More...
|
|
virtual void | Save (System::String destFile) |
| Saves the PDF document to the specified file. More...
|
|
virtual void | Save (System::SharedPtr< System::IO::Stream > destStream) |
| Saves the PDF document to the specified stream. More...
|
|
System::SharedPtr< Aspose::Pdf::Document > | get_Document () const |
| Gets the document facade is working on. More...
|
|
void | SetVentureLicense (System::SharedPtr< Aspose::Pdf::LicenseManagement::VentureLicense > license) |
|
System::SharedPtr< Aspose::Pdf::LicenseManagement::VentureLicense > | GetVentureLicense () |
|
virtual void | BindPdf (System::String srcFile) |
| Initializes the facade. More...
|
|
virtual void | BindPdf (System::SharedPtr< System::IO::Stream > srcStream) |
| Initializes the facade. More...
|
|
virtual void | BindPdf (System::SharedPtr< Aspose::Pdf::Document > srcDoc) |
| Initializes the facade. More...
|
|
virtual void | Close () |
| Disposes Aspose.Pdf.Document bound with a facade. More...
|
|
void | Dispose () |
| Disposes the facade. More...
|
|
virtual void | BindPdf (System::SharedPtr< Document > srcDoc)=0 |
| Binds PDF document for editing. More...
|
|
ASPOSECPP_SHARED_API | Object () |
| Creates object. Initializes all internal data structures. More...
|
|
virtual ASPOSECPP_SHARED_API | ~Object () |
| Destroys object. Frees all internal data structures. More...
|
|
ASPOSECPP_SHARED_API | Object (Object const &x) |
| Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
|
|
Object & | operator= (Object const &x) |
| Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
|
|
Object * | SharedRefAdded () |
| Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
int | SharedRefRemovedSafe () |
| Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
int | RemovedSharedRefs (int count) |
| Decreases shared reference count by specified value. More...
|
|
Detail::SmartPtrCounter * | WeakRefAdded () |
| Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
void | WeakRefRemoved () |
| Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
|
|
Detail::SmartPtrCounter * | GetCounter () |
| Gets reference counter data structure associated with the object. More...
|
|
int | SharedCount () const |
| Gets current value of shared refernce counter. More...
|
|
ASPOSECPP_SHARED_API void | Lock () |
| Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
|
|
ASPOSECPP_SHARED_API void | Unlock () |
| Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
|
|
virtual ASPOSECPP_SHARED_API bool | Equals (ptr obj) |
| Compares objects using C# Object.Equals semantics. More...
|
|
virtual ASPOSECPP_SHARED_API int | GetHashCode () const |
| Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
|
|
virtual ASPOSECPP_SHARED_API String | ToString () const |
| Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
|
|
virtual ASPOSECPP_SHARED_API ptr | MemberwiseClone () const |
| Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
|
|
virtual ASPOSECPP_SHARED_API const TypeInfo & | GetType () const |
| Gets actual type of object. Analog of C# System.Object.GetType() call. More...
|
|
virtual ASPOSECPP_SHARED_API bool | Is (const TypeInfo &targetType) const |
| Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
|
|
virtual ASPOSECPP_SHARED_API void | SetTemplateWeakPtr (unsigned int argument) |
| Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
|
|
template<> |
bool | Equals (float const &objA, float const &objB) |
|
template<> |
bool | Equals (double const &objA, double const &objB) |
|
template<> |
bool | ReferenceEquals (String const &str, std::nullptr_t) |
|
template<> |
bool | ReferenceEquals (String const &str1, String const &str2) |
|
virtual void | SetVentureLicense (System::SharedPtr< VentureLicense > license)=0 |
|
virtual SharedPtr< ICollection< System::String > > | get_Keys () const |
|
virtual SharedPtr< ICollection< System::SharedPtr< Aspose::Pdf::XmpValue > > > | get_Values () const |
|
bool | get_IsFixedSize () const |
|
bool | get_IsSynchronized () const |
|
SharedPtr< Object > | get_SyncRoot () |
|
virtual void | CopyTo (ArrayPtr< KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > >> arr, int index) override |
|
virtual System::SharedPtr< Aspose::Pdf::XmpValue > | GetValueOrDefault (const System::String &key) const |
| Returns value if found; or Value() otherwise. More...
|
|
virtual System::SharedPtr< Aspose::Pdf::XmpValue > | GetValueOrDefault (const System::String &key, const System::SharedPtr< Aspose::Pdf::XmpValue > &defaultValue) const |
| Returns value if found; or defaultValue otherwise. More...
|
|
virtual System::SharedPtr< Aspose::Pdf::XmpValue > | GetValueOrNull (const System::String &key) const |
| Returns value if found; or null otherwise, make sense only for reference types. More...
|
|
virtual void | Add (const KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > &item)=0 |
|
virtual bool | Contains (const KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > &item) const=0 |
|
virtual bool | Remove (const KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > &item)=0 |
|
virtual void | CopyTo (System::ArrayPtr< KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > > array, int arrayIndex)=0 |
|
ICollection & | operator= (ICollection &&) |
|
ICollection & | operator= (const ICollection &) |
|
| ICollection () |
| Default constructor. More...
|
|
| ICollection (const ICollection &) |
| Copy constructor. More...
|
|
| ICollection (ICollection &&) |
| Move constructor. More...
|
|
virtual | ~ICollection () |
| Destructor. More...
|
|
KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > | LINQ_ElementAt (int index) |
|
KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > | LINQ_First () |
|
KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > | LINQ_FirstOrDefault () |
|
KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > | LINQ_FirstOrDefault (std::function< bool(KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > >)> predicate) |
|
KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > | LINQ_Last () |
|
KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > | LINQ_LastOrDefault () |
|
SharedPtr< List< KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > > > | LINQ_ToList () |
|
int | LINQ_Count () |
|
System::ArrayPtr< KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > > | LINQ_ToArray () |
|
bool | LINQ_All (std::function< bool(KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > >)> predicate) |
|
bool | LINQ_Any () |
|
bool | LINQ_Any (std::function< bool(KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > >)> predicate) |
|
SharedPtr< IEnumerable< KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > > > | LINQ_Where (std::function< bool(KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > >)> predicate) |
|
bool | LINQ_Contains (KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > value) |
|
SharedPtr< IEnumerable< ResultType > > | LINQ_Cast () |
|
SharedPtr< IEnumerable< Result > > | LINQ_Cast () |
|
SharedPtr< IEnumerable< ResultType > > | LINQ_OfType () |
|
SharedPtr< IEnumerable< Result > > | LINQ_OfType () |
|
SharedPtr< IEnumerable< ResultType > > | LINQ_Select (const Func< KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > >, ResultType > &selector) |
|
SharedPtr< IEnumerable< Result > > | LINQ_Select (const Func< Source, Result > &selector) |
|
|
typedef SmartPtr< Object > | ptr |
| Alias for smart pointer type. More...
|
|
typedef System::Details::SharedMembersType | shared_members_type |
| structure to keep list of shared pointers contained in object. More...
|
|
typedef ICollection< KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > > | BaseType |
| Base interface type. More...
|
|
typedef KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > | KeyValuePairType |
| Key value pair type. More...
|
|
typedef KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > | ValueType |
| Value type name. More...
|
|
typedef ICollection< KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > > | ThisType |
| Collection type name. More...
|
|
typedef IEnumerator< KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > > | IEnumeratorType |
| Enumerator type. More...
|
|
using | ValueType = KeyValuePair< System::String, System::SharedPtr< Aspose::Pdf::XmpValue > > |
|
static bool | ReferenceEquals (ptr const &objA, ptr const &objB) |
| Compares objects by reference. More...
|
|
template<typename T > |
static std::enable_if<!IsSmartPtr< T >::value, bool >::type | ReferenceEquals (T const &objA, T const &objB) |
| Compares objects by reference. More...
|
|
template<typename T > |
static std::enable_if<!IsSmartPtr< T >::value, bool >::type | ReferenceEquals (T const &objA, std::nullptr_t) |
| Reference-compares value type object with nullptr. More...
|
|
template<typename T1 , typename T2 > |
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type | Equals (T1 const &objA, T2 const &objB) |
| Compares reference type objects in C# style. More...
|
|
template<typename T1 , typename T2 > |
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type | Equals (T1 const &objA, T2 const &objB) |
| Compares value type objects in C# style. More...
|
|
static const TypeInfo & | Type () |
| Impleemnts C# typeof(System.Object) construct. More...
|
|
Class for manipulation with XMP metadata.