Sort Score
Result 10 results
Languages All
Labels All
Results 8,811 - 8,820 of 198,847 for

new

(0.09 sec)
  1. Stop conversion or loading using InterruptMonit...

    Learn how to stop the conversion of Workbook to various formats using InterruptMonitor when it is taking too long with Aspose.Cells for Node.js via C++.... new StopConversionOrLoad (). testRun...InterruptMonitor object this . im = new AsposeCells . InterruptMonitor...

    docs.aspose.com/cells/nodejs-cpp/stop-conversio...
  2. Convert PowerPoint to PNG|Aspose.Slides Documen...

    Convert PowerPoint presentation to PNG...to PNG: Presentation pres = new Presentation ( "pres.pptx" );...operation: Presentation pres = new Presentation ( "pres.pptx" );...

    docs.aspose.com/slides/java/convert-powerpoint-...
  3. DigitalSignatureUtil.LoadSignatures | Aspose.Wo...

    Effortlessly load digital signatures from your documents with the DigitalSignatureUtil LoadSignatures method. Enhance your workflow today!...FileStream: using ( Stream stream = new FileStream ( MyDir + "Digitally...streams: using ( Stream streamIn = new FileStream ( MyDir + "Digitally...

    reference.aspose.com/words/net/aspose.words.dig...
  4. CssStyleSheetType | Aspose.Words for Java

    Specifies how CSS Cascading Style Sheet styles are exported to HTML in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions(); // Set the...

    reference.aspose.com/words/java/com.aspose.word...
  5. Saving specific pdf using Word options fails an...

    Hello, Using Aspose.PDF.Drawing 25.3, Saving the attached document with DocSaveOptions fires an internal exception and save fails. var docOptions = New DocSaveOptions { Format = DocSaveOptions.DocFormat.DocX, Mode …... var docOptions = new DocSaveOptions { Format = DocSaveOptions...We have opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/saving-specific-pdf-using-wo...
  6. 以球体半径工作|Documentation

    使用 Aspose.3D for Node.js via Java,你可以设置得到一个球体的半径。...initialize a scene var scene = new aspose . threed . Scene (); //...initialize a Sphere var sphere = new aspose . threed . Sphere ();...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  7. PageSetup.TextOrientation | Aspose.Words for .NET

    Discover the PageSetup TextOrientation property to easily set page text direction. Customize your layout with options beyond the default Horizontal....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pag...
  8. HorizontalRuleFormat.NoShade | Aspose.Words for...

    Discover the HorizontalRuleFormat NoShade property, control 3D shading for horizontal rules. Achieve a sleek, solid color design effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  9. CellFormat.fitText property | Aspose.Words for ...

    CellFormat.fitText property. If ``true``, fits text in the cell, compressing each paragraph to the width of the cell....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...the current cell, // and any new cells that we create with the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. De excel a prn - Free Support Forum - aspose.com

    de excel a prn...siguiente: Workbook workbook = new Workbook(filePath + "sample.xlsx");...xlsx"); TxtSaveOptions options = new TxtSaveOptions(); options.Separator...

    forum.aspose.com/t/de-excel-a-prn/310848