Sort Score
Result 10 results
Languages All
Labels All
Results 7,321 - 7,330 of 155,440 for

2

(0.42 sec)
  1. Check Presence of a Master in the Visio Drawing...

    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....vsd" ); $master_id = 2 ; \ # check master by id $is_present...$master_name = "Background tranquil .2" ; \ # check master object by...

    docs.aspose.com/diagram/java/check-presence-of-...
  2. PageSet.all property | Aspose.Words for Node.js

    PageSet.all property. Gets a set with all the pages of the document in their original order....( `Page ${ i + 1 } ( ${ ( i % 2 == 0 ? "odd" : "even" ) } )` );...ExportPageSet.even.pdf" , options ); // 2 - Save only the odd-numbered pages:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. RowFormat.HeadingFormat | Aspose.Words for .NET

    Discover the RowFormat HeadingFormat property, ensure your table headings repeat on every page for clarity and improved readability in multi-page documents.... Write ( "Heading row 2" ); builder . EndRow (); builder...$"Row {table.Rows.Count}, column 2." ); builder . EndRow (); } doc...

    reference.aspose.com/words/net/aspose.words.tab...
  4. TxtListIndentation.count property | Aspose.Word...

    TxtListIndentation.count property. Gets or sets how many [TxtListIndentation.character](../character/) to use as indentation per one list level... writeln ( "Item 2" ); builder . listFormat . listIndent...1 ${ newLine } ` + ` a. Item 2 ${ newLine } ` + ` i. Item 3 ${...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose.Email for .NET Limitations - Free Suppor...

    Hi, Aspose.Email for .NET offers MAPI API for working with PST. Are there any known limitations for working with PST files created by the library in different Outlooks?? For example, Microsoft Outlook (classic and new)…...email-pst Ilyaabramau July 28, 2025, 2:17pm 1 Hi, Aspose.Email for .NET...Professionalize.Discourse July 28, 2025, 2:18pm 2 @Ilyaabramau Hi, Thank you...

    forum.aspose.com/t/aspose-email-for-net-limitat...
  6. ChartDataPointCollection.copy_format method | A...

    ChartDataPointCollection.copy_format method. Copies format from the source data point to the destination data point....point with index 2 # so that the data point 2 looks the same as...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Support for python3.13 for aspose_email_for_pyt...

    I want to ask you few questions as Your latest version of aspose_email_for_python_via_net-25.11-py3-none-manylinux1_x86_64.whl do support for python 3.13 and it is tested for it. right? Plus i am jumping from 22.12 to …...Discourse December 15, 2025, 1:52pm 2 @Harshvardhanpatil The publicly...Harshvardhanpatil December 15, 2025, 2:13pm 3 I have just updated Python...

    forum.aspose.com/t/support-for-python3-13-for-a...
  8. Handling Task Constraints | Aspose.Tasks Docume...

    Learn how to define and manage task constraints in Microsoft Project and programmatically with Aspose.Tasks for .NET. Includes C# code examples for common constraint types....mpp" ); 2 3 // Set constraint Start No Earlier...Earlier Than on task with Id 2 2 Task first = project. RootTask...

    docs.aspose.com/tasks/net/handling-task-constra...
  9. The First Slide Stays Longer When Generating GI...

    Hello, I am generating a GIF with a PPTX file with a delay of 0.25s between each slide (using DefaultDelay = 250 from Aspose.Slides.Export.GifOptions), then I am saving it with Aspose.Imaging for my GIF to loop. But the…...slides-gifexport ISIWARE October 6, 2025, 2:56pm 1 Hello, I am generating...Discourse October 6, 2025, 2:56pm 2 @ISIWARE It appears that the...

    forum.aspose.com/t/the-first-slide-stays-longer...
  10. How to load fonts? | Aspose.Font for .NET

    Here is described how to load fonts with .NET. You will learn the objects, parameters, methods required for this, and get examples of loading....it with the pseudocode: Copy 1 2 using Aspose.Font ; 3 ... 4 5...mentioned before, to give it 2 font parameters, - the format...

    docs.aspose.com/font/net/how-to-load-fonts/