Sort Score
Result 10 results
Languages All
Labels All
Results 8,351 - 8,360 of 198,840 for

new

(0.14 sec)
  1. 与GridJs服务器端配合工作|Documentation

    本文描述了如何使用Aspose.Cells.GridJs库。...xlsx' gwb = new GridJsWorkbook (); gwb . ImportExcelFile...fileid ) 4. 在缓存中更新电子表格文件 gwb = new GridJsWorkbook (); # p is the...

    docs.aspose.com/cells/zh/python-net/aspose-cell...
  2. Create Transparent Image of Excel Worksheet wit...

    Learn how to generate a transparent image of an Excel worksheet using Aspose.Cells for Node.js via C++....from source file const wb = new AsposeCells . Workbook ( path...print options const imgOption = new AsposeCells . ImageOrPrintOptions...

    docs.aspose.com/cells/nodejs-cpp/create-transpa...
  3. ChartAxis.crossesAt property | Aspose.Words for...

    ChartAxis.crossesAt property. Specifies where on the perpendicular axis the axis crosses....supported by MS Office 2016 new charts. The units are determined...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. XpsSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the XpsSaveOptions SaveFormat property, which defines how your document is saved. Ensure optimal XPS format for seamless document handling!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...XpsSaveOptions saveOptions = new XpsSaveOptions (); Assert . That...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Chart Series|Aspose.Slides for PHP Documentation

    Chart series in PowerPoint presentations...for a chart series: $pres = new Presentation (); try { # Adds...change a series' color: $pres = new Presentation ( "test.pptx" );...

    docs.aspose.com/slides/php-java/chart-series/
  6. 自动调整工作表列宽|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...HSSFWorkbook hssfworkbook = new HSSFWorkbook (); ISheet sheet...

    docs.aspose.com/cells/zh/net/auto-fit-columns-i...
  7. Apply Styles to Ranges in Workbooks|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....Cells Workbook myWorkbook = new Workbook ( fileName ); Worksheet...StyleFlag StyleFlag styleFlag = new StyleFlag (); styleFlag . HorizontalAlignment...

    docs.aspose.com/cells/net/apply-styles-to-range...
  8. Create or Update PowerPoint Presentation Charts...

    Create chart in PowerPoint presentation in Java... Add new series and categories. Add some new chart data...PPTX file Presentation pres = new Presentation (); try { // Accesses...

    docs.aspose.com/slides/java/create-chart/
  9. 在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....excel file path $workbook = new Workbook (); # Accessing the...(); $page_orientation_type = new PageOrientationType (); $page_setup...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  10. Add, Extract, Delete Tables in PDF using Java |...

    Manage Tables in PDF file programmatically with Java sample code using Aspose.PDF for Java...Java Document pdfDocument = new Document ( DATA_DIR . resolve...aspose . pdf . Table table = new com . aspose . pdf . Table ();...

    products.aspose.com/pdf/java/table/