Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 212,112 for

new

(0.45 sec)
  1. TableSubstitutionRule.load_windows_settings met...

    TableSubstitutionRule.load_windows_settings method. Loads predefined table substitution settings for Windows platform....font_settings = font_settings # Create a new table substitution rule and load...for the "Times New Roman CE" font is "Times New Roman". self ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TableSubstitutionRule.load_linux_settings metho...

    TableSubstitutionRule.load_linux_settings method. Loads predefined table substitution settings for Linux platform....font_settings = font_settings # Create a new table substitution rule and load...for the "Times New Roman CE" font is "Times New Roman". self ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Working with Text | Aspose.Note Documentation

    A guide on how to work with text in Java....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/java/working-with-text/
  4. MailMerge.Execute | Aspose.Words for .NET

    Streamline your mailing process with the MailMerge Execute method, effortlessly merging data from custom sources for personalized communication....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Customer > customers = new List < Customer > { new Customer ( "Thomas...

    reference.aspose.com/words/net/aspose.words.mai...
  5. 向PDF文件添加椭圆对象|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java向PDF中创建椭圆对象。...创建文档实例 Document pdfDocument = new Document (); // 向PDF文件的页面集合添加页面...创建具有特定尺寸的Drawing对象 Graph graph = new Graph ( 400 , 400 ); // 设置Drawing对象的边框...

    docs.aspose.com/pdf/zh/java/add-ellipse/
  6. Add Ellipse Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for .NET....document using ( var document = new Aspose . Pdf . Document ()) {...certain dimensions var graph = new Aspose . Pdf . Drawing . Graph...

    docs.aspose.com/pdf/net/add-ellipse/
  7. Manage Presentation Comments in Java|Aspose.Sli...

    Master presentation comments with Aspose.Slides for Java: add, read, edit, and delete comments in PowerPoint files fast and easily....Presentation class Presentation pres = new Presentation (); try { // Adds...comments Point2D . Float point = new Point2D . Float ( 0 . 2f , 0...

    docs.aspose.com/slides/java/presentation-comments/
  8. Optimize Image Management in Presentations Usin...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for PHP via Java, optimizing performance and automating your workflow....an image to a slide: $pres = new Presentation (); try { $slide...the web to a slide : $pres = new Presentation (); try { $slide...

    docs.aspose.com/slides/php-java/image/
  9. 使用 PHP 向 PDF 添加水印 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式向 PDF 文件添加水印...$document = new Document ( $inputFile ); $formattedText = new facades_FormattedText..."Watermark" , ( new Color ()) -> getBlue () -> toRgb (), ( new facades_FontStyle...

    products.aspose.com/pdf/zh-hant/php-java/waterm...
  10. VbaProject.Name | Aspose.Words for .NET

    Discover how to easily manage your VBA project with the Name property. Learn to get and set project names for efficient coding!...Document doc = new Document (); // Create a new VBA project. VbaProject...VbaProject project = new VbaProject (); project . Name = "Aspose...

    reference.aspose.com/words/net/aspose.words.vba...