Sort Score
Result 10 results
Languages All
Labels All
Results 5,361 - 5,370 of 139,434 for

font

(0.44 sec)
  1. 使用 Python 在 PDF 中添加文本、图像或页面图章 | Aspose.PDF

    使用 Aspose.PDF for Python via .NET,使用 Python 示例代码,以编程方式向 PDF 添加图章:文本、图像或页面。... font = apdf . text . FontRepository . find_font ( "Arial"...text_state . font_size = 14 textStamp . text_state . font_style =...

    products.aspose.com/pdf/zh-hant/python-net/stamps/
  2. 在 .NET 中管理演示主题|Aspose.Slides 文档

    在 Aspose.Slides for .NET 中掌握演示主题,以创建、定制并转换具有一致品牌形象的 PowerPoint 文件。...正文字体拉丁文(Minor Latin Font) +mj-lt - 标题拉丁字体(Major Latin Font) +mn-ea - 正文东亚字体(Minor...East Asian Font) +mj-ea - 标题东亚字体(Minor East Asian Font) 以下 C# 代码演示如何将拉丁字体分配给主题元素:...

    docs.aspose.com/slides/zh/net/presentation-theme/
  3. Aspose::Words::Drawing::Charts::ChartDataLabelC...

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::get_Position method. Gets or sets the position of the data labels in C++....// Show data labels and set font color. series -> set_HasDataLabels...( true ); dataLabels -> get_Font () -> set_Color ( System ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. 使用 Python 创建 PDF | Aspose.PDF

    本主題介紹如何使用適用於 Python API 的 Aspose.PDF在 Python 應用程式中輕鬆生成和讀取 PDF 檔。... font_size = 12 textFragment . text_state . font = apdf...text . FontRepository . find_font ( "TimesNewRoman" ) textFragment...

    products.aspose.com/pdf/zh-hant/python-net/create/
  5. 使用 Python 在 PDF 中添加、获取或删除水印 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式在 PDF 文件中添加、获取或删除水印... font_size = 72 ts . foreground_color...blue ts . font = apdf . text . FontRepository . find_font ( "Courier"...

    products.aspose.com/pdf/zh-hant/python-net/wate...
  6. Ինչպես ավելացնել ջրանիշը Tiff-ում՝ օգտագործելով C#

    Այս քայլ առ քայլ ձեռնարկը այն մասին է, թե ինչպես ավելացնել ջրանիշը Tiff-ում՝ օգտագործելով C#: Այս կոդը C#-ում ավելացնում է Tiff ջրանիշ՝ պատկերի մտավոր սեփականության իրավունքների պաշտպանության համար:...Font Product Family Aspose.TeX Product...ավելացնելու համար Տեղադրեք Graphics , Font , SolidBrush և StringFormat...

    kb.aspose.com/hy/imaging/net/how-to-add-waterma...
  7. Urobiť HTML Pomocou C++

    Vytvorte nový HTML v C++ v niekoľkých krokoch. Jednoducho vytvorte HTML pomocou knižnice C++....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/sk/cpp/make/html/
  8. Urobiť WORD Pomocou C++

    Vytvorte nový WORD v C++ v niekoľkých krokoch. Jednoducho vytvorte WORD pomocou knižnice C++....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/sk/cpp/make/word/
  9. Convert DOCX to PPTX in Python or with free Onl...

    DOCX to PPTX conversion in your Python applications without using Microsoft Word or PowerPoint or online. Test free DOCX to PPTX online converter quickly before integrating the code....the document, such as font size, font color, and page layout...presentation, such as font size, font color, and slide layout...

    products.aspose.com/total/python-net/conversion...
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the Font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...KB in local windows dev, the font is not missing; this is my code...proper document layout the fonts used in the original document...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...