Inherits CollectionBase.
|
virtual Aspose::Cells::Systems::Int32 | Add (Aspose::Cells::Systems::Int32 upperLeftRow, Aspose::Cells::Systems::Int32 upperLeftColumn, Aspose::Cells::Systems::Int32 lowerRightRow, Aspose::Cells::Systems::Int32 lowerRightColumn, intrusive_ptr< Aspose::Cells::Systems::IO::Stream > stream)=0 |
| Adds a picture to the collection. More...
|
|
virtual Aspose::Cells::Systems::Int32 | Add (Aspose::Cells::Systems::Int32 upperLeftRow, Aspose::Cells::Systems::Int32 upperLeftColumn, Aspose::Cells::Systems::Int32 lowerRightRow, Aspose::Cells::Systems::Int32 lowerRightColumn, intrusive_ptr< Aspose::Cells::Systems::String > fileName)=0 |
| Adds a picture to the collection. More...
|
|
virtual Aspose::Cells::Systems::Int32 | Add (Aspose::Cells::Systems::Int32 upperLeftRow, Aspose::Cells::Systems::Int32 upperLeftColumn, intrusive_ptr< Aspose::Cells::Systems::IO::Stream > stream)=0 |
| Adds a picture to the collection. More...
|
|
virtual Aspose::Cells::Systems::Int32 | Add (Aspose::Cells::Systems::Int32 upperLeftRow, Aspose::Cells::Systems::Int32 upperLeftColumn, intrusive_ptr< Aspose::Cells::Systems::String > fileName)=0 |
| Adds a picture to the collection. More...
|
|
virtual Aspose::Cells::Systems::Int32 | Add (Aspose::Cells::Systems::Int32 upperLeftRow, Aspose::Cells::Systems::Int32 upperLeftColumn, intrusive_ptr< Aspose::Cells::Systems::IO::Stream > stream, Aspose::Cells::Systems::Int32 widthScale, Aspose::Cells::Systems::Int32 heightScale)=0 |
| Adds a picture to the collection. More...
|
|
virtual Aspose::Cells::Systems::Int32 | Add (Aspose::Cells::Systems::Int32 upperLeftRow, Aspose::Cells::Systems::Int32 upperLeftColumn, intrusive_ptr< Aspose::Cells::Systems::String > fileName, Aspose::Cells::Systems::Int32 widthScale, Aspose::Cells::Systems::Int32 heightScale)=0 |
| Adds a picture to the collection. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Drawing::IPicture > | GetObjectByIndex (Aspose::Cells::Systems::Int32 index)=0 |
| Gets the IPicture element at the specified index. More...
|
|
virtual void | Clear ()=0 |
| Clear all pictures. More...
|
|
virtual void | RemoveAt (Aspose::Cells::Systems::Int32 index)=0 |
| Remove shapes at the specific index More...
|
|
Encapsulates a collection of IPicture objects.