Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 223,185 for

new

(0.27 sec)
  1. NodeImporter | Aspose.Words for Java

    Allows to efficiently perform repeated import of nodes from one document to another in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document docToInsert = new Document(); builder = new DocumentBuilder(docToInsert);...

    reference.aspose.com/words/java/com.aspose.word...
  2. Alignment Issue in Word and PPT during conversi...

    While upgrading Aspose from the old version to the New version, we faced image alignment issue in PDF-Word and PDF-PPT conversion. This issue was not present in the old version. Old version: implementation ‘com.aspose…...from the old version to the new version, we faced image alignment...aspose:aspose-slides:23.2:jdk16’ New Version: implementation ‘com...

    forum.aspose.com/t/alignment-issue-in-word-and-...
  3. Manage Worksheets|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....Worksheets to a New Excel File To create a new Workbook, create...of the WorksheetCollection , new worksheets are added to the Excel...

    docs.aspose.com/cells/python-java/manage-worksh...
  4. IFieldResultFormatter.Format | Aspose.Words for...

    Discover the iFieldResultFormatter Format method in Aspose.Words that enhances document formatting with customizable capitalization options like Upper case....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldResultFormatter formatter = new FieldResultFormatter ( "${0}"...

    reference.aspose.com/words/net/aspose.words.fie...
  5. 使用 C# 製作 DOC

    通過幾個步驟在 C# 中創建一個新的 DOC。使用 .NET 庫輕鬆創建 DOC。...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/zh-hant/net/make/doc/
  6. Issue with thai text - Free Support Forum - asp...

    Hello, I’m testing the New version of Aspose.Words 26.1 and have found an issue with thai text. I’m opening a docx file then define the font folder source for Aspose and save the document as pdf. The result document s…...11:12am 1 Hello, I’m testing the new version of Aspose.Words 26.1...Aspose.Words uses Browallia New font, you can check this by saving...

    forum.aspose.com/t/issue-with-thai-text/324630
  7. Make Booklet of PDF|Aspose.PDF for Java

    This section explains how to make booklet of PDF with com.aspose.pdf.facades using PdfFileEditor class.... PdfFileEditor pdfEditor = new com . aspose . pdf . facades.... PdfFileEditor pdfEditor = new com . aspose . pdf . facades...

    docs.aspose.com/pdf/java/make-booklet-of-pdf/
  8. 修改PDF文件中的注释(facades)|Aspose.PDF for Java

    本节说明如何使用Aspose.PDF Facades将PDF文件中的注释修改为XFDF。...PdfAnnotationEditor annotationEditor = new PdfAnnotationEditor (); annotationEditor...ModifyAnnotations () { Document document = new Document ( _dataDir + "sample_cats_dogs...

    docs.aspose.com/pdf/zh/java/modify-annotations/
  9. PdfSaveOptions.OpenHyperlinksInNewWindow | Aspo...

    Control hyperlink behavior in your PDF with PdfSaveOptions. Easily set links to open in a New window or tab for enhanced user experience....are forced to be opened in a new window (or tab) of a browser...open new pages when we click on them. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.sav...
  10. PersonCollection.RemoveAt | Aspose.Words for .NET

    Effortlessly use the PersonCollection RemoveAt method to delete a person by index, streamlining your data management with ease and precision....Create a new person collection. PersonCollection persons = new PersonCollection...PersonCollection (); Person person = new Person ( "Roxanne" , "Brielle"...

    reference.aspose.com/words/net/aspose.words.bib...