Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 197,059 for

new

(0.1 sec)
  1. CommentRangeEnd | Aspose.Words for .NET

    Discover the CommentRangeEnd constructor, effortlessly create New instances of this class for seamless code integration and enhanced functionality....CommentRangeEnd constructor Initializes a new instance of this class. public...Document doc = new Document (); Comment newComment = new Comment (...

    reference.aspose.com/words/net/aspose.words/com...
  2. Search Messages and Folders in a PST by Some Cr...

    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....PST file $personalStorage = new PersonalStorage (); $pst = $personalStorage...getSubFolder ( "myInbox" ); $builder = new PersonalStorageQuery (); \ #...

    docs.aspose.com/email/java/search-messages-and-...
  3. 使用 C# 在 PDF 中创建或添加表格|Aspose.PDF for .NET

    Aspose.PDF for .NET 是一个用于创建、读取和编辑 PDF 表格的库。请查看本主题中的其他高级功能。... Table table = new Aspose . Pdf . Table (); 在现有...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/zh/net/add-table-in-existin...
  4. Border | Aspose.Words for Java

    Represents a border of an object in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  5. Edit PDF in Java | products.aspose.com

    Edit PDF in Java. Use Java library API to edit PDF document...edit an PDF doc by adding a new line of text to it. Edit PDF...Slides for Java , you can add a new line of text to an PDF document...

    products.aspose.com/slides/java/editor/pdf/
  6. Font.SizeBi | Aspose.Words for .NET

    Adjust the font size in points for right-to-left documents effortlessly. Enhance readability and design with our easy-to-use Font SizeBi property!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . Name = "Courier New" ; builder . Font . Size = 16...

    reference.aspose.com/words/net/aspose.words/fon...
  7. Font.localeIdBi property | Aspose.Words for Nod...

    Font.localeIdBi property. Gets or sets the locale identifier (language) of the formatted right-to-left characters....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . font . name = "Courier New" ; builder . font . size = 16...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.ChartFormat class for advanced chart element styling. Enhance your documents with professional, customizable chart designs....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  9. 将线对象添加到PDF文件|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java在PDF中创建线对象。...Document 实例 Document pdfDocument = new Document (); // 将页面添加到 PDF 文件的页面集合中...// 创建 Graph 实例 Graph graph = new Graph ( 100 , 400 ); // 将图形对象添加到页面实例的段落集合中...

    docs.aspose.com/pdf/zh/java/add-line/
  10. Exporting Math Equations|Aspose.Slides Document...

    Export PowerPoint math equations in C# or .NET...using ( Presentation pres = new Presentation ()) { var autoShape...MathParagraph ; mathParagraph . Add ( new MathematicalText ( "a" ). SetSuperscript...

    docs.aspose.com/slides/net/exporting-math-equat...