Sort Score
Result 10 results
Languages All
Labels All
Results 5,681 - 5,690 of 196,973 for

new

(0.17 sec)
  1. Need to get the per line author changes in the ...

    I’m working with Word documents that have been edited by multiple authors. Some of the changes were made with Track Changes enabled, and others were made without it. I want to compare two versions of the document using A…...DocumentId); throw new ModelValidationExcep(ErrorConstants...Aspose.Words.Document doc = new Aspose.Words.Document(documentStream);...

    forum.aspose.com/t/need-to-get-the-per-line-aut...
  2. Send Emails & Forward Messages using SMTP Clien...

    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....MailMessage instance MailMessage msg = new MailMessage (); // Create an...SmtpClient class SmtpClient client = new SmtpClient (); // Specify your...

    docs.aspose.com/email/net/sending-and-forwardin...
  3. ControlChar.CR_LF property | Aspose.Words for P...

    ControlChar.CR_LF property. Carriage return followed by line feed character: \x000d\x000a or \r\n...' ) # Add a new line and starts a new paragraph. self ....paragraph break, which will start a new paragraph. builder . write (...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ControlChar.NON_BREAKING_SPACE_CHAR property | ...

    ControlChar.NON_BREAKING_SPACE_CHAR property. Non-breaking space character: (char)160....' ) # Add a new line and starts a new paragraph. self ....paragraph break, which will start a new paragraph. builder . write (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. How I should get the tables in the pdf the corr...

    In the PDF, I get the location of the tables drawn on the picture is not right, how I should get the tables in the pdf the correct location. Thank you very much. public static void Extract_Table() { //…...PdfUnitConvertor unitconverter = new PdfUnitConvertor(); Aspose.Pdf...Pdf.Document pdfDocument = new Aspose.Pdf.Document(filePath);...

    forum.aspose.com/t/how-i-should-get-the-tables-...
  6. Font.bold property | Aspose.Words for Node.js

    Font.bold property. True if the font is formatted as bold....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."#0000FF" ; font . name = "Courier New" ; font . underline = aw . Underline...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Add Figures Annotations using C++|Aspose.PDF fo...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for C++...Annotations: Load the PDF file - new Document . Create a Circle Annotation...Annotation and set Circle parameters (new Rectangle, title, color, InteriorColor...

    docs.aspose.com/pdf/cpp/figures-annotation/
  8. FieldToc | Aspose.Words for Java

    Implements the TOC field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...TOC.docx"); } /// /// Start a new page and insert a paragraph of...

    reference.aspose.com/words/java/com.aspose.word...
  9. 在 PDF 中处理标题|Aspose.PDF for Java

    使用 Java 在 PDF 文档中创建标题编号。Aspose.PDF for Java 提供不同种类的编号样式。...ApplyNumberingStylei () { Document pdfDoc = new Document (); pdfDoc . getPageInfo...getPageInfo (). setMargin ( new MarginInfo ()); pdfDoc . getPageInfo...

    docs.aspose.com/pdf/zh/java/working-with-headings/
  10. Add an image in PS files | .NET

    .NET API Solution to work with PS, XPS and EPS files. Learn how to add images to a PS file with the attached C# code snippet...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    products.aspose.com/page/net/add-image-to-ps/