Aspose::Words::Markup::CustomPartCollection::idx_get method. Gets or sets an item at the specified Index in C++....sets an item at the specified index. System :: SharedPtr < Aspose...( int32_t index ) Parameter Type Description index int32_t Zero-based...
Aspose::Words::Vba::VbaReferenceCollection::idx_get method. Gets VbaReference object at the specified Index in C++....VbaReference object at the specified index. System :: SharedPtr < Aspose...( int32_t index ) Parameter Type Description index int32_t The...
Aspose::Words::Fields::FieldIndex::get_CrossReferenceSeparator method. Gets or sets the character sequence that is used to separate cross references and other entries in C++....define cross references in an INDEX field. auto doc = System ::...DocumentBuilder > ( doc ); // Create an INDEX field which will display an...
StructuredDocumentTagCollection.remove_at method. Removes a structured document tag at the specified Index....remove_at method remove_at(index) Removes a structured document...the specified index. def remove_at ( self , index : int ): ......
Access specific comments effortlessly with the CommentCollection Item property. Retrieve comments by Index for streamlined content management....CommentCollection indexer Retrieves a Comment at the given index. public...int index ] { get ; } Parameter Description index An index into...
ChartSeriesCollection Indexer. Returns a [ChartSeries](../../chartseries/) at the specified Index....ChartSeriesCollectio indexer __getitem__(index) Returns a ChartSeries...the specified index. def __getitem__ ( self , index : int ): .....
A collection of Field objects that represents the fields in the specified range in Java....field from a collection at an index: fields.removeAt(2); Assert...get(int index) Returns a field at the specified index. getCount()...
CustomXmlPart.data property. Gets or sets the XML content of this Custom XML Data Storage Part.... // 1 - By an index in the custom XML part collection:...each part. for ( let index = 0 ; index < doc . customXmlParts...
CustomXmlPart.schemas property. Specifies the set of XML schemas that are associated with this custom XML part.... // 1 - By an index in the custom XML part collection:...each part. for ( let index = 0 ; index < doc . customXmlParts...
IStructuredDocumentTag.xmlMapping property. Gets an object that represents the mapping of this structured document tag to XML data in a custom XML part of the current document.... // 1 - By an index in the custom XML part collection:...each part. for ( let index = 0 ; index < doc . customXmlParts...