Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 213,297 for

new

(0.1 sec)
  1. CsvDataSource | Aspose.Words for Java

    Provides access to data of a CSV file or stream to be used within a report in Java.... Document doc = new Document(getMyDir() + "Reporting...CsvDataLoadOptions loadOptions = new CsvDataLoadOptions(true); loadOptions...

    reference.aspose.com/words/java/com.aspose.word...
  2. Set a Default Font while Rendering a Spreadshee...

    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....names such as Courier New , Arial , Times New Roman , etc. The screenshot...output HTML file with Courier New , the output HTML with Arial...

    docs.aspose.com/cells/javascript-cpp/set-defaul...
  3. PageSetup.sectionStart property | Aspose.Words ...

    PageSetup.sectionStart property. Returns or sets the type of section break for the specified object....Examples Shows how to specify how a new section separates itself from...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Extract visible/rendered Text from HTML - Free ...

    Hello, currently we extract (visible/rendered) text from attached HTML file (like the text when you load the HTML into a browser) with following code: var htmlLoadOptions = New HtmlLoadOptions { PageLayoutOption = Ht…...code: var htmlLoadOptions = new HtmlLoadOptions { PageLayoutOption...}; using (var pdfDocument = new Document(HtmlFile, htmlLoadOptions))...

    forum.aspose.com/t/extract-visible-rendered-tex...
  5. Using Tooltip|Aspose.PDF for Java

    Learn how to add tooltip to the text fragment in PDF using Java and Aspose.PDF....document with text Document doc = new Document (); doc . getPages ()...(). getParagraphs (). add ( new TextFragment ( "Move the mouse...

    docs.aspose.com/pdf/java/pdf-tooltip/
  6. ReplacingArgs.MatchNode | Aspose.Words for .NET

    Discover the ReplacingArgs MatchNode property to easily access the node where your match begins, enhancing your coding efficiency and accuracy....InsertDocumentAtRepl () { Document mainDoc = new Document ( MyDir + "Document...FindReplaceOptions options = new FindReplaceOptions (); options...

    reference.aspose.com/words/net/aspose.words.rep...
  7. Modifying AcroForms|Aspose.PDF for Java

    This section explains how to modifying forms in your PDF document with Aspose.PDF for Java....document Document pdfDocument = new Document ( _dataDir + "FormFieldFont14...field . setDefaultAppearance ( new DefaultAppearance ( font , 10...

    docs.aspose.com/pdf/java/modifing-form/
  8. GradientStopCollection.add method | Aspose.Word...

    GradientStopCollection.add method. Adds a specified [GradientStop](../../gradientstop/) to a gradient....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...transparency = 0.25 ; // Add new gradient stop to the end of collection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Open a spreadsheet document from a stream|Docum...

    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....( stream , true ); // Add a new worksheet. WorksheetPart newWorksheetPart...newWorksheetPart . Worksheet = new Worksheet ( new SheetData ()); newWorksheetPart...

    docs.aspose.com/cells/net/open-a-spreadsheet-do...
  10. Convert PowerPoint Presentations to Video in Ja...

    Learn how to convert PowerPoint presentations to video in Java. Discover sample code and automation techniques to streamline your workflow....Presentation presentation = new Presentation (); try { // Adds...ArrayList < String > frames = new ArrayList < String >(); PresentationAnimatio...

    docs.aspose.com/slides/java/convert-powerpoint-...