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

font

(0.13 sec)
  1. About Aspose.Font for JavaScript | JavaScript

    Easy-to-use JavaScript library for Font manipulation from Aspose.Font. Learn how to get information about it....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/javascript-cpp/about/
  2. Გააკეთეთ 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/
  3. Გააკეთეთ 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/
  4. 使用文本注释进行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/
  5. 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...
  6. 功能列表| 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/
  7. ChartDataLabel | Aspose.Words for Java

    Represents data label on a chart point or trendline in Java....getFont() Provides access to the font formatting of this data label...getFont() public Font getFont() Provides access to the font formatting...

    reference.aspose.com/words/java/com.aspose.word...
  8. 在演示文稿中使用 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...
  9. 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/...
  10. 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/