Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 213,381 for

new

(0.08 sec)
  1. Cell Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Cell class—your solution for efficient table cell management in document processing. Enhance your workflow today!...DocumentBase ) Initializes a new instance of the Cell class. Properties...Document doc = new Document (); Table table = new Table ( doc );...

    reference.aspose.com/words/net/aspose.words.tab...
  2. ReplacingArgs.matchNode property | Aspose.Words...

    ReplacingArgs.matchNode property. Gets the node that contains the beginning of the match....replace' , () => { let mainDoc = new aw . Document ( base . myDir...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ShapeBase.IsGroup | Aspose.Words for .NET

    Discover ShapeBase IsGroup. Easily identify if a shape is a group. Enhance your design workflow with this essential property for better organization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertShape methods. Shape balloon = new Shape ( doc , ShapeType . Balloon...

    reference.aspose.com/words/net/aspose.words.dra...
  4. GradientStopCollection.removeAt method | Aspose...

    GradientStopCollection.removeAt method. Removes a [GradientStop](../../gradientstop/) from the collection at a specified index....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...transparency = 0.25 ; // Add new gradient stop to the end of collection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 在 PDF C# 中添加文本印章|Aspose.PDF for .NET

    使用 TextStamp 类将文本印章添加到 PDF 文档中,使用 Aspose.PDF for .NET 库。...document using ( var document = new Aspose . Pdf . Document ( dataDir...Create text stamp var textStamp = new Aspose . Pdf . TextStamp ( "Sample...

    docs.aspose.com/pdf/zh/net/text-stamps-in-the-p...
  6. Height and width is not setting as per html - F...

    I am evaluating Aspose.Cells for purchasing a license, but I am not getting the same output as in Microsoft Excel when converting HTML to Excel. The height and width are not being set according to the column text data, …...HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions(); htmlLoadOptions...SupportDivTag = true; Workbook wb = new Workbook("test.html", htmlLoadOptions);...

    forum.aspose.com/t/height-and-width-is-not-sett...
  7. Convert PPT and PPTX to PDF in .NET [Advanced F...

    Convert PowerPoint PPT/PPTX to high-quality, searchable PDFs in .NET using Aspose.Slides, with fast C# code examples and advanced conversion options.... using var presentation = new Presentation ( "PowerPoint.ppt"...PdfOptions class. var pdfOptions = new PdfOptions { // Set the quality...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  8. Convert Excel workbook to Ods, Sxc and Fods (Op...

    How to convert Excel to Ods (OpenOffice / LibreOffice Calc) or convert Ods (OpenOffice / LibreOffice Calc) to Excel with Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Ods ); const blobOds = new Blob ([ outputOdsData ]); downloadOds...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  9. How to Convert OneNote Documents to HTML | Aspo...

    A guide explaining how to convert OneNote documents into HTML format using Java....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/java/conversion-of-onenote...
  10. Null pointer exception when converting vsd file...

    During vsd->vsdx file conversion, null pointer exception is thrown. vsd file and callstack: 2023.05.26.zip (7.9 MB) The file was converted using this code: File file = New File(PATH_TO_VSD_FILE); Diagram d = New Diag…...File file = new File(PATH_TO_VSD_FILE); Diagram d = new Diagram(file...File file = new File(PATH_TO_VSD_FILE); Diagram d = new Diagram(file...

    forum.aspose.com/t/null-pointer-exception-when-...