Sort Score
Result 10 results
Languages All
Labels All
Results 5,921 - 5,930 of 19,427 for

2 of

(0.04 sec)
  1. Merge or UnMerge Cells in a Worksheet|Documenta...

    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.... Quit (); 2) Aspose.Cells for .NET C# ......the cell. rng1 . UnMerge (); 2) Aspose.Cells for .NET C# //Get...

    docs.aspose.com/cells/net/merge-or-unmerge-cell...
  2. StructuredDocumentTag.XmlMapping | Aspose.Words...

    Discover how the StructuredDocumentTag XmlMapping property connects your tags to XML data, enhancing document customization and integration for seamless workflows.... CustomXmlParts [ 0 ]); // 2 - By GUID: Assert . AreEqual (...xmlPartClone ); Assert . AreEqual ( 2 , doc . CustomXmlParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...
  3. Manage Slide Show|Aspose.Slides Documentation

    Manage slide show settings in PowerPoint presentations using Java...range to display from slides 2 to 9 . Presentation presentation...SlidesRange (); slideRange . setStart ( 2 ); slideRange . setEnd ( 9 );...

    docs.aspose.com/slides/java/manage-slide-show/
  4. Aspose.PSD for .NET 20.5 - 发行说明|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.... Format ( "{0} {1}: {2} out of {3}" , progressInfo ..../ 3, width - (2 * (width / 3)) - 1, height - (2 * (height / 3))...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  5. Manage Slide Show|Aspose.Slides for PHP Documen...

    Manage slide show settings in PowerPoint presentations using PHP...range to display from slides 2 to 9 . $presentation = new Presentation...(); $slideRange -> setStart ( 2 ); $slideRange -> setEnd ( 9 );...

    docs.aspose.com/slides/php-java/manage-slide-show/
  6. CompositeNode.hasChildNodes property | Aspose.W...

    CompositeNode.hasChildNodes property. Returns ``true`` if this node has any child nodes.... at ( 0 ); // 2 - Using the "GetChild" method:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. TabLeader Enum | Aspose.Words for .NET

    Discover the Aspose.Words.TabLeader enum, defining leader line styles for tabs, enhancing document formatting and readability in your projects.... Dashes 2 The leader line is made up from...new Run ( doc , "\tTab 1\tTab 2\tTab 3" )); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words/tab...
  8. StructuredDocumentTag | Aspose.Words for Java

    Represents a structured document tag SDT or content control in a document in Java....setStyle(quoteStyle); // 2 - Reference a style in the document...cloneWithChildren.getText().trim()); // 2 - Create a clone of a node just...

    reference.aspose.com/words/java/com.aspose.word...
  9. PDF Generation Replaces Some Characters with Qu...

    I’m generating a Word document using the same template on both Windows and Unix environments using Aspose Build Report in Java. The Word documents are generated correctly in both environments, with all characters rendere…...noskov April 22, 2025, 1:00pm 2 @harika1231 Most likely the problem...FontSubstitutionSett . harika1231 May 2, 2025, 11:19am 12 @alexey.noskov...

    forum.aspose.com/t/pdf-generation-replaces-some...
  10. Working with Shapes in PS file | Java

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...rectangle the first 4 and the last 2 steps will be the same, but points...stream for PostScript document 2 FileOutputStream outPsStream =...

    docs.aspose.com/page/java/ps/working-with-shapes/