Aspose::Pdf::Annotations::AppearanceDictionary class
Contents
[
Hide
]AppearanceDictionary class
Annotation appearance dictionary specifying how the annotation shall be presented visually on the page.
class AppearanceDictionary : public System::Collections::Generic::IDictionary<System::String, System::SharedPtr<Aspose::Pdf::XForm>>
Methods
Method | Description |
---|---|
Add(const System::String&, const System::SharedPtr<XForm>&) override | Add X form for specifed key. |
Add(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&) override | Adds pair with key and value into the dictionary. |
Clear() override | Removes all elements from the dictionary. |
Contains(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&) const override | Checks does specified key-value pair is contained in the dictionary. |
ContainsKey(const System::String&) const override | Determines does this dictionary contasins specified key. |
CopyTo(System::ArrayPtr<System::SharedPtr<XForm>>, int32_t) | Copies the elements of the dictionary to an Array, starting at a particular Array index. |
CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>>, int32_t) override | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
get_Count() const override | Gets the number of elements contained in the dictionary. |
get_IsFixedSize() const | Gets a value indicating whether dictionary has a fixed size. |
get_IsReadOnly() const override | Gets a value indicating whether dictionary is read-only. |
get_IsSynchronized() | Gets a value indicating whether access to the dictionary is synchronized (thread safe). |
get_Keys() const override | Gets keys of the dictionary. If appearance dictionary has subditionaries, then Keys contains (N |
get_SyncRoot() const | Gets an object that can be used to synchronize access to the dictionary. |
get_Values() const override | Gets the list of the dictionary values. Result collection contains the list of XForm objects. |
GetEnumerator() override | Returns an IDictionaryEnumerator object for the dictionary. |
idx_get(const System::String&) const override | Represents convenient form for getting appearance streams. |
idx_set(const System::String&, System::SharedPtr<XForm>) override | Represents convenient form for getting appearance streams. |
Remove(const System::String&) override | Removes key from the dictionary. |
Remove(const System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XForm>>&) override | Removes key/value pair from the collection. |
TryGetValue(const System::String&, System::SharedPtr<XForm>&) const override | Tries to find key in the dictionary and retreives value if found. |
See Also
- Class IDictionary
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++