Aspose::Pdf::Cells class

Cells class

Represents a cells collection of row.

class Cells : public System::Collections::Generic::IEnumerable<System::SharedPtr<Aspose::Pdf::Cell>>

Methods

MethodDescription
Add()Add cell to collection.
Add(System::String, System::SharedPtr<Text::TextState>)Add cell to collection.
Add(System::String)Add cell to collection.
Add(System::SharedPtr<Cell>)Add cell to collection.
begin()Gets iterator pointing to the first element (if any) of the collection.
begin() constGets iterator pointing to the first element (if any) of the const-qualified instance of the collection.
cbegin() constGets iterator pointing to the first const-qualified element (if any) of the collection.
Cells()
cend() constGets iterator pointing right after the last const-qualified element (if any) of the collection.
Dispose()Dispose method.
end()Gets iterator pointing right after the last element (if any) of the collection.
end() constGets iterator pointing right after the last element (if any) of the const-qualified instance of the collection.
get_Count()The items count.
GetEnumerator() overrideGets collection’s enumerator.
idx_get(int32_t)Gets cells.
idx_set(int32_t, System::SharedPtr<Cell>)Sets cells.
Insert(int32_t, System::SharedPtr<Cell>)Insert cell to collection.
Remove(System::SharedPtr<Cell>)Remove cell set from collection.
RemoveRange(int32_t, int32_t)Remove cell set from collection.
virtualizeBeginConstIterator() const overrideGets iterator pointing to the first element (if any)of the const-qualified instance of the collection.
virtualizeBeginIterator() overrideGets iterator pointing to the first element (if any) of the collection.
virtualizeEndConstIterator() const overrideGets iterator pointing right after the last element (if any)of the const-qualified instance of the collection.
virtualizeEndIterator() overrideGets iterator pointing right after the last element (if any) of the collection.

Typedefs

TypedefDescription
const_iteratorConst iterator type.
iteratorIterator type.
iterator_holder_typeA collection type whose iterator types is used as iterator types in the current collection.
virtualized_iteratorVirtualized type.
virtualized_iterator_elementVirtualized element type.

See Also