Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 213,010 for

new

(0.16 sec)
  1. Manage Presentation Zoom in .NET|Aspose.Slides ...

    Create and customize Zoom with Aspose.Slides for .NET — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations.... Create new slides to which you intend to...Presentation pres = new Presentation ()) { //Adds new slides to the...

    docs.aspose.com/slides/net/manage-zoom/
  2. Aspose.PSD for .NET 20.10 - Release Notes|Docum...

    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.... Save ( outputFile , new PsdOptions ( image )); } PSDNET-680...expected != actual ) { throw new Exception ( "Values are not equal...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-1...
  3. Converting Documents with Microsoft Azure funct...

    Learn how to convert PDF documents using Microsoft Azure Functions with Aspose.PDF for .NET, enabling cloud-based document processing.... Resource group: Create new or select existing. Storage account...Studio 2022. Click “Create a new project”. Select “Azure Functions”...

    docs.aspose.com/pdf/net/converting-documents-wi...
  4. Edit HTML in C# | products.aspose.com

    Edit HTML in C#. Use .NET library API to edit HTML file...edit an HTML doc by adding a new line of text to it. Edit HTML...Slides for .NET , you can add a new line of text to an HTML document...

    products.aspose.com/slides/net/editor/html/
  5. 将JPG转换为PDF|Aspose.PDF for Android via Java

    了解如何轻松将JPG图像转换为PDF文件。此外,您还可以将图像转换为与页面具有相同高度和宽度的PDF。...convertJPEGtoPDF () { // 初始化文档对象 document = new Document (); Page page = document...Image image = new Image (); File imgFileName = new File ( fileStorage...

    docs.aspose.com/pdf/zh/androidjava/convert-jpg-...
  6. OdtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.ODT or SaveFormat.OTT format in Java.... Document doc = new Document(getMyDir() + "Rendering...OdtSaveOptions saveOptions = new OdtSaveOptions(); { saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  7. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java.... Document doc = new Document(); Assert.assertEquals(DocumentBase...GlossaryDocument glossaryDoc = new GlossaryDocument(); doc.setG...

    reference.aspose.com/words/java/com.aspose.word...
  8. Font.sizeBi property | Aspose.Words for Node.js

    Font.sizeBi property. Gets or sets the font size in points used in a right-to-left document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . font . name = "Courier New" ; builder . font . size = 16...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. OdtSaveOptions.MeasureUnit | Aspose.Words for .NET

    Customize your document's MeasureUnit with OdtSaveOptions. Choose your preferred measurement units for precision—default is Centimeters.... Document doc = new Document ( MyDir + "Rendering...OdtSaveOptions saveOptions = new OdtSaveOptions { MeasureUnit...

    reference.aspose.com/words/net/aspose.words.sav...
  10. StructuredDocumentTag.checked property | Aspose...

    StructuredDocumentTag.checked property. Gets/Sets current state of the Checkbox SDT...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let sdtCheckBox = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...