Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 47,713 for

index

(0.15 sec)
  1. InlineStory.FirstParagraph | Aspose.Words for .NET

    Discover the InlineStory FirstParagraph property to easily access and enhance the first paragraph of your story for improved engagement....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/inl...
  2. InlineStory.firstParagraph property | Aspose.Wo...

    InlineStory.firstParagraph property. Gets the first paragraph in the story....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/nodejs-net/aspose.wo...
  3. Public API Changes in Aspose.Cells 8.3.0|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....( int index = 0 ; index <= charts . getCount (); index ++) {...Chart chart = charts . get ( index ); Shape shape = ( Shape ) chart...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. PDF/UA tagged document exception - Free Support...

    Using Aspose.PDF v25.7.0, attempting to convert a PDF to PDF/UA tagged document. Receive error: Invalid Index: Index should be in the range [1…n] where n equals to the operators count. Sample code: using (Aspose.Pdf.…... Receive error: Invalid index: index should be in the range [1…n]...The error message “Invalid index: index should be in the range [1…n]...

    forum.aspose.com/t/pdf-ua-tagged-document-excep...
  5. FieldFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldFormat class for easy access to numeric, date, and time fields. Enhance document formatting with powerful features!... Update (); int index = 0 ; using ( IEnumerator <...WriteLine ( $"General format index {index++}: {generalFormatEnumera...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FramesetCollection class | Aspose.Words for Python

    aspose.words.framesets.FramesetCollection class. Represents a collection of instances of the [Frameset](../frameset/) class... Indexers Name Description __getitem__(index) Gets a frame...frames page at the specified index. Properties Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection class. Base class for BuiltInDocumentProperties and CustomDocumentProperties collections. To learn more, visit the documentation article in C++....by index. IndexOf (const System::String&) Gets the index of a...a property at the specified index. static Type () Remarks The...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. Aspose::Words::Fields::GeneralFormatCollection:...

    Aspose::Words::Fields::GeneralFormatCollection::Add method. Adds a general format to the collection 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. Group|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....reference of a slide by using its Index Add a group shape to the slide...reference of a slide by using its Index. Accessing the shape collection...

    docs.aspose.com/slides/cpp/group/
  10. Doc 文档解析公式带根号报错 - Free Support Forum - aspose.com

    Code: List<DocReadFilePro> docReadFilesPros = new ArrayList(); WordPropsUtil.setProperty(ParamKeys.WORD_IMAGE_RESOLUTION, wordImageResolution); HtmlSaveOptions htmlSaveOptions = HtmlSaveOptionsBuilder.build(documentWra…... Parameter name: index at com.aspose.words . internal...IllegalArgumentExcep due to an unexpected index value. Solution To resolve this...

    forum.aspose.com/t/doc/314783