Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 223,046 for

new

(0.38 sec)
  1. text|Documentation

    Text element is used to add one or more lines of text to the form.... New lines following ?text= declaration...attribute must be placed on a new line immediately after the opening...

    docs.aspose.com/omr/net/txt-markup/text/
  2. Replace Text in PDF throw a NullReferenceExcept...

    I want to replace text in pdf with Aspose.PDF, But throw a NullReferenceException. the sample code : var doc = New Aspose.Pdf.Document(@“D:\abc\1212\c++.1.pdf”); var sourceText = “的”; var targetText = “x”; Regex rul…...the sample code : var doc = new Aspose.Pdf.Document(@“D:\abc\1212\c++...targetText = “x”; Regex ruleRegexp = new Regex(Regex.Escape(sourceText));...

    forum.aspose.com/t/replace-text-in-pdf-throw-a-...
  3. Add Comments to Visio Drawings in PHP|Documenta...

    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....instance of Diagram $diagram = new Diagram ( $dataDir . "Drawing...Save as VDX $saveFileFormat = new SaveFileFormat (); $diagram ->...

    docs.aspose.com/diagram/java/add-comments-to-vi...
  4. ViewOptions.formsDesign property | Aspose.Words...

    ViewOptions.formsDesign property. Specifies whether the document is in forms design mode....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Merge HTML to Image in Java | products.aspose.com

    Merge HTML to image in Java. Use Java library API to combine HTML to image...to image Presentation pres = new Presentation (); try { pres ...getSlides (). addFromHtml ( new StreamReader ( "file1.html" ));...

    products.aspose.com/slides/java/merger/html-to-...
  6. StructuredDocumentTag.DateStorageFormat | Aspos...

    Discover the StructuredDocumentTag DateStorageFormat property to easily manage date formats in XML-bound SDTs, enhancing your document's data organization.... Document doc = new Document (); // Insert a structured...StructuredDocumentTa sdtDate = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  7. FormField.TextInputDefault | Aspose.Words for .NET

    Discover the FormField TextInputDefault property, easily set default text or calculations for your forms, enhancing user experience and data accuracy.... When you set a new expression using this property...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  8. 在VSTO和Aspose.Cells中向工作簿中添加新工作表并激活工作表|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....Worksheet newWorksheet ; //Add 5 new worksheets to the workbook and...sheet. newWorksheet . Name = "New_Sheet" + i . ToString (); //Get...

    docs.aspose.com/cells/zh/net/adding-new-workshe...
  9. Out of memory on Image.Load - Free Support Foru...

    Hello, We have tried to process the DWG at (many_hatches.zip) with the Aspose.Cad library version 25.9 and the following code: var image = (CadImage)Image.Load(fileDownloadPath, New LoadOptions { CancellationToken = ca…...Load(fileDownloadPath, new LoadOptions { CancellationToken...Bounds); var svgRasterizationOpti = new CadRasterizationOpti { PageWidth...

    forum.aspose.com/t/out-of-memory-on-image-load/...
  10. ViewOptions class | Aspose.Words for Node.js

    Aspose.Words.Settings.ViewOptions class. Provides various options that control how a document is shown in Microsoft Word...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...