Sort Score
Result 10 results
Languages All
Labels All
Results 8,771 - 8,780 of 198,847 for

new

(0.16 sec)
  1. Set Barcode Source|Documentation

    This Article Describes How to Set Barcode Source for Recognition...from an image file var reader = new BarCodeInstance . BarCodeReader...SetBarCodeImage var reader = new BarCodeInstance . BarCodeReader...

    docs.aspose.com/barcode/javascript-cpp/set-barc...
  2. 在单元格中添加数据|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....Workbook object Workbook workbook = new Workbook (); //Accessing the...setCellValue来向单元格中添加数据。 Java Workbook wb = new HSSFWorkbook (); CreationHelper...

    docs.aspose.com/cells/zh/java/add-data-in-cells/
  3. Managing Tags and Custom Data|Aspose.Slides for...

    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....for Presentation : var pres = new aspose . slides . Presentation...Node.js via Java: var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/managing-tag...
  4. 删除注释(facades)|Aspose.PDF for Java

    本节介绍如何使用 Aspose.PDF Facades 和 PdfAnnotationEditor 类删除注释。...consoleScanner = new Scanner ( System . in ); Document document = new Document...PdfAnnotationEditor annotationEditor = new PdfAnnotationEditor (); annotationEditor...

    docs.aspose.com/pdf/zh/java/delete-annotations/
  5. InlineStory.EnsureMinimum | Aspose.Words for .NET

    Optimize your content with InlineStory's EnsureMinimum method, which adds a paragraph if the last child isn't one, enhancing readability and structure....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...least one cell. Table table = new Table ( doc ); table . EnsureMinimum...

    reference.aspose.com/words/net/aspose.words/inl...
  6. InlineStory.ParentParagraph | Aspose.Words for ...

    Discover the InlineStory ParentParagraph property to effortlessly access the parent Paragraph of any node, enhancing your content management experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...least one cell. Table table = new Table ( doc ); table . EnsureMinimum...

    reference.aspose.com/words/net/aspose.words/inl...
  7. DocumentBuilder.moveToMergeField method | Aspos...

    Aspose.Words.DocumentBuilder.moveToMergeField method...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose.3D 17.2.0中的公共 API 更改|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....// load X file Scene Xfile = new Scene ( "3D.x" ); 添加 Aspose.ThreeD...Scene class object Scene scene = new Scene (); // initialize an object...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  9. Node.Document | Aspose.Words for .NET

    Discover the Node Document property, effortlessly access the document linked to your node for seamless data management and enhanced productivity....Document doc = new Document (); Paragraph para = new Paragraph (...doc ); para . AppendChild ( new Run ( doc , "Hello world!" ));...

    reference.aspose.com/words/net/aspose.words/nod...
  10. FrameFormat | Aspose.Words for Java

    Represents frame related formatting for a paragraph in Java.... Document doc = new Document(getMyDir() + "Paragraph...that are frames. Document doc = new Document(getMyDir() + "Paragraph...

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