Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 216,921 for

new

(0.32 sec)
  1. 使用 C# 添加图形注释|Aspose.PDF for .NET

    本文描述了如何从 PDF 文档中添加、获取和删除图形注释 Aspose.PDF for .NET...document using ( var document = new Aspose . Pdf . Document ( dataDir...Annotation var lineAnnotation = new Aspose . Pdf . Annotations ....

    docs.aspose.com/pdf/zh/net/figures-annotation/
  2. Manage Presentation Hyperlinks in Java|Aspose.S...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Java—enhance interactivity and workflow in minutes....Presentation presentation = new Presentation (); try { IAutoShape...portionFormat . setHyperlinkClick ( new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/java/manage-hyperlinks/
  3. When inserting a picture and nearby cell's font...

    HI, An image is being inserted. When lines 31-33 are commented out the scale height of the picture is around 100% which is expected. However when these lines are uncommented, the text in cell 1, 1 is set to 24pts. The …...// Create a new workbook Workbook workbook = new Workbook();...(imageStream == null) { throw new RuntimeException("Image not found...

    forum.aspose.com/t/when-inserting-a-picture-and...
  4. ControlChar.ColumnBreakChar | Aspose.Words for ...

    Discover the ControlChar ColumnBreakChar field—optimize your data with the powerful end-of-column character, char14, for seamless formatting!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...break." ); // Add a new line and starts a new paragraph. Assert...

    reference.aspose.com/words/net/aspose.words/con...
  5. ControlChar.DefaultTextInputChar | Aspose.Words...

    Discover the ControlChar DefaultTextInputChar field, featuring the 'o' character as the ideal default for your text input forms. Enhance user experience!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...break." ); // Add a new line and starts a new paragraph. Assert...

    reference.aspose.com/words/net/aspose.words/con...
  6. ControlChar.Lf | Aspose.Words for .NET

    Discover ControlChar Lf, the essential line feed character (x000a) for seamless text formatting. Enhance your coding efficiency today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...break." ); // Add a new line and starts a new paragraph. Assert...

    reference.aspose.com/words/net/aspose.words/con...
  7. 使用JavaScript通过C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++动态生成文件并直接发送到客户端浏览器。...); // Create a new workbook (equivalent to new AsposeCells.Workbook()...JavaScript) const workbook = new Workbook (); // Simulate the...

    docs.aspose.com/cells/zh/javascript-cpp/saving-...
  8. IFieldResultFormatter.formatNumeric method | As...

    IFieldResultFormatter.formatNumeric method. Called when Aspose.Words applies a numeric format switch, i.e...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let formatter = new FieldResultFormatter ( "${0}"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FieldOptions.ResultFormatter | Aspose.Words for...

    Discover how the ResultFormatter property in FieldOptions enhances your data presentation by customizing field result formats for clarity and impact....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldResultFormatter formatter = new FieldResultFormatter ( "${0}"...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Process and Convert XML Using C# | Aspose.PDF

    Transform XML programmatically with C# sample code using Aspose.PDF for .NET...( xsltFile ); var options = new Aspose . Pdf . HtmlLoadOptions...Width = 420 ; var pdfDocument = new Aspose . Pdf . Document ( TransformXmltoHtml...

    products.aspose.com/pdf/net/transform-xml/