Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 164,954 for

new

(0.05 sec)
  1. Save Documents in Apache POI and Aspose.Words|A...

    Save documents easily and fast instead of using Apache POI.... class ); Document doc = new Document (); // DocumentBuilder...builder = new DocumentBuilder ( doc ); // Write a new paragraph...

    docs.aspose.com/words/java/save-documents-in-ap...
  2. Working with Fonts in Apache POI and Aspose.Cel...

    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....//Setting the font name to "Courier New" Style style = cell . getStyle...(); font . setName ( "Courier New" ); font . setSize ( 24 ); font...

    docs.aspose.com/cells/java/working-with-fonts-i...
  3. Aspose.PSD for .NET 20.9 - Release Notes|Docume...

    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.... condition ) { throw new FormatException ( string . Format...} } if (! areEqual ) { throw new FormatException ( string . Format...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-9...
  4. Not able to add line spacing value in decimal b...

    m trying to set the line spacing of a TextFragment object using Aspose.pdf in C#, but I’m unable to set the value between 0.0 to 1.0 I also want to set the line spacing to a value less than 1, such as 0.82, but it seems…...otf"; var document = new Aspose.Pdf.Document(); var page...builder = new TextBuilder(page); TextParagraph paragraph = new TextParagraph();...

    forum.aspose.com/t/not-able-to-add-line-spacing...
  5. 将 PowerPoint 转换为 HTML|Aspose.Slides for PHP 文档

    将 PowerPoint 转换为 HTML: 将 PPTX 或 PPT 保存为 HTML。将幻灯片保存为 HTML...实例化一个表示演示文稿文件的 Presentation 对象 $pres = new Presentation ( "Convert_HTML..."Convert_HTML.pptx" ); try { $htmlOpt = new HtmlOptions (); $htmlOpt -> getNotesCommentsLayo...

    docs.aspose.com/slides/zh/php-java/convert-powe...
  6. 在 Javascript 中製作文檔

    使用 Node.js via .NET 庫創建文件。只需幾個步驟即可在 JavaScript 中輕鬆創建新文檔。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/make/
  7. 使用 Javascript 製作 HTML

    通過幾個步驟在 JavaScript 中創建一個新的 HTML。使用 Node.js via .NET 庫輕鬆創建 HTML。...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/zh-hant/nodejs-net/ma...
  8. Aspose::Words::Fonts::DefaultFontSubstitutionRu...

    Aspose::Words::Fonts::DefaultFontSubstitutionRule class. Default font substitution rule. To learn more, visit the documentation article in C++....all missing fonts with "Times New Roman". System :: SharedPtr <...get_Enabled ()); ASSERT_EQ ( u "Times New Roman" , defaultFontSubstitut...

    reference.aspose.com/words/cpp/aspose.words.fon...
  9. SignOptions | Aspose.Words for Java

    Allows to specify options for document signing in Java....our new digital signature. SignOptions signOptions = new SignOptions();...comment"); signOptions.setSignTime(new Date()); } // Take an unsigned...

    reference.aspose.com/words/java/com.aspose.word...
  10. Save Barcode Image to Streams in PHP|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....Instantiate barcode object $builder = new BarCodeBuilder (); \ # Set symbology...of the barcode $symbology = new Symbology (); $builder -> setSymbologyType...

    docs.aspose.com/barcode/java/save-barcode-image...