Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 211,810 for

new

(0.1 sec)
  1. Extract Table Data from PDF|Aspose.PDF for Andr...

    Learn how to extract tabular from PDF using Aspose.PDF for Android via Java....Open document try { document = new Document ( inputStream ); } catch...pdf . TableAbsorber absorber = new com . aspose . pdf . TableAbsorber...

    docs.aspose.com/pdf/androidjava/extract-data-fr...
  2. Aspose.Cells 16.12.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....intrusive_ptr < String > str = new String ( "Fruit" ); ws -> GetICells...GetObjectByIndex ( new String ( "A1" ))-> PutValue ( str ); str = new String...

    docs.aspose.com/cells/zh/cpp/public-api-changes...
  3. ImportFormatOptions.ignoreTextBoxes property | ...

    ImportFormatOptions.ignoreTextBoxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode is used...let dstDoc = new aw . Document (); let builder = new aw . DocumentBuilder...let srcDoc = new aw . Document (); builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentBuilder constructor | Aspose.Words for ...

    Aspose.Words.DocumentBuilder constructor...DocumentBuilder() Initializes a new instance of this class. DocumentBuilder...Creates a new DocumentBuilder object and attaches it to a new Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Shape | Aspose.Words for Java

    Represents an object in the drawing layer such as an AutoShape textbox freeform OLE object ActiveX control or picture in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...individual files. Document doc = new Document(getMyDir() + "Images...

    reference.aspose.com/words/java/com.aspose.word...
  6. Adding MapiCalendar to PST in PHP|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....the appointment $appointment = new MapiCalendar ( "LAKE ARGYLE WA...meeting :)" , new Date ( 2012 , 10 , 2 ), new Date ( 2012 , 10...

    docs.aspose.com/email/java/adding-mapicalendar-...
  7. 使用 C# 製作 HTML

    通過幾個步驟在 C# 中創建一個新的 HTML。使用 .NET 庫輕鬆創建 HTML。...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/zh-hant/net/make/html/
  8. 档案

    档案...doc = new Document(); // 初始化 Page 类对象 Page page = new Page(doc);...// 初始化大纲类对象 Outline outline = new Outline(doc); // 初始化 OutlineElement...

    blog.aspose.com/zh/note/create-onenote-files-pr...
  9. 搜索

    搜索...Document doc = new Document(); // 初始化頁麵類對象 Page page = new Page(doc);...Outline 類對象 Outline outline = new Outline(doc); // 初始化 OutlineElement...

    blog.aspose.com/zh-hant/note/create-onenote-fil...
  10. SplitterContext | Aspose.Words for Java

    Document splitter context in Java....SplitterContext splitterContext = new SplitterContext(); splitterContext...(FileInputStream streamIn = new FileInputStream(getMyDir() +...

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