Sort Score
Result 10 results
Languages All
Labels All
Results 6,391 - 6,400 of 164,060 for

new

(0.1 sec)
  1. Hyphenation Class | Aspose.Words for .NET

    Discover Aspose.Words.Hyphenation class for efficient hyphenation management. Enhance your documents with precise language-specific hyphenation rules....WarningInfoCollectio warningInfoCollectio = new WarningInfoCollectio (); Hyphenation...stream. Stream dictionaryStream = new FileStream ( MyDir + "hyph_en_US...

    reference.aspose.com/words/net/aspose.words/hyp...
  2. StyleCollection indexer | Aspose.Words for Python

    StyleCollection indexer. Gets a style by index....# Set default parameters for new styles that we may later add...default_font . name = 'Courier New' # If we add a style of the "StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. SaveOptions.UseHighQualityRendering | Aspose.Wo...

    Optimize your SaveOptions with the UseHighQualityRendering property for superior output. Control rendering speed and quality for perfect results.... Document doc = new Document ( MyDir + "Rendering...); DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Displaying Email Information on Screen in PHP|D...

    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....$message_format = new MessageFormat (); $mailMessage = new MailMessage...sites: GitHub CodePlex Create New Email in PHP Extracting Email...

    docs.aspose.com/email/java/displaying-email-inf...
  5. Copy Bookmarked Text in PHP|Aspose.Words for Java

    Copy Bookmarked Text using PHP.... $ srcDoc = new Java ( "com.aspose.words.Document"...to this document. $ dstDoc = new Java ( "com.aspose.words.Document"...

    docs.aspose.com/words/java/copy-bookmarked-text...
  6. HtmlSaveOptions.ExportRelativeFontSize | Aspose...

    Discover the HtmlSaveOptions ExportRelativeFontSize property to customize font sizes in HTML, MHTML, or EPUB formats. Enhance readability with ease!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...points. HtmlSaveOptions options = new HtmlSaveOptions { ExportRelativeFontSi...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Working with Attachments and Embedded Objects|D...

    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....message = new MailMessage (); message . setFrom ( new MailAddress...attachment Attachment attachment = new Attachment ( "1.txt" ); // Add...

    docs.aspose.com/email/java/working-with-attachm...
  8. Გადაიყვანეთ Გამოსახულება DOCX Java

    გადაიყვანეთ Გამოსახულება DOCX Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც DOCX Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.png"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/im...
  9. Გადაიყვანეთ Გამოსახულება WORD Java

    გადაიყვანეთ Გამოსახულება WORD Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც WORD Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.png"); doc.save("Output...

    products.aspose.com/words/ka/java/conversion/im...
  10. ControlChar.NON_BREAKING_HYPHEN_CHAR property |...

    ControlChar.NON_BREAKING_HYPHEN_CHAR property. Non-breaking Hyphen in Microsoft Word is (char)30....' ) # 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...