Sort Score
Result 10 results
Languages All
Labels All
Results 4,601 - 4,610 of 127,487 for

font

(0.33 sec)
  1. Example of Hello World using Python|Aspose.PDF ...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF for Python via .NET.... Font = apdf . apdf . text . FontRepository . find_font ( "TimesNewRoman"...

    docs.aspose.com/pdf/python-net/hello-world-exam...
  2. Create a Hello World PDF Document through XML a...

    Aspose.PDF for Java provides the opportunity to convert an XML file into PDF document requiring that the input XML file must follow the Aspose.PDF XSD Java Schema....<PageInfo> <DefaultTextState Font = "Helvetica" FontSize= "8"...

    docs.aspose.com/pdf/java/create-a-hello-world-p...
  3. Გააკეთეთ DOC C++ Ის Გამოყენებით

    შექმენით ახალი DOC C++ ში რამდენიმე ნაბიჯით. მარტივად შექმენით DOC C++ ბიბლიოთეკის გამოყენებით....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/ka/cpp/make/doc/
  4. Text Formatting inside PDF using C#|Aspose.PDF ...

    Learn how to format text within a PDF document in .NET using Aspose.PDF to enhance the document's visual presentation.... Font = Aspose . Pdf . Text . FontRepository...Set the font for TextFragment fragment . TextState . Font = Aspose...

    docs.aspose.com/pdf/net/text-formatting-inside-...
  5. 在工作表中插入超链接|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....createCellStyle (); Font hlink_font = wb . createFont (); hlink_font . setUnderline...setUnderline ( Font . U_SINGLE ); hlink_font . setColor ( IndexedColors...

    docs.aspose.com/cells/zh/java/insert-hyperlinks...
  6. 产品概述| Aspose.Font 适用于C++

    C ++ API用于开发人员操纵和字体文件。在这里,您可以找到C ++概述的aspose.Font API解决方案。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/cpp/product-overview/
  7. FixedPageSaveOptions.NumeralFormat | Aspose.Wor...

    Discover the FixedPageSaveOptions NumeralFormat property to customize numeral rendering. Easily switch to European numerals for enhanced document presentation.... Font . LocaleId = new CultureInfo...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Words cannot set RevisionTextEffect to DoubleSt...

    Aspose Words does not allow setting the Markup Insertions to Double striketrough, eventhtough MS Word allows this: “DoubleStrikeThrough value can only be set for DeletedTextEffect, RevisedPropertiesEffect or MovedFro…...set the font property if (node is Run run) { run.Font.DoubleStrikeThrough...GetChildNodes(NodeType.Run, true)) { childRun.Font.DoubleStrikeThrough = true;...

    forum.aspose.com/t/words-cannot-set-revisiontex...
  9. Setting Shadow of Text Effects of Shape or Text...

    Learn how to set the shadow of text effects for any shape or TextBox using Aspose.Cells for Node.js via C++....OffsetBottom ); } // Set the font color and size of the textbox...

    docs.aspose.com/cells/nodejs-cpp/setting-shadow...
  10. Add, Get or Remove Watermark in PDF using C# | ...

    Add, get or remove watermark from PDF file programmatically with C# sample code using Aspose.PDF for .NET... Blue , Font = Aspose . Pdf . Text . FontRepository...

    products.aspose.com/pdf/net/watermark/