Aspose::Words::Fields::FieldIndex::get_HasPageNumberSeparator method. Gets a value indicating whether a page number separator is overridden through the field's code in C++....page number separator in an INDEX field. auto doc = System ::...DocumentBuilder > ( doc ); // Create an INDEX field which will display an...
Access specific WarningInfoCollection items effortlessly by Index. Streamline your data management with our intuitive property feature!...WarningInfoCollectio indexer Gets an item at the specified index. public WarningInfo...this [ int index ] { get ; } Parameter Description index Zero-based...
CustomXmlSchemaCollection Indexer. Gets or sets the element at the specified Index....CustomXmlSchemaColle indexer __getitem__(index) Gets or sets the...the specified index. def __getitem__ ( self , index : int ): .....
AdjustmentCollection Indexer. Returns an adjustment at the specified Index....AdjustmentCollection indexer __getitem__(index) Returns an adjustment...the specified index. def __getitem__ ( self , index : int ): .....
FontInfoCollection Indexer. Gets a font at the specified Index....FontInfoCollection indexer __getitem__(index) Gets a font at the...the specified index. def __getitem__ ( self , index : int ): .....
CustomXmlPartCollection.getById method. Finds and returns a custom XML part by its identifier.... // 1 - By an index in the custom XML part collection:...each part. for ( let index = 0 ; index < doc . customXmlParts...
Discover the TabStopCollection GetPositionByIndex method to easily find tab stop positions in points by Index. Optimize your layout effortlessly!...specified index. public double GetPositionByIndex ( int index ) Parameter...Parameter Type Description index Int32 An index into the collection...
Aspose::Words::CommentCollection::idx_get method. Retrieves a Comment at the given Index in C++....Retrieves a Comment at the given index. System :: SharedPtr < Aspose...( int32_t index ) Parameter Type Description index int32_t An...
Contains a collection of GradientStop objects in Java....// Remove gradient stop at index 1. gradientStops.removeAt(1);...new gradient stop at the same index 1. gradientStops.insert(1, new...
CustomXmlSchemaCollection.remove_at method. Removes a value at the specified Index....remove_at(index) Removes a value at the specified index. def remove_at...self , index : int ): ... Parameter Type Description index int The...