Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 164,081 for

new

(0.08 sec)
  1. 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...
  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....//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/
  3. Convert Dates to Japanese Dates with Node.js vi...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for Node.js via C++....**Calendar, a new era begins with the reign of a new emperor. On...On 1st May 2019, a new emperor came into power with which the...

    docs.aspose.com/cells/nodejs-cpp/convert-dates-...
  4. 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...
  5. StructuredDocumentTag.IsTemporary | Aspose.Word...

    Discover how the StructuredDocumentTag IsTemporary property determines if your SDT is removed from WordProcessingML upon content changes. Optimize your documents today!... Document doc = new Document (); // Insert a plain... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  6. PdfDigitalSignatureDetails.reason property | As...

    PdfDigitalSignatureDetails.reason property. Gets or sets the reason for the signing....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartSeries.XValues | Aspose.Words for .NET

    Discover the ChartSeries XValues property to access a powerful collection of X values, enhancing your data visualization and analysis....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Series1" , new double [] { 1 , 1.9 , 2.45 , 3 }, new double []...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ChartSeries.YValues | Aspose.Words for .NET

    Discover the ChartSeries YValues property to access a powerful collection of Y values, enhancing your data visualization and analysis capabilities....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Series1" , new double [] { 1 , 1.9 , 2.45 , 3 }, new double []...

    reference.aspose.com/words/net/aspose.words.dra...
  9. PDF Viewer for Aspose.PDF for Android - Free Su...

    Hi, Is there no way to display a PDF using Aspose.pdf library? There is a need for a PDF viewer on Android OS & the existing solutions such as Qoppa or MuPDF are not dev friendly by any means. Is adding a viewer on yo…...Document pdfDocument = new com.aspose.pdf.Document("input...io.OutputStream imageStream = new java.io.FileOutputStream("Converted_Image...

    forum.aspose.com/t/pdf-viewer-for-aspose-pdf-fo...
  10. 合并单元格|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 wbk = new Workbook (); //Create a Worksheet...addMergedRegion 合并单元格。 Java Workbook wb = new HSSFWorkbook (); Sheet sheet...

    docs.aspose.com/cells/zh/java/merge-cells/