Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 35,544 for

index

(0.21 sec)
  1. Footnote | Aspose.Words for .NET

    Create engaging footnotes effortlessly with our Footnote Constructor. Enhance your content's clarity and professionalism in just a few clicks!...reference mark // will be its index among all the section's footnotes...footnote will use instead of its index number. footnote . ReferenceMark...

    reference.aspose.com/words/net/aspose.words.not...
  2. CompositeNode.SelectNodes | Aspose.Words for .NET

    Effortlessly retrieve nodes with the CompositeNode SelectNodes method using XPath expressions for enhanced data manipulation and streamlined coding.... int index = 0 ; using ( IEnumerator <...WriteLine ( $"Table paragraph index {index++}, contents: \" { e . Current...

    reference.aspose.com/words/net/aspose.words/com...
  3. OdsoRecipientData Class | Aspose.Words for .NET

    Discover the Aspose.Words.Settings.OdsoRecipientData class, designed to manage and exclude specific records in mail merges for efficient document processing.... GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...( $"Odso recipient data index {index++} will {(enumerator.Current...

    reference.aspose.com/words/net/aspose.words.set...
  4. Footnote constructor | Aspose.Words for Python

    Footnote constructor. Initializes an instance of the [Footnote](../) class....reference mark # will be its index among all the section's footnotes...footnote will use instead of its index number. footnote . reference_mark...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Delete Pivot Table from a Worksheet|Documentation

    Aspose.Cells for JavaScript via C++ code to remove PivotTable for Excel Worksheets...removeAt(index, keepData) method to delete...Worksheet.pivotTables.removeAt(index, keepData) method. <!DOCTYPE...

    docs.aspose.com/cells/javascript-cpp/delete-piv...
  6. PageSavingArgs.pageIndex property | Aspose.Word...

    PageSavingArgs.pageIndex property. Current page Index....pageIndex property Current page index. get pageIndex () : number See...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Fields::FieldFormat::get_DateTim...

    Aspose::Words::Fields::FieldFormat::get_DateTimeFormat method. Gets or sets a formatting that is applied to a date and time field result. Corresponds to the \@ switch in C++....field -> Update (); int32_t index = 0 ; { System :: SharedPtr...u "General format index {0}: {1}" , index ++ , generalFormatEnumera...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Aspose::Words::Fields::FieldFormat::get_Numeric...

    Aspose::Words::Fields::FieldFormat::get_NumericFormat method. Gets or sets a formatting that is applied to a numeric field result. Corresponds to the \# switch in C++....field -> Update (); int32_t index = 0 ; { System :: SharedPtr...u "General format index {0}: {1}" , index ++ , generalFormatEnumera...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. ITextShaperFactory.get_text_shaper method | Asp...

    aspose.words.shaping.ITextShaperFactory.get_text_shaper method...get_text_shaper(font_path, face_index) Returns new instance of a text...self , font_path : str , face_index : int ): ... Parameter Type...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Delete PDF Pages programmatically|Aspose.PDF fo...

    You can delete pages from your PDF file using Java library....delete() method and specify the index of the particular page you want...method and specify the page’s index Call the Save method to save...

    docs.aspose.com/pdf/java/delete-pages/