Aspose::Words::Fields::FieldCollection::idx_get method. Returns a field at the specified Index in C++....Returns a field at the specified index. System :: SharedPtr < Aspose...( int32_t index ) Parameter Type Description index int32_t An...
Aspose::Words::TabStopCollection::RemoveByIndex method. Removes a tab stop at the specified Index from the collection in C++....a tab stop at the specified index from the collection. void Aspose...( int32_t index ) Parameter Type Description index int32_t An...
Aspose::Words::Markup::CustomPartCollection::idx_set method. Gets or sets an item at the specified Index in C++....sets an item at the specified index. void Aspose :: Words :: Markup...CustomPartCollection :: idx_set ( int32_t index , const System :: SharedPtr...
Discover the ListLevel GetEffectiveValue method to easily retrieve string representations of list items. Customize with NumberStyle and format options!...ListLevel object for the specified index of the list item. Parameters...string GetEffectiveValue ( int index , NumberStyle numberStyle ,...
This article describes how to cut and paste a range with Aspose.Cells for Python via .NET library.... Row Index: The index of the row to insert cells...cells. Column Index: The index of the column to insert cells...
Aspose::Words::Markup::StructuredDocumentTagCollection::idx_get method. Returns the structured document tag at the specified Index in C++....document tag at the specified index. System :: SharedPtr < Aspose...( int32_t index ) Parameter Type Description index int32_t An...
NodeCollection.insert method. Inserts a node into the collection at the specified Index....insert method insert(index, node) Inserts a node into the collection...the specified index. def insert ( self , index : int , node :...
本节介绍如何使用 Aspose.PDF Facades 和 PdfAnnotationEditor 类删除注释。...pdf" ); int index ; for ( index = 1 ; index <= document . getPages...size (); index ++ ) { System . out . println ( index + ". " +...
CompositeNode.Index_of method. Returns the Index of the specified child node in the child node array....index_of method index_of(child) Returns the index of the specified...in the child node array. def index_of ( self , child : aspose ...
Document.customXmlParts property. Gets or sets the collection of Custom XML Data Storage Parts.... // 1 - By an index in the custom XML part collection:...each part. for ( let index = 0 ; index < doc . customXmlParts...