Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 196,996 for

new

(0.1 sec)
  1. Aspose.3D Create mesh from linear extrusion | p...

    Learn how to create a mesh using linear extrusion on a 2D shape...demonstrates how to create a new 3D scene with a box mesh. //...//Create a new 3D scene var scene = new Scene(); var mesh = (new Box())...

    products.aspose.com/3d/tutorial/split-mesh-usin...
  2. Sending Meeting Request|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.... Application outlookApp = new Outlook . Application (); //...MailAddressCollectio attendees = new MailAddressCollectio (); attendees...

    docs.aspose.com/email/net/sending-meeting-request/
  3. Add a comment to a slide|Aspose.Slides Document...

    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....== null ) { // If not, add a new one. authorsPart = doc . PresentationPart... add a new one. authorsPart . CommentAuthorList = new CommentAuthorList...

    docs.aspose.com/slides/net/add-a-comment-to-a-s...
  4. ParagraphFormat | Aspose.Words for Java

    Represents all the formatting for a paragraph in Java.... Document doc = new Document(); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/java/com.aspose.word...
  5. Delete Ranges with Node.js via C++|Documentation

    Learn how to delete ranges in Excel and shift cells left or up using Aspose.Cells for Node.js via C++....external links const workbook = new AsposeCells . Workbook ( filePath...Instantiate a new Workbook. const newWorkbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/delete-ranges-...
  6. DocumentBuilder.Font | Aspose.Words for .NET

    Explore the DocumentBuilder Font property to access and customize your current font formatting effortlessly. Enhance your document's style today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Fill.Solid | Aspose.Words for .NET

    Discover the Fill Solid method for achieving a consistent color fill, enhancing your design's visual appeal and uniformity effortlessly.... Document doc = new Document ( MyDir + "Two color...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  8. DocumentBuilder.InsertSignatureLine | Aspose.Wo...

    Effortlessly add professional signature lines to your documents with the DocumentBuilder InsertSignatureLine method. Enhance your workflow today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SignatureLineOptions signatureLineOptions = new SignatureLineOptions { Signer...

    reference.aspose.com/words/net/aspose.words/doc...
  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. AxisTickLabelPosition | Aspose.Words for Java

    Specifies the possible positions for tick labels in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getSeries().add("Aspose Test Series", new Date[] { DocumentHelper.createDate(2017...

    reference.aspose.com/words/java/com.aspose.word...