Sort Score
Result 10 results
Languages All
Labels All
Results 6,141 - 6,150 of 16,711 for

true type

(0.11 sec)
  1. 将 Markdown 翻译为 DOM|Python via .NET 格式的 Aspose.W...

    使用 Python 将 Markdown 文档转换为 Document Object Model 并返回。因此,您可以使用复杂的现有 Markdown 并以编程方式从头开始创建 Markdown 文档。...bold = True # Use a document builder to...Bold. builder . font . bold = True builder . writeln ( "This text...

    docs.aspose.com/words/zh/python-net/translate-m...
  2. CompatibilityOptions class | Aspose.Words for P...

    aspose.words.settings.CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word)... disable_open_type_font_formatting_features Specifies...Calculation. ui_compat_97_to_2003 True to disable UI functionality...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Fill Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the fill settings of cells, allowing users to customize the background and style of cells. This article will introduce how to use the Aspose.Cells library to set cell fill settings....contains a set of pre-defined types of background patterns which...GetPattern() property specifies the type of background pattern used for...

    docs.aspose.com/cells/cpp/cells-fill-settings/
  4. FieldSubject.text property | Aspose.Words for P...

    FieldSubject.text property. Gets or sets the text of the subject.... insert_field ( field_type = aw . fields . FieldType ....FIELD_SUBJECT , update_field = True ) . as_field_subject () field...

    reference.aspose.com/words/python-net/aspose.wo...
  5. StructuredDocumentTag.style_name property | Asp...

    StructuredDocumentTag.style_name property. Gets or sets the name of the style applied to the structured document tag.... node_type ) tags = doc . get_child_nodes.... STRUCTURED_DOCUMENT_TAG , True ) for node in tags : sdt = node...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Create Links in PDF file with Python|Aspose.PDF...

    This section explains how to create links in your PDF document with Python....annotation can trigger several types of actions that define what...Rectangle ( 10 , 580 , 120 , 600 , True )) # Configure the link's border...

    docs.aspose.com/pdf/python-net/create-links/
  7. ChartAxisTitle.format property | Aspose.Words f...

    ChartAxisTitle.format property. Provides access to fill and line formatting of the axis title.... insert_chart ( chart_type = aw . drawing . charts . ChartType...chart . axis_x . title . show = True chart . axis_x . title . format...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ShapeBase.font property | Aspose.Words for Python

    ShapeBase.font property. Provides access to the font formatting of this object.... insert_shape ( shape_type = aw . drawing . ShapeType ...the shape's "Font" object to "true" to hide the text box from sight...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TextureAlignment enumeration | Aspose.Words for...

    aspose.words.drawing.TextureAlignment enumeration. Specifies the alignment for the tiling of the texture fill.... insert_shape ( shape_type = aw . drawing . ShapeType ...aw . NodeType . SHAPE , 0 , True ) . as_shape () self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Issue with Content Controls Not Appearing in HT...

    Hi team, I’m currently converting a Word document to HTML. The document contains content controls, but I’ve noticed that some of them are not appearing in the HTML output. Could you please help me understand why this i…...Check Content Control Types : Verify the types of content controls...used in your document. Some types may not be supported for HTML...

    forum.aspose.com/t/issue-with-content-controls-...