Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 213,277 for

new

(0.5 sec)
  1. 在 PS 文件中使用渐变 | Java

    在 PS 文件中添加渐变是 Aspose.Page API 解决方案支持的功能。了解如何在 Java 中使用该功能...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/ps/working-with-gr...
  2. 超链接|Aspose.Slides 文档

    在 C# 中使用 Aspose.Slides 添加、编辑和删除超链接:链接文字、形状、幻灯片、URL 和电子邮件;为 PPT、PPTX 和 ODP 设置目标和操作。...Add_Hyperlink () { using var pres = new Presentation (); var slide =...PortionFormat . HyperlinkClick = new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/zh/net/examples/elements...
  3. TxtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.TEXT format in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...TxtSaveOptions txtSaveOptions = new TxtSaveOptions(); Assert.ass...

    reference.aspose.com/words/java/com.aspose.word...
  4. Story.FirstParagraph | Aspose.Words for .NET

    Discover the Story FirstParagraph property to easily extract the first paragraph of any story, enhancing your content and user engagement....Document doc = new Document (); Run run = new Run ( doc , "Hello...Font ; font . Name = "Courier New" ; font . Size = 36 ; font ....

    reference.aspose.com/words/net/aspose.words/sto...
  5. MailMerge.GetFieldNames | Aspose.Words for .NET

    Discover the MailMerge GetFieldNames method to effortlessly access and utilize all mail merge field names in your document for streamlined document automation.... A new string array is created on every...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mai...
  6. Public API Changes in Aspose.Diagram 5.8.0|Docu...

    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.... It includes not only new and updated public methods, but...added in the HTMLSaveOptions The new SaveToolBar option has been added...

    docs.aspose.com/diagram/net/public-api-changes-...
  7. Support a simple conversion without load+save c...

    Hi, our use case for Aspose.Cells is to simply convert an input file to a different format without any modification, like following: public void convert(@NotNull File input, @NotNull File output, int saveFormat) throws …...{ LoadOptions loadOptions = new LoadOptions(); loadOptions.s...InputStream is = new BufferedInputStream(new FileInputStream(input));...

    forum.aspose.com/t/support-a-simple-conversion-...
  8. Add, Retrieve, Copy and Read Visio Shape Data|D...

    This section explains how to add a shape, set shape's property or copy a shape with Aspose.Diagram....Data Contents [ Hide ] Adding a New Shape in Visio Aspose.Diagram...the things you can do is add new shapes to a diagrams. Aspose...

    docs.aspose.com/diagram/net/add-retrieve-copy-a...
  9. ComparisonEvaluationResult | Aspose.Words for Java

    The comparison evaluation result in Java....expression\""; DocumentBuilder builder = new DocumentBuilder(); // Field codes...result = comparisonResult != -1 ? new ComparisonEvaluation(comparisonResult...

    reference.aspose.com/words/java/com.aspose.word...
  10. SaveOptions.updateLastSavedTimeProperty propert...

    SaveOptions.updateLastSavedTimeProperty property. Gets or sets a value determining whether the [BuiltInDocumentProperties.lastSavedTime](../../../aspose.words.properties/builtindocumentproperties/lastSavedTime/) property is updated before saving.... let doc = new aw . Document ( base . myDir... lastSavedTime ). toEqual ( new Date ( 2021 , 5 - 1 , 11 , 6...

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