Aspose::Pdf::ImagePlacementCollection Class Referencefinal

Represents an image placements collection More...

Inherits System::Collections::Generic::ICollection< System::SharedPtr< Aspose::Pdf::ImagePlacement > >.

Public Member Functions

int32_t get_Count () const
 Gets the number of ImagePlacement object elements actually contained in the collection. More...
 
System::SharedPtr< System::Objectget_SyncRoot () const
 Gets an object that can be used to synchronize access to the collection. More...
 
bool get_IsSynchronized ()
 Gets a value indicating whether access to the collection is synchronized (thread safe). More...
 
bool get_IsReadOnly () const
 Gets a value indicating whether the collection is read-only. More...
 
void Add (System::SharedPtr< ImagePlacement > const &fragment)
 Adds the text fragment element at the specified index. More...
 
System::SharedPtr< System::Collections::Generic::IEnumerator< System::SharedPtr< ImagePlacement > > > GetEnumerator ()
 Returns an enumerator for the entire collection. More...
 
void CopyTo (System::ArrayPtr< System::SharedPtr< ImagePlacement >> array, int32_t index)
 Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array More...
 
void Clear ()
 Clears all items from the collection. More...
 
bool Contains (System::SharedPtr< ImagePlacement > const &item) const
 Determines whether the collection contains a specific value. More...
 
bool Remove (System::SharedPtr< ImagePlacement > const &item)
 Deletes specified item from collection More...
 
System::SharedPtr< ImagePlacementidx_get (int32_t index)
 Gets the text fragment element at the specified index. More...
 
- Public Member Functions inherited from System::Collections::Generic::ICollection< System::SharedPtr< Aspose::Pdf::ImagePlacement > >
virtual void CopyTo (System::ArrayPtr< System::SharedPtr< Aspose::Pdf::ImagePlacement > > array, int arrayIndex)=0
 
ICollectionoperator= (ICollection &&)
 
ICollectionoperator= (const ICollection &)
 
 ICollection ()
 Default constructor. More...
 
 ICollection (const ICollection &)
 Copy constructor. More...
 
 ICollection (ICollection &&)
 Move constructor. More...
 
virtual ~ICollection ()
 Destructor. More...
 
- Public Member Functions inherited from System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::ImagePlacement > >
System::SharedPtr< Aspose::Pdf::ImagePlacementLINQ_ElementAt (int index)
 
System::SharedPtr< Aspose::Pdf::ImagePlacementLINQ_First ()
 
System::SharedPtr< Aspose::Pdf::ImagePlacementLINQ_FirstOrDefault ()
 
System::SharedPtr< Aspose::Pdf::ImagePlacementLINQ_FirstOrDefault (std::function< bool(System::SharedPtr< Aspose::Pdf::ImagePlacement >)> predicate)
 
System::SharedPtr< Aspose::Pdf::ImagePlacementLINQ_Last ()
 
System::SharedPtr< Aspose::Pdf::ImagePlacementLINQ_LastOrDefault ()
 
SharedPtr< List< System::SharedPtr< Aspose::Pdf::ImagePlacement > > > LINQ_ToList ()
 
int LINQ_Count ()
 
System::ArrayPtr< System::SharedPtr< Aspose::Pdf::ImagePlacement > > LINQ_ToArray ()
 
bool LINQ_All (std::function< bool(System::SharedPtr< Aspose::Pdf::ImagePlacement >)> predicate)
 
bool LINQ_Any ()
 
bool LINQ_Any (std::function< bool(System::SharedPtr< Aspose::Pdf::ImagePlacement >)> predicate)
 
SharedPtr< IEnumerable< System::SharedPtr< Aspose::Pdf::ImagePlacement > > > LINQ_Where (std::function< bool(System::SharedPtr< Aspose::Pdf::ImagePlacement >)> predicate)
 
bool LINQ_Contains (System::SharedPtr< Aspose::Pdf::ImagePlacement > 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< System::SharedPtr< Aspose::Pdf::ImagePlacement >, ResultType > &selector)
 
SharedPtr< IEnumerable< Result > > LINQ_Select (const Func< Source, Result > &selector)
 
- Public Member Functions inherited from System::Object
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...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 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 TypeInfoGetType () 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)
 

Protected Member Functions

System::SharedPtr< Aspose::Pdf::Documentget_Document () const
 
void set_Document (System::SharedPtr< Aspose::Pdf::Document > value)
 
 ImagePlacementCollection ()
 Initializes a new instance of ImagePlacementCollection collection class More...
 
void Delete (int32_t index)
 Deletes the text fragment element at the specified index. More...
 
virtual ~ImagePlacementCollection ()
 
- Protected Member Functions inherited from System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::ImagePlacement > >
 ~IEnumerable () override
 Destructor. More...
 

Additional Inherited Members

- Public Types inherited from System::Collections::Generic::ICollection< System::SharedPtr< Aspose::Pdf::ImagePlacement > >
typedef System::SharedPtr< Aspose::Pdf::ImagePlacementValueType
 Value type name. More...
 
typedef ICollection< System::SharedPtr< Aspose::Pdf::ImagePlacement > > ThisType
 Collection type name. More...
 
- Public Types inherited from System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::ImagePlacement > >
typedef IEnumerator< System::SharedPtr< Aspose::Pdf::ImagePlacement > > IEnumeratorType
 Enumerator type. More...
 
using ValueType = System::SharedPtr< Aspose::Pdf::ImagePlacement >
 
- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
typedef System::Details::SharedMembersType shared_members_type
 structure to keep list of shared pointers contained in object. More...
 
- Static Public Member Functions inherited from System::Object
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 TypeInfoType ()
 Impleemnts C# typeof(System.Object) construct. More...
 

Detailed Description

Represents an image placements collection

Constructor & Destructor Documentation

◆ ImagePlacementCollection()

Aspose::Pdf::ImagePlacementCollection::ImagePlacementCollection ( )
protected

Initializes a new instance of ImagePlacementCollection collection class

◆ ~ImagePlacementCollection()

virtual Aspose::Pdf::ImagePlacementCollection::~ImagePlacementCollection ( )
protectedvirtual

Member Function Documentation

◆ Add()

void Aspose::Pdf::ImagePlacementCollection::Add ( System::SharedPtr< ImagePlacement > const &  fragment)
virtual

Adds the text fragment element at the specified index.

Implements System::Collections::Generic::ICollection< System::SharedPtr< Aspose::Pdf::ImagePlacement > >.

◆ Clear()

void Aspose::Pdf::ImagePlacementCollection::Clear ( )
virtual

◆ Contains()

bool Aspose::Pdf::ImagePlacementCollection::Contains ( System::SharedPtr< ImagePlacement > const &  item) const
virtual

Determines whether the collection contains a specific value.

Parameters
itemThe object to locate in the collection
Returns
true if item is found in the collection; otherwise, false.

Implements System::Collections::Generic::ICollection< System::SharedPtr< Aspose::Pdf::ImagePlacement > >.

◆ CopyTo()

void Aspose::Pdf::ImagePlacementCollection::CopyTo ( System::ArrayPtr< System::SharedPtr< ImagePlacement >>  array,
int32_t  index 
)

Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array

Parameters
arrayArray of objects which will be copied.
indexStarting index from which copying will be started.

◆ Delete()

void Aspose::Pdf::ImagePlacementCollection::Delete ( int32_t  index)
protected

Deletes the text fragment element at the specified index.

◆ get_Count()

int32_t Aspose::Pdf::ImagePlacementCollection::get_Count ( ) const
virtual

Gets the number of ImagePlacement object elements actually contained in the collection.

Implements System::Collections::Generic::ICollection< System::SharedPtr< Aspose::Pdf::ImagePlacement > >.

◆ get_Document()

System::SharedPtr<Aspose::Pdf::Document> Aspose::Pdf::ImagePlacementCollection::get_Document ( ) const
protected

◆ get_IsReadOnly()

bool Aspose::Pdf::ImagePlacementCollection::get_IsReadOnly ( ) const
virtual

Gets a value indicating whether the collection is read-only.

Reimplemented from System::Collections::Generic::ICollection< System::SharedPtr< Aspose::Pdf::ImagePlacement > >.

◆ get_IsSynchronized()

bool Aspose::Pdf::ImagePlacementCollection::get_IsSynchronized ( )

Gets a value indicating whether access to the collection is synchronized (thread safe).

◆ get_SyncRoot()

System::SharedPtr<System::Object> Aspose::Pdf::ImagePlacementCollection::get_SyncRoot ( ) const

Gets an object that can be used to synchronize access to the collection.

◆ GetEnumerator()

System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<ImagePlacement> > > Aspose::Pdf::ImagePlacementCollection::GetEnumerator ( )
virtual

Returns an enumerator for the entire collection.

Returns
Enumerator object.

Implements System::Collections::Generic::IEnumerable< System::SharedPtr< Aspose::Pdf::ImagePlacement > >.

◆ idx_get()

System::SharedPtr<ImagePlacement> Aspose::Pdf::ImagePlacementCollection::idx_get ( int32_t  index)

Gets the text fragment element at the specified index.

Parameters
indexIndex of image placement.
Returns
ImagePlacement object.

◆ Remove()

bool Aspose::Pdf::ImagePlacementCollection::Remove ( System::SharedPtr< ImagePlacement > const &  item)
virtual

Deletes specified item from collection

Parameters
itemItem to delete
Returns
true if item was deleted; otherwise, false.

Implements System::Collections::Generic::ICollection< System::SharedPtr< Aspose::Pdf::ImagePlacement > >.

◆ set_Document()

void Aspose::Pdf::ImagePlacementCollection::set_Document ( System::SharedPtr< Aspose::Pdf::Document value)
protected