Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 213,390 for

new

(0.23 sec)
  1. Image Gridline color different from the color i...

    I am using Aspose.Cells to take snapshot of a range, when I get the image it has gridlines which are thicker and of a different color than in the excel sheet. I took one image using Range.getImage() of excel javascript A…...ImageOrPrintOptions imgOptions = new ImageOrPrintOptions { OnePagePerSheet...GridlineType.Hair }; SheetRender sr = new SheetRender(worksheet, imgOptions);...

    forum.aspose.com/t/image-gridline-color-differe...
  2. Convert XPS using API for Java

    XPS to JPG conversion functionality included in Aspose.Page API solution for Java is described and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/convert-xps/
  3. PositionedBlockConfig|Documentation

    PositionedBlockConfig element is used to organize content within containers.... new PositionedBlockConfi () { Children = new List < BaseConfig...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/posi...
  4. StructuredDocumentTag.setUncheckedSymbol method...

    StructuredDocumentTag.setUncheckedSymbol method. Sets the symbol used to represent the unchecked state of a check box content control....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let sdtCheckBox = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 复制工作表|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....//Create a new Workbook by excel file path Workbook wb = new Workbook...Worksheets ; //Copy data to a new sheet from an existing sheet...

    docs.aspose.com/cells/zh/net/copy-worksheet/
  6. FontSettings.defaultInstance property | Aspose....

    FontSettings.defaultInstance property. Static default font settings....instance to use the "Courier New" font // as a backup substitute... defaultFontName = "Courier New" ; expect ( aw . Fonts . FontSettings...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Two issues with adding watermarks in Aspose.PDF...

    First, I’ll post the code I wrote, and then explain the issues at the end: /// <summary> /// 为pdf添加水印 /// </summary> /// <param name="DocuementFileName">文档名称</param> /// <param name="Save…...Document TempLoadDocument = new Aspose.Pdf.Document(DocuementFileName);...WatermarkArtifact TempAddArtifact = new WatermarkArtifact(); TempAddArtifact...

    forum.aspose.com/t/two-issues-with-adding-water...
  8. 使用JavaScript通过C++进行对比和迁移|Documentation

    探索差异并考虑使用Aspose.Cells与JavaScript通过C++的迁移策略。...在JavaScript via C++中,通常用 new 关键字创建实例,但集成了JavaScript语法: <!DOCTYPE...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/compari...
  9. Get a Particular Page in a PDF File in Ruby|Asp...

    Access and manipulate individual pages in PDF documents using Ruby and Aspose.PDF.... new ( data_dir + ' input1 . pdf '...get_Item ( 1 ) # create a new Document object new_document = Rjb :: import...

    docs.aspose.com/pdf/java/get-a-particular-page-...
  10. ImportFormatOptions.KeepSourceNumbering | Aspos...

    Control document numbering with the ImportFormatOptions KeepSourceNumbering property. Easily manage clashes for seamless imports. Default, false.... Document srcDoc = new Document ( MyDir + "List with...source.docx" ); Document dstDoc = new Document ( MyDir + "List with...

    reference.aspose.com/words/net/aspose.words/imp...