Sort Score
Result 10 results
Languages All
Labels All
Results 7,371 - 7,380 of 227,501 for

new

(2.42 sec)
  1. Working with Outlook Contacts|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....save it to disc: Instantiate a new object of the MapiContact class...distribution list var options = new MapiDistributionList ( ContactSaveFormat...

    docs.aspose.com/email/net/working-with-outlook-...
  2. The image Aspose.Cell captures does not look li...

    Hey Aspose Team, I’ve been noticing a weird behavior in my code when I capture the picture of range. The image aspose captures look nothing like the excel chart when I open the excel chart and view it. public virtual S…...endCol - 1); } else { throw new Exception($"Linked coordinate...workbook using (Workbook sourceWB = new Workbook(fileName)) { sourceWB...

    forum.aspose.com/t/the-image-aspose-cell-captur...
  3. Shape.SignatureLine | Aspose.Words for .NET

    Discover how to access the SignatureLine object for your shapes. Easily identify signature lines and enhance your document's professionalism!...get ; } Remarks You can insert new SignatureLine into the document...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Copy Outer Field|Aspose.PDF for Java

    Learn how to copy a form field from one PDF document into another in Java using the FormEditor facade in Aspose.PDF....{ try ( Document document = new Document ()) { document . getPages...toString ()); } FormEditor editor = new FormEditor (); try { editor ...

    docs.aspose.com/pdf/java/copy-outer-field/
  5. Border.lineStyle property | Aspose.Words for No...

    Border.lineStyle property. Gets or sets the border style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ParagraphFormat.borders property | Aspose.Words...

    ParagraphFormat.borders property. Gets collection of borders of the paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. HelloWorld Example in PHP|Aspose.Words for .NET

    Building documents from scratch using Aspose.Words for .NET in PHP via COM in C#....$doc = new \COM ( "Aspose.Words.Document" ); $builder = new \COM...

    docs.aspose.com/words/net/helloworld-example-in...
  8. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file. With our Java library, you can get bookmarks from the PDF file, get a bookmarks page number, update bookmarks in a PDF Document, and expand bookmarks when viewing a document....document Document pdfDocument = new Document ( GetDataDir () + "UpdateBookmarks...PdfBookmarkEditor bookmarkEditor = new PdfBookmarkEditor (); // Open...

    docs.aspose.com/pdf/java/get-update-and-expand-...
  9. Node Class | Aspose.Words for .NET

    Discover the Aspose.Words.Node class, the essential foundation for all Word document nodes, enabling seamless document manipulation and customization.... Document doc = new Document (); Paragraph para =...FirstParagraph ; para . AppendChild ( new Run ( doc , "Hello world!" ));...

    reference.aspose.com/words/net/aspose.words/node/
  10. Different UnitType is not used in CadRasterizat...

    I’m struggeling with the fact that I want to set the PageWidth and PageHeight properties in a New instance of the CadRasterizationOptions class that I’ll pass into the PdfOptions. I set the UnitType to UnitType.Millimet…...and PageHeight properties in a new instance of the CadRasterizationOpti...rasterizationOptions = new CadRasterizationOpti() { Layouts = new string[]...

    forum.aspose.com/t/different-unittype-is-not-us...