Sort Score
Result 10 results
Languages All
Labels All
Results 5,321 - 5,330 of 16,958 for

true type

(0.1 sec)
  1. DocSaveOptions class | Aspose.Words for Python

    aspose.words.saving.DocSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.DOC](../../aspose.words/saveformat/#DOC) or [SaveFormat.DOT](../../aspose.words/saveformat/#DOT) format... Default value is True , all metafiles are compressed...) export_generator_name When True , causes the name and version...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldIndex.has_sequence_name property | Aspose....

    FieldIndex.has_sequence_name property. Gets a value indicating whether a sequence should be used while the field's result building.... insert_field ( field_type = aw . fields . FieldType ....FIELD_INDEX , update_field = True ) . as_field_index () # In the...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification....provided the support for Open Type Fonts. public static void UseOTFFont...(). getFont (). setEmbedded ( true ); // Add TextFragment to paragraphs...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/
  4. Table.clear_borders method | Aspose.Words for P...

    Table.clear_borders method. Removes all table and cell borders on this table.... green , True ) table . set_border ( aw ....pydrawing . Color . green , True ) table . set_border ( aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. Alignment Settings|Documentation

    In the Aspose.Cells for Python via .NET library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for Python via .NET for cell alignment settings.... Select any text alignment type using the TextAlignmentType...pre‑defined text alignment types in the TextAlignmentType enumeration...

    docs.aspose.com/cells/python-net/cells-alignmen...
  6. Using DocumentBuilder to Modify a Document Easi...

    Use the document builder to modify a document easily in C++....controlling the spaces between both types of text, you can configure your...the spaces between these two types of text. You can use AddSpaceBetweenFarEa...

    docs.aspose.com/words/cpp/using-documentbuilder...
  7. Preserving native DXF entities (ARC, CIRCLE, LI...

    Hello, We have a workflow that involves converting DXF files through SVG and back to DXF, and we’re losing native entity Types in the process. I’d appreciate guidance on the best approach. Our pipeline: Multiple indi…...we’re losing native entity types in the process. I’d appreciate...preserve the original geometry types. What we currently use: • Aspose...

    forum.aspose.com/t/preserving-native-dxf-entiti...
  8. ChartAxis.title property | Aspose.Words for Python

    ChartAxis.title property. Provides access to the axis title properties.... insert_chart ( chart_type = aw . drawing . charts . ChartType...chart_axis_x_title . show = True chart_axis_y_title = chart ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 在 Android 上的演示文稿中管理图表工作簿|Aspose.Slides 文档

    通过 Java 在 Android 上探索 Aspose.Slides:轻松管理 PowerPoint 和 OpenDocument 格式的图表工作簿,以简化演示文稿数据。...Bubble , 50 , 50 , 600 , 400 , true ); IChartSeriesCollecti series... (). setShowLabelValueFro ( true ); IChartDataWorkbook wb = chart...

    docs.aspose.com/slides/zh/androidjava/chart-wor...
  10. Add Text to PDF using C#|Aspose.PDF for .NET

    Learn how to add text to a PDF document in .NET using Aspose.PDF for content enhancement and document editing....provided the support for Open Type Fonts. // For complete examples...TextState . Font . IsEmbedded = true ; // Add TextFragment to paragraphs...

    docs.aspose.com/pdf/net/add-text-to-pdf-file/