Sort Score
Result 10 results
Languages All
Labels All
Results 6,371 - 6,380 of 214,665 for

new

(1.03 sec)
  1. XlsxSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the XlsxSaveOptions SaveFormat property to effortlessly save documents in Xlsx format, ensuring compatibility and quality for your files.... Document doc = new Document ( MyDir + "Shape with...XlsxSaveOptions xlsxSaveOptions = new XlsxSaveOptions (); xlsxSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  2. DataRowView | Aspose.Words for Java

    Represents a customized view of a DataRow in Java....DataRow row) Initializes a new instance of this class. Methods...Data.DataRow row) Initializes a new instance of this class. Parameters:...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldToc.CaptionlessTableOfFiguresLabel | Aspos...

    Discover the FieldToc CaptionlessTableOfFiguresLabel property to customize your table of figures. Easily manage sequence identifiers without captions!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Audio|Aspose.Slides for Node.js via .NET Docume...

    Discover Aspose.Slides for Node.js audio examples: insert, play, trim, and extract sound in PPT, PPTX, and ODP presentations with clear JavaScript code....addAudio () { let presentation = new aspose . slides . Presentation...accessAudio () { let presentation = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  5. FontSavingArgs.keepFontStreamOpen property | As...

    FontSavingArgs.keepFontStreamOpen property. Specifies whether Aspose.Words should keep the stream open or close it after saving a font....supported yet' , () => { let doc = new aw . Document ( base . myDir...custom manner. let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 使用JavaScript通过C++将Excel导出为JSON|Documentation

    学习如何使用C++和Aspose.Cells for JavaScript将Excel文件转换为JSON。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Json ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  7. ParagraphFormat.borders property | Aspose.Words...

    ParagraphFormat.borders property. Gets collection of borders of the paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Border.lineStyle property | Aspose.Words for No...

    Border.lineStyle property. Gets or sets the border style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. IChartDataPoint | Aspose.Words for Java

    Contains properties of a single data point on the chart in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  10. 用JavaScript通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Java脚本通过C++管理Excel文件中的图片、OLE对象和形状。... 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/insert-...