Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 213,381 for

new

(0.46 sec)
  1. Joining And Appending in PHP|Aspose.Words for Java

    Joining And Appending Documents using PHP.... Php Code $ dstDoc = new Java ( "com.aspose.words.Document"...Destination.doc" ); $ srcDoc = new Java ( "com.aspose.words.Document"...

    docs.aspose.com/words/java/joining-and-appendin...
  2. Convert OTG 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....ImageOptionsBase [] options = { new PngOptions (), new PdfOptions () }; for...OtgRasterizationOpti otgRasterizationOpti = new OtgRasterizationOpti (); otgRasterizationOpti...

    docs.aspose.com/imaging/java/convert-otg-files/
  3. 从AcroForm提取数据|Aspose.PDF for Android via Java

    AcroForms存在于许多PDF文档中。本文旨在帮助您了解如何使用Aspose.PDF从AcroForms中提取数据。...() { // 打开文档 try { document = new Document ( inputStream ); } catch...从所有字段中获取值 StringBuilder sb = new StringBuilder (); for ( com ...

    docs.aspose.com/pdf/zh/androidjava/extract-data...
  4. Gmail Utility Features|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....try { Calendar newCalendar = new Calendar ( "summary" , null ...( calendarId ); // Create a new appointment and Calculate appointment...

    docs.aspose.com/email/java/gmail-utility-features/
  5. Unable to add layers and assign entities in DWG...

    https://forum.aspose.com/t/unable-to-add-layers-and-assign-entities-in-dwg-using-dwgimage-aspose-cad/311282/7 Hey Oleksii, I saw you posted an example to add a layer in Aspose.CAD for this forum entry. I cant download…...DwgImage dwgImage = new DwgImage(); var linesLayer = new CadLayerTable...Add(linesLayer); var pointsLayer = new CadLayerTable { Name = "PointsLayer"...

    forum.aspose.com/t/unable-to-add-layers-and-ass...
  6. FieldNoteRef | Aspose.Words for Java

    Implements the NOTEREF field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  7. GridJs的设置|Documentation

    本文描述了GridJs的设置。...gw = new GridJsWorkbook (); GridWorkbookSettings gws = new GridWorkbookSettings...gw = new GridJsWorkbook (); GridWorkbookSettings gws = new GridWorkbookSettings...

    docs.aspose.com/cells/zh/net/aspose-cells-gridj...
  8. ShapeBase.ScreenTip | Aspose.Words for .NET

    Discover the ShapeBase ScreenTip property, enhance user experience by customizing tooltip text that appears on mouse hover over shapes....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.com/" ; shape . Target = "New Window" ; shape . ScreenTip =...

    reference.aspose.com/words/net/aspose.words.dra...
  9. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java.... Document doc = new Document(); // Add two runs and...appendChild(new Run(doc, "Hello world! ")); Shape shape = new Shape(doc...

    reference.aspose.com/words/java/com.aspose.word...
  10. Convert JPG To TXT Javascript

    Convert JPG to TXT format in JavaScript code. Save JPG as TXT using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.jpg") doc...

    products.aspose.com/words/nodejs-net/conversion...