Sort Score
Result 10 results
Languages All
Labels All
Results 4,811 - 4,820 of 141,412 for

font

(0.08 sec)
  1. 在 Java 中嵌入演示文稿的字体|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 演示文稿中嵌入 TrueType 字体,确保在所有平台上准确呈现。...need to work with embedded fonts in PowerPoint presentations...to get and remove embedded fonts from a presentation: // 实例化一个表示演示文稿文件的...

    docs.aspose.com/slides/zh/java/embedded-font/
  2. ConditionalStyle class | Aspose.Words for Python

    aspose.words.ConditionalStyle class. Represents special formatting applied to some area of a table with assigned table style... font Gets the character formatting...conditional_styles . last_column . font . bold = True # List all possible...

    reference.aspose.com/words/python-net/aspose.wo...
  3. HtmlSaveOptions class | Aspose.Words for Python

    aspose.words.saving.HtmlSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.HTML](../../aspose.words/saveformat/#HTML), [SaveFormat.MHTML](../../aspose.words/saveformat/#MHTML), [SaveFormat.EPUB](../../aspose.words/saveformat/#EPUB), [SaveFormat.AZW3](../../aspose.words/saveformat/#AZW3) or [SaveFormat.MOBI](../../aspose.words/saveformat/#MOBI) format...allow_embedding_post_script_fonts Gets or sets a boolean value...whether to allow embedding fonts with PostScript outlines when...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert Paragraph into Bullet Points in Word us...

    Convert paragraph into bullet points in Word using Java. You will get enviroment settings and an example code to convert text to bullet points in Word using Java....Font Product Family Aspose.TeX Product...object, and set bullet text font Set the text bullet type to...

    kb.aspose.com/words/java/convert-paragraph-into...
  5. Working with Images in PDF|Aspose.PDF for Java

    This section describes the features of working with images in a PDF file using Java library.... Set Default Font Name - use DefaultFontName property...property for setting Default Font Name. Generate Thumbnail Images...

    docs.aspose.com/pdf/java/working-with-images/
  6. SpecialChar class | Aspose.Words for Python

    aspose.words.SpecialChar class. Base class for special characters in the document...(Inherited from Node ) font Provides access to the font formatting of...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 从形状获取连接点(C++)|Documentation

    学习如何使用Aspose.Cells for C++检索形状的连接点。...xlsx" ); Vector < Font > fonts = workbook . GetFonts ();...i < fonts . GetLength (); ++ i ) { std :: cout << fonts [ i ]...

    docs.aspose.com/cells/zh/cpp/get-connection-poi...
  8. StructuredDocumentTag.set_unchecked_symbol meth...

    StructuredDocumentTag.set_unchecked_symbol method. Sets the symbol used to represent the unchecked state of a check box content control....set_unchecked_symbol(character_code, font_name) Sets the symbol used to...self , character_code : int , font_name : str ): ... Parameter...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Parsing PDF documents|Aspose.PDF for Java

    Do you want to extract data from PDF documents? Discover various PDF data extraction methods with Aspose.PDF for Java.... Extract Fonts from PDF . Font Extraction is a specific...specific operation with fonts in PDFs. Extract Data from Table in...

    docs.aspose.com/pdf/java/parsing/
  10. Insert Hyperlinks in Worksheet|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/java/insert-hyperlinks-in...