Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 35,546 for

index

(0.11 sec)
  1. Manage OLE in Presentations Using Python|Aspose...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Python via .NET. Embed, update, and export OLE content seamlessly....reference to the slide by its index. Read the Excel file into a...reference to the slide by its index. Access the OleObjectFrame shape...

    docs.aspose.com/slides/python-net/manage-ole/
  2. Footnote.footnoteType property | Aspose.Words f...

    Footnote.footnoteType property. Returns a value that specifies whether this is a footnote or endnote....reference mark, by default, is the index number of the reference among...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PDF Forms. Manage via C# | Aspose.PDF

    Manage PDF Forms programmatically with C# sample code using Aspose.PDF for .NET.... Access the Page via its index. Call the Form collection’s...

    products.aspose.com/pdf/net/acroforms/
  4. Remove XLTM Annotation Online or Manage Annotat...

    delete comments from XLTM file through online app for free. Java API code to manage comments of XLTM files....getThreadedComments(Index).get(Index) Use setNotes method to...sepecific Worksheet Add comment index via getComments().add Use the...

    products.aspose.com/total/java/annotate/xltm/
  5. Remove CSV Annotation Online or Manage Annotati...

    delete comments from CSV file through online app for free. Java API code to manage comments of CSV files....getThreadedComments(Index).get(Index) Use setNotes method to...sepecific Worksheet Add comment index via getComments().add Use the...

    products.aspose.com/total/java/annotate/csv/
  6. Remove XLSM Annotation Online or Manage Annotat...

    delete comments from XLSM file through online app for free. Java API code to manage comments of XLSM files....getThreadedComments(Index).get(Index) Use setNotes method to...sepecific Worksheet Add comment index via getComments().add Use the...

    products.aspose.com/total/java/annotate/xlsm/
  7. PageLayoutCallbackArgs.PageIndex | Aspose.Words...

    Discover the PageIndex property of PageLayoutCallbackArgs, which provides the 0-based Index of the related document page. Get accurate page tracking and reflow insights!...PageIndex property Gets 0-based index of the page in the document...

    reference.aspose.com/words/net/aspose.words.lay...
  8. VbaModule Class | Aspose.Words for .NET

    Unlock the power of Aspose.Words.Vba.VbaModule for seamless access to your VBA project modules. Enhance productivity and streamline your document automation!...in the collection either by index or by name. vbaModules [ 0 ]...

    reference.aspose.com/words/net/aspose.words.vba...
  9. PDF Forms. Manage via C++ | Aspose.PDF

    Manage PDF Forms programmatically with C++ sample code using Aspose.PDF for C++.... Access the Page via its index. Call the Form collection’s...

    products.aspose.com/pdf/cpp/acroforms/
  10. Data validation example fails - Free Support Fo...

    The data validation example at Data Validation|Documentation has the following line: Validation validation = validations[validations.Add(ca)]; However, this doesn’t compile, as there is no ValidationCollection.Add that…...adding to the collection int index = validations.Add(ca); Validation...Validation validation = validations[index]; // Set the validation type...

    forum.aspose.com/t/data-validation-example-fail...