Sort Score
Result 10 results
Languages All
Labels All
Results 4,921 - 4,930 of 213,126 for

new

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

    Implement this interface to allow mail merge from a custom data source such as a list of objects in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...customers = new CustomerList(); customers.add(new Customer("Thomas...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert JPG To TXT Java

    Convert JPG to TXT format in Java code. Save JPG as TXT using Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.jpg"); doc.save("Output...

    products.aspose.com/words/java/conversion/jpg-t...
  3. Manage Rows and Columns in PowerPoint Tables in...

    Manage table rows and columns in PowerPoint with Aspose.Slides for .NET and speed up presentation editing and data updates....Presentation class Presentation pres = new Presentation ( "table.pptx" );...Presentation presentation = new Presentation ( "Test.pptx" ))...

    docs.aspose.com/slides/net/manage-rows-and-colu...
  4. 档案

    档案...XPS 文档 XpsDocument document = new XpsDocument(dataDir + "input...rendering.PngSaveOptions options = new com.aspose.xps.rendering.PngSaveOptions();...

    blog.aspose.com/zh/page/convert-xps-to-bmp-jpeg...
  5. Document.sections property | Aspose.Words for P...

    Document.sections property. Returns a collection that represents all sections in the document....Examples Shows how to specify how a new section separates itself from...break types determine how a new section separates itself from...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PDF to TIFF Merge using Java | Aspose.PDF

    Combine two or more PDF documents into one TIFF single file programmatically with Java sample code using Aspose.PDF for Java... 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/java/merger/pdf-to-tiff/
  7. DocumentBuilder.MoveToStructuredDocumentTag | A...

    Effortlessly navigate to structured document tags with the DocumentBuilder MoveToStructuredDocumentTag method, enhancing your document editing efficiency.... Document doc = new Document ( MyDir + "Structured...); DocumentBuilder builder = new DocumentBuilder ( doc ); // There...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Convert PostScript using API for Java

    PS to TIFF conversion functionality included in Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/convert-ps/
  9. EditableRangeStart | Aspose.Words for Java

    Represents a start of an editable range in a Word document in Java....throws Exception { Document doc = new Document(); doc.protect(ProtectionType..."MyPassword"); DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...
  10. EditableRangeEnd | Aspose.Words for Java

    Represents an end of an editable range in a Word document in Java....throws Exception { Document doc = new Document(); doc.protect(ProtectionType..."MyPassword"); DocumentBuilder builder = new DocumentBuilder(doc); builder...

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