Sort Score
Result 10 results
Languages All
Labels All
Results 3,781 - 3,790 of 164,103 for

new

(0.1 sec)
  1. GraphicsQualityOptions.SmoothingMode | Aspose.W...

    Discover the GraphicsQualityOptions SmoothingMode property to enhance your rendering quality and elevate your graphics performance effortlessly.... Document doc = new Document ( MyDir + "Rendering...GraphicsQualityOptio qualityOptions = new GraphicsQualityOptio { SmoothingMode...

    reference.aspose.com/words/net/aspose.words.sav...
  2. WebExtensionBindingCollection | Aspose.Words fo...

    Specifies a list of web extension bindings in Java.... Document doc = new Document(); // Create task pane...TaskPane myScriptTaskPane = new TaskPane(); doc.getWebExtensionTaskP()...

    reference.aspose.com/words/java/com.aspose.word...
  3. 使用C++将工作表渲染为图像时设置默认字体|Documentation

    了解如何使用Aspose.Cells与C++在将工作表渲染为图像时设置默认字体。...GetDefaultFont() 属性设置为Courier New获取的,第二张图片是通过将 ImageOrPrintOptions...GetDefaultFont() 属性设置为Times New Roman获取的。 将 ImageOrPrintOptions...

    docs.aspose.com/cells/zh/cpp/set-default-font-w...
  4. FieldDdeAuto | Aspose.Words for Java

    Implements the DDEAUTO field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...fieldLinkedObjectsAs() { return new Object[][] { {InsertLinkedObjectAs...

    reference.aspose.com/words/java/com.aspose.word...
  5. Presentation via VBA|Aspose.Slides Documentation

    Add, remove, and extract VBA macros in PowerPoint presentations in Java...VbaProject constructor to add a new VBA project. Add a module to...Presentation pres = new Presentation (); try { // Creates a new VBA Project...

    docs.aspose.com/slides/androidjava/presentation...
  6. Presentation via VBA|Aspose.Slides Documentation

    Add, remove, and extract VBA macros in PowerPoint presentations in Java...VbaProject constructor to add a new VBA project. Add a module to...Presentation pres = new Presentation (); try { // Creates a new VBA Project...

    docs.aspose.com/slides/java/presentation-via-vba/
  7. Compose Multi-volume 7z Archive | Aspose.Zip fo...

    Compose multi-volume 7z archive with .net library...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/zip/net/multi-volume-7z/
  8. Working with Messages in a PST File|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....Messages to PST Files Create a New PST File and Add Subfolders showed...se.Email-for-Java // Create new PST PersonalStorage personalStorage...

    docs.aspose.com/email/java/working-with-message...
  9. Joining And Appending in PHP|Aspose.Words for Java

    Joining And Appending Documents using PHP.... Php Code $ dstDoc = new Java ( "com.aspose.words.Document"...Destination.doc" ); $ srcDoc = new Java ( "com.aspose.words.Document"...

    docs.aspose.com/words/java/joining-and-appendin...
  10. Cell | Aspose.Words for Java

    Represents a table cell in Java....Document doc = new Document(); Table table = new Table(doc); doc...and paragraph. Row firstRow = new Row(doc); table.appendChild(firstRow);...

    reference.aspose.com/words/java/com.aspose.word...