Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 34,278 for

list

(0.07 sec)
  1. Working with Pages | C++ API Solution

    How to add pages to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...Add empty page at end of pages list 6 doc -> AddPage(); 7 // Insert...empty page at beginning of pages list 8 doc -> InsertPage(1, true...

    docs.aspose.com/page/cpp/xps/working-with-pages/
  2. Näytä PSD, PSB tai AI | products.aspose.com

    Muunna Adobe PhotoShop & Illustrator tiedostoja kuvia ja muita formaatteja...Repository Check the following list of documentation links: Opetusohjelma...the Paid Support Customers. List of Aspose.PSD versions for different...

    products.aspose.com/psd/fl/view/
  3. How to overlapping textbox auto adjust width on...

    des11.zip (7.6 KB) @John.He , @Professionalize.Discourse , @simon.zhao, please given early response. At runtime, check if an existing sheet text overlaps based on the (x + width, y + height) coordinates. If it does, th…...value List<Aspose.Cells.Drawing.Shape> shapeList = new List<Aspose...

    forum.aspose.com/t/how-to-overlapping-textbox-a...
  4. How to Format Number as Currency|Documentation

    This article will introduce how to format number to currency using Aspose.Cells for JavaScript via C++ API.... Choose Currency from the list. Using the Format Cells Dialog...tab, select Currency from the list on the left. You can customize...

    docs.aspose.com/cells/javascript-cpp/format-num...
  5. Adding Bates Numbering Artifact in Python via ....

    Aspose.PDF for Python via .NET allows you to add Bates Numbering to PDF....‘PageCollection’ or added as part of a list of pagination artifacts. Aspose...Add as a pagination artifact list document . pages . add_pagination...

    docs.aspose.com/pdf/python-net/add-bates-number...
  6. RevisionCollection indexer | Aspose.Words for P...

    RevisionCollection indexer. Returns a [Revision](../../revision/) at the specified index....to the number of items in the list, this returns a null reference...than the number of items in the list, this returns a null reference...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Order of child nodes in the Word document with ...

    Hello, I am using Aspose Words for Java version 24.6. I am extracting all the tags defined in a Word template. Then, I process them to check if the expressions used in the tags are valid as per model rules. To do so, …...PARAGRAPH, true); final Map<String, List<String>> result = new LinkedHashMap<>();...nodeText; String parentNodeType; List<String> extractedTags; for (int...

    forum.aspose.com/t/order-of-child-nodes-in-the-...
  8. Header Alignment issue during mailmerge - Free ...

    We have a MS word document where we are reducing the top margin to 0 and starting the text content without leaving any top margin. But after mailmerge, the resultant document is rendered with some top margin. Due to th…...> sequenceParameters1 = new List<TemplateSequencePara> { new..."CONTACTTYPE", Values = new List<object> { "home", "office",...

    forum.aspose.com/t/header-alignment-issue-durin...
  9. Need to get the per line author changes in the ...

    I’m working with Word documents that have been edited by multiple authors. Some of the changes were made with Track Changes enabled, and others were made without it. I want to compare two versions of the document using A…...compareResponseStrea; } private List<string> GetTrackedRevisionAu(Stream...GetTrackedRevisionAu Method private List<(string Author, string Content)>...

    forum.aspose.com/t/need-to-get-the-per-line-aut...
  10. Wrong Count of Animated Text Paragraphs in a Te...

    Hi Team, I have a sample PPTX with a slide containing animated text frame. Text frame has four animated paragraphs. I use Aspose to read this PPTX and want to get images of individual animated text paragraphs. Ideally, …...Rectangle(); List<Tuple<Rectangle, Bitmap>> paragraphs = new List<Tuple<Rectangle...

    forum.aspose.com/t/wrong-count-of-animated-text...