Sort Score
Result 10 results
Languages All
Labels All
Results 7,921 - 7,930 of 222,903 for

new

(0.15 sec)
  1. Add Image Hyperlinks|Documentation

    Learn how to add image hyperlinks through the Aspose.Cells for JavaScript via C++ API.... or leave blank to create a new workbook. </ p > < input type...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/add-image-...
  2. 每个 Excel 工作表渲染一个 PDF 页面 使用 C++ 通过 JavaScript 转换...

    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....arrayBuffer (); // Initialize a new Workbook by opening the selected...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  3. 在加载工作簿时使用JavaScript通过C++过滤VBA项目|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在加载Excel工作簿时过滤VBA项目。...load VBA const loadOptions = new LoadOptions ( LoadFormat . Auto...Auto ); const loadFilter = new LoadFilter ( LoadDataFilterOption...

    docs.aspose.com/cells/zh/javascript-cpp/filter-...
  4. Manage Presentation Shapes in PHP|Aspose.Slides...

    Learn to create, edit and optimize shapes in Aspose.Slides for PHP via Java and deliver high-performance PowerPoint presentations....the presentation file $pres = new Presentation ( "FindingShapeInSlide...slide shape collection. Add new slide to the presentation. Clone...

    docs.aspose.com/slides/php-java/shape-manipulat...
  5. Using Aspose.Slides with ReportViewer 2010 and ...

    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....using (FileStream pptSteam = new FileStream(filename, FileMode...ReportingServices.RplRenderer renderer = new Aspose.Slides.ReportingServices...

    docs.aspose.com/slides/reportingservices/using-...
  6. 通过使用HTML设置单元格值显示项目符号|Documentation

    使用易于使用的Aspose.Cells for JavaScript通过C++在Excel单元格中添加项目符号。...modify or leave empty to create a new workbook. </ p > < input type...open it; otherwise create a new workbook let workbook ; if (...

    docs.aspose.com/cells/zh/javascript-cpp/display...
  7. PdfSaveOptions.PageMode | Aspose.Words for .NET

    Discover how the PdfSaveOptions PageMode property enhances your PDF viewing experience by customizing document display in any PDF reader....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  8. PdfSaveOptions.EmbedFullFonts | Aspose.Words fo...

    Discover how the PdfSaveOptions EmbedFullFonts feature enhances your PDF documents by ensuring complete font embedding for perfect formatting....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FolderFontSource folderFontSource = new Aspose . Words . Fonts . FolderFontSource...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Render Sequence of Pages using PageIndex and Pa...

    Learn how to render specific pages of an Excel file to images using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...pages 4, 5, 6, 7 const opts = new ImageOrPrintOptions (); opts...

    docs.aspose.com/cells/javascript-cpp/render-seq...
  10. MetafileRenderingMode | Aspose.Words for Java

    Specifies how Aspose.Words should render WMF and EMF metafiles in Java....throws Exception { Document doc = new Document(getMyDir() + "WMF with...MetafileRenderingOpt metafileRenderingOpt = new MetafileRenderingOpt(); // Set...

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