Sort Score
Result 10 results
Languages All
Labels All
Results 5,021 - 5,030 of 15,887 for

true type

(0.14 sec)
  1. Table Formatting in C#|Aspose.Words for .NET

    Table formatting in details using C#. Use C# to format every part of table....appropriate preferred width type and value are set using the...Preferred Width Type and Value You can use the Type and Value properties...

    docs.aspose.com/words/net/applying-formatting/
  2. 在 Python 中管理图表数据系列|Aspose.Slides for Python 文档

    了解如何在Python中管理PowerPoint(PPT/PPTX)图表数据系列,提供实用代码示例和最佳实践,以提升数据演示效果。... fill_type = slides . FillType . SOLID..., 1 , "Series 1" ), chart . type ) # 填充系列数据。 series . data_points...

    docs.aspose.com/slides/zh/python-net/chart-series/
  3. TextPath.font_family property | Aspose.Words fo...

    TextPath.font_family property. Defines the family of the textpath font.... bold = True shape . text_path . italic = True # Below are...TEXT_PLAIN_TEXT , shape . shape_type ) # Use the "on" property to...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Lists::ListLevel::CreatePictureB...

    Aspose::Words::Lists::ListLevel::CreatePictureBullet method. Creates picture bullet shape for the current list level in C++....ico" ); ASSERT_TRUE ( list -> get_ListLevels ()...DeletePictureBullet (); ASSERT_TRUE ( System :: TestTools :: IsNull...

    reference.aspose.com/words/cpp/aspose.words.lis...
  5. DocumentVisitor.VisitCellEnd | Aspose.Words for...

    Discover the DocumentVisitor VisitCellEnd method, essential for managing table cell enumeration in your applications. Enhance your coding efficiency today!...VisitCellEnd ( Cell cell ) Parameter Type Description cell Cell The object...mDocTraversalDepth ++; mVisitorIsInsideTabl = true ; return VisitorAction . Continue...

    reference.aspose.com/words/net/aspose.words/doc...
  6. TextPath.x_scale property | Aspose.Words for Py...

    TextPath.x_scale property. Determines whether a straight textpath will be used instead of the shape path.... If True , the text runs along a path...text_path . bold = True shape . text_path . italic = True # Below are...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldBarcode.is_us_postal_address property | As...

    FieldBarcode.is_us_postal_address property. Gets or sets whether [FieldBarcode.postal_address](../postal_address/) is a U.S... insert_field ( field_type = aw . fields . FieldType ....FIELD_BARCODE , update_field = True ) . as_field_barcode () # This...

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

    ChartTitle.font property. Provides access to the font formatting of the chart title.... insert_chart ( chart_type = aw . drawing . charts . ChartType...to "true" to make the title visible. title . show = True # Set...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartDataLabelCollection.show_percentage proper...

    ChartDataLabelCollection.show_percentage property. Allows to specify whether percentage value is to be displayed for the data labels of the entire series... insert_chart ( chart_type = aw . drawing . charts . ChartType... series . has_data_labels = True data_labels = series . data_labels...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Format Presentation Text in .NET|Aspose.Slides ...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Customize fonts, colors, alignment, and more....TextSearchOptions () { WholeWordsOnly = true }; // Highlight the word "to".... FontBold = NullableBool . True ; paragraph . ParagraphFormat...

    docs.aspose.com/slides/net/text-formatting/