Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 227,521 for

new

(0.2 sec)
  1. FieldAutoNum | Aspose.Words for Java

    Implements the AUTONUM field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...character of its string as the new separator character. // In this...

    reference.aspose.com/words/java/com.aspose.word...
  2. Vision question answering|Documentation

    Ask questions about images in Aspose.LLM for .NET — single-image Q&A, multi-image comparison, and document transcription with vision presets....Presets ; var license = new Aspose . LLM . License (); license..."Aspose.LLM.lic" ); var preset = new Qwen3VL2BPreset (); using var...

    docs.aspose.com/llm/net/use-cases/vision-qa/
  3. Document.Compare | Aspose.Words for .NET

    Effortlessly compare documents with our Document Compare tool. Identify edits and format changes quickly for streamlined revisions and enhanced collaboration....docOriginal = new Document (); DocumentBuilder builder = new DocumentBuilder...Document docEdited = new Document (); builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Manage Presentation Zoom in JavaScript|Aspose.S...

    Create and customize Zoom with Aspose.Slides for Node.js — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations.... Create new slides to which you intend to...frame on a slide: var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/manage-zoom/
  5. 在 Python 中设置 PDF 过期|Aspose.PDF for Python via Java

    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....var month=4;today = new Date();today = new Date(today.getFullYear()... today.getMonth());expiry = new Date(year, month);if (today.getTime()...

    docs.aspose.com/pdf/zh/python-java/set-pdf-expi...
  6. FormExporter Plugin|Aspose.PDF for .NET

    Learn how to export PDF form values with the Aspose.Pdf.LowCode.FormExporter plugin for .NET....FormExporter plugin var plugin = new Aspose . Pdf . LowCode . FormExporter...and output files var options = new Aspose . Pdf . LowCode . FormExporterToJsonOp...

    docs.aspose.com/pdf/net/plugins/form-exporter/
  7. Ofd Plugin|Aspose.PDF for .NET

    Learn how to convert OFD documents to PDF with the Aspose.Pdf.LowCode.Ofd plugin for .NET....PDF Ofd plugin var plugin = new Aspose . Pdf . LowCode . Ofd...and output files var options = new Aspose . Pdf . LowCode . OfdToPdfOptions...

    docs.aspose.com/pdf/net/plugins/ofd/
  8. ChartSeriesGroup.FirstSliceAngle | Aspose.Words...

    Discover the ChartSeriesGroup FirstSliceAngle property to customize your pie chart's first slice angle in degrees for enhanced data visualization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ParagraphCollection.ToArray | Aspose.Words for ...

    Effortlessly convert your ParagraphCollection to an array with the ToArray method, streamlining data management and enhancing your document processing....paragraphs from the collection to a new array of paragraphs. public Paragraph...NodeCollection. Document doc = new Document ( MyDir + "Paragraphs...

    reference.aspose.com/words/net/aspose.words/par...
  10. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to create and format bulleted, picture, multilevel, and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Android via Java....Presentation presentation = new Presentation (); try { ISlide...clear (); Paragraph paragraph1 = new Paragraph (); paragraph1 . getParagraphFormat...

    docs.aspose.com/slides/androidjava/manage-lists/