Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 164,094 for

new

(0.13 sec)
  1. HtmlVersion | Aspose.Words for Java

    Indicates the version of HTML is used when saving the document to SaveFormat.HTML and SaveFormat.MHTML formats in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.HTML);...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert PPTX to Word in C# | products.aspose.com

    Convert PPTX to Word in C#. Use .NET library API to convert PowerPoint to Word...presentation = new Presentation(); var doc = new Document(); var...var builder = new DocumentBuilder(doc); foreach ( var slide in...

    products.aspose.com/slides/net/conversion/pptx-...
  3. ChartDataLabelPosition Enum | Aspose.Words for ...

    Discover the Aspose.Words.ChartDataLabelPosition enum to easily customize your chart data labels for enhanced clarity and presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...seriesColl . Add ( "Series 1" , new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Presentation Properties|Aspose.Slides Documenta...

    Manage PowerPoint presentation properties in Java...presentation Presentation pres = new Presentation ( "Presentation...for Java. Presentation pres = new Presentation ( "Presentation...

    docs.aspose.com/slides/java/presentation-proper...
  5. LayoutCollector | Aspose.Words for Java

    This class allows to compute page numbers of document nodes in Java....doc = new Document(); LayoutCollector layoutCollector = new LayoutCollector(doc);...content. DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...
  6. RevisionCollection | Aspose.Words for Java

    A collection of Revision objects that represent revisions in the document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...startTrackRevisions("John Doe", new Date()); builder.write("This...

    reference.aspose.com/words/java/com.aspose.word...
  7. Rectangle for hyperlink - Free Support Forum - ...

    Hi We need to add hyperlink annotation at right bottom with 10 as margin from both side. The rectangle gives only position from left and top. It will be very kind if someone help us to get this code, how to set positio…...document Document document = new Document("input.pdf"); Page page...LinkAnnotation link = new LinkAnnotation(page, new Aspose.Pdf.Rectangle(llx...

    forum.aspose.com/t/rectangle-for-hyperlink/312974
  8. Specify how to cross string in output PDF and i...

    Learn to control text overflow in output PDF/Image by specifying the cross type using Aspose.Cells for Node.js via C++....Excel file const workbook = new AsposeCells . Workbook ( path...options const pdfSaveOptions = new AsposeCells . PdfSaveOptions...

    docs.aspose.com/cells/nodejs-cpp/specify-how-to...
  9. PageSetup.firstPageTray property | Aspose.Words...

    PageSetup.firstPageTray property. Gets or sets the paper tray (bin) to use for the first page of a section... let doc = new aw . Document (); // Find the...PrinterSettings object. let settings = new PrinterSettings (); // The paper...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PDF to TIFF Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one TIFF single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to TIFF document In loop: add PDF file to new page...

    products.aspose.com/pdf/net/merger/pdf-to-tiff/