Sort Score
Result 10 results
Languages All
Labels All
Results 3,701 - 3,710 of 222,912 for

new

(0.8 sec)
  1. BuildingBlockCollection | Aspose.Words for Java

    A collection of BuildingBlock objects in the document in Java....doc = new Document(); GlossaryDocument glossaryDoc = new GlossaryDocument();...GlossaryDocVisitor visitor = new GlossaryDocVisitor(); // Visit...

    reference.aspose.com/words/java/com.aspose.word...
  2. Keeping paragraph format after merging odt docu...

    Good afternoon, I have the following problem (I use Aspose Words 26.2), an odt document with a weird list structure is loosing the format when involved in an odt files merge opration. Even if it is the only file involve…...length >= 1) { Document doc = new Document(files[0]); for (int...endsWith(".HTML"))) { Document src = new Document(files[i]); if (!saltoPagina)...

    forum.aspose.com/t/keeping-paragraph-format-aft...
  3. Managing Contacts in PST Files|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....three Contacts var contact1 = new MapiContact ( "Sebastian Wright"..."SebastianWright@dayrep.com" ); var contact2 = new MapiContact ( "Wichert Kroos"...

    docs.aspose.com/email/net/managing-contacts-in-...
  4. ZIP/TAR add File to Existing Archive

    How to put in a ZIP/TAR archive images, pictures or other files. Explore how to add file to archive with Aspose.Zip via Java...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    products.aspose.com/zip/java/advanced-api-featu...
  5. FontNameSubstitutionRule | Aspose.Words for Java

    Font substitution rule for processing font name in Java....FontSettings fontSettings = new FontSettings(); FontConfigSubstituti...Document doc = new Document(); doc.setFontSettings(new FontSettings());...

    reference.aspose.com/words/java/com.aspose.word...
  6. Insert Ranges with Node.js via C++|Documentation

    Learn how to insert ranges in Excel and shift other data using Aspose.Cells for Node.js via C++....external links const workbook = new AsposeCells . Workbook ( filePath...Instantiate a new Workbook. const newWorkbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/insert-ranges-...
  7. Filter VBA Project while loading a workbook wit...

    Learn how to filter VBA projects while loading Excel workbooks using Aspose.Cells for JavaScript via C++....is provided by introducing a new option, LoadDataFilterOption...load VBA const loadOptions = new LoadOptions ( LoadFormat . Auto...

    docs.aspose.com/cells/javascript-cpp/filter-vba...
  8. HtmlSaveOptions | Aspose.Words for .NET

    Discover the HtmlSaveOptions constructor to effortlessly create and save documents in HTML format, ensuring optimal formatting and easy sharing....HtmlSaveOptions() Initializes a new instance of this class that can...document to .epub. Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Table|Aspose.Slides for PHP Documentation

    Create and format tables in PHP with Aspose.Slides: insert data, merge cells, style borders, align content, and import/export for PPT, PPTX and ODP....addTable () { $presentation = new Presentation (); try { $slide...accessTable () { $presentation = new Presentation ( "table.pptx" );...

    docs.aspose.com/slides/php-java/examples/elemen...
  10. FieldMergeRec | Aspose.Words for Java

    Implements the MERGEREC field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...display "2". DataTable table = new DataTable("Employees"); table...

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