Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 139,624 for

font

(0.68 sec)
  1. Გააკეთეთ WORD C++ Ის Გამოყენებით

    შექმენით ახალი WORD C++ ში რამდენიმე ნაბიჯით. მარტივად შექმენით WORD 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/word/
  2. Გააკეთეთ HTML C++ Ის Გამოყენებით

    შექმენით ახალი HTML C++ ში რამდენიმე ნაბიჯით. მარტივად შექმენით HTML 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/html/
  3. Text annotation does not handle right to left t...

    Hello, When adding a text annotation with hebrew text on a PDF, on the output document the text is reversed, left to right instead of right to left. You can see in the picture bellow, displayed in Adobe Reader, the tex…...the TextAnnotation (including font selection). Whether you are...עולם"; // Hebrew text annot.Font = FontRepository.FindFont("Arial...

    forum.aspose.com/t/text-annotation-does-not-han...
  4. 功能列表| Java 版 Aspose.Font

    Java字体API支持不同的字体格式和文件操作,例如加载,读取,检测,提取和渲染字体字形和字体数据。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/java/feature-list/
  5. 在演示文稿中使用 Python 复制段落和文本片段|Aspose.Slides for Pyt...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿之间复制段落和文本片段,从而提升你的工作流程。... font_alignment = paraData . font_alignment temp...paragraph_format . bullet . font = paraData . bullet . font temp . paragraph_format...

    docs.aspose.com/slides/zh/python-net/copying-pa...
  6. how to run Aspose.Cells.GridWeb in docker|Docum...

    This article introduces how to run GridWeb in Docker to build an online Excel editor or viewer application....you need to install fonts in /usr/share/fonts/ # Then the application...application can parse and render the fonts used in the spreadsheet file...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  7. 使用文本注释进行PDF处理|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您从PDF文档中添加、获取和删除文本注释。...style=\"color:#FF0000;font-weight:normal;font-style:normal;font-stretch:normal\"><p...dir=\"ltr\"><span style=\"font-size:9.0pt;font-family:Helvetica\">This...

    docs.aspose.com/pdf/zh/net/text-annotation/
  8. While using concate in Aspose.Pdf.Facades forma...

    0000800070_Service_Create_V15 (2) (1).pdf (2.1 MB) here is a file. when we concate this file with another text its formating is tting changed. File after concatination.pdf (1.7 MB)...loses its original formatting (fonts, layout, etc.). Below are the...addressed in several releases (e.g., font‑embedding handling, resource...

    forum.aspose.com/t/while-using-concate-in-aspos...
  9. Make Markdown Using C++

    Make a new Markdown in C++ in a few steps. Easily create Markdown using C++ library....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/md/
  10. Make PDF Using C++

    Make a new PDF in C++ in a few steps. Easily create PDF using C++ library....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/pdf/