Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 5,418 for

split

(0.07 sec)
  1. Problem for resetting the numbering of List whi...

    We encountered an issue when resetting the list numbering when merging documents. In order to prevent the merged list from continuing the numbering of the target document, we wrote a new processing method called “ResetNu…...document, its five items were split into two lists, resulting in...final generated document being split into two lists starting from...

    forum.aspose.com/t/problem-for-resetting-the-nu...
  2. FontSavingArgs | Aspose.Words for Java

    Provides data for the IFontSavingCallback.fontSavingcom.aspose.words.FontSavingArgs event in Java....split("\\\\"); String fileName = ...args.getOriginalFileName().split("\\\\"); String fileName = ...

    reference.aspose.com/words/java/com.aspose.word...
  3. ExtractPages - when I use ExtractPages it break...

    Good day, when I Split the document into sections. I use the following code for this, it breaks the numbering in the document. Could you take a look at it for me? Document docPR = new Document($"{path}4P003q.docx"); D…...11:52am 1 Good day, when I split the document into sections....when you execute the script (split into pages), the output doesn’t...

    forum.aspose.com/t/extractpages-when-i-use-extr...
  4. Specify Maximum Rows of Shared Formula|Document...

    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....The shared formula will be split to several shared formulae if...will see the shared formula splits after every 5 rows as highlighted...

    docs.aspose.com/cells/java/specify-maximum-rows...
  5. Specify Maximum Rows of Shared Formula|Document...

    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....The shared formula will be split into several shared formulas...see that the shared formula splits after every 5 rows as highlighted...

    docs.aspose.com/cells/python-net/specify-maximu...
  6. VbaReferenceType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Vba.VbaReferenceType enum to easily define VbaReference object types, enhancing your document automation and management.... Split ( '#' ); if ( refParts . Length...

    reference.aspose.com/words/net/aspose.words.vba...
  7. Extract SVG From Website – Java Examples

    Learn how to download SVG files from a website using Aspose.HTML for Java. Automate the extraction of both inline and external SVG content from any web page....37 String [] split = url. getPathname (). split ( "/" ); 38 String...String path = split [ split. length - 1 ] ; 39 40 // Save file...

    docs.aspose.com/html/java/extract-svg-from-webs...
  8. Merge Cells in Word using Java

    This article describes how to merge cells in Word using Java. It has the IDE settings, a list of steps, and a sample code to combine cells in Word using Java.... If you want to split Word documents by sections,... refer to the article on Split Word document into sections using...

    kb.aspose.com/words/java/merge-cells-in-word-us...
  9. How to Find and Replace Text in PDF using C#

    This quick tutorial contains information on how to find and replace text in PDF using C#. It helps in changing PDF text using C# with the help of a few API calls without using any third-party tool or software being installed....however, if you want to learn to split PDF files by pages, refer to...to the article on how to split PDF file by pages in C# . Updated...

    kb.aspose.com/pdf/net/how-to-find-and-replace-t...
  10. Replace word with image - Free Support Forum - ...

    Dear, I have a docs document in which I want to replace a collection of words with images. For each word, that I want to replace, I have the corresponding image. The image should replace the word. The dimensions of th…...this case it is necessary to split the run. if (args.MatchOffset...NodeType != NodeType.Run); } // Split the last run that contains the...

    forum.aspose.com/t/replace-word-with-image/317224