Sort Score
Result 10 results
Languages All
Labels All
Results 6,551 - 6,560 of 16,892 for

true type

(0.07 sec)
  1. Excel data label font properties manipulation (...

    Hi Team, I have the following excel file. chart-forum.zip (15.8 KB) In it there is a simple chart, with one graph representing one data series. Data labels are added to the chart. The default setting is 11px fontsize…...IsShowDataLabels = true ). Iterate through the series...series series.IsShowDataLabels = true; foreach (NSeriesPoint pt in...

    forum.aspose.com/t/excel-data-label-font-proper...
  2. Markdown to Image in Python – Markdown to JPG, ...

    Convert Markdown to Images using Aspose.HTML for Python via .NET. Consider Markdown to JPG, PNG, BMP, GIF, and TIFF conversion scenarios in Python examples....makedirs (output_dir, exist_ok = True) 10 source_path = os. path ...0 ) 24 options. css . media_type . PRINT 25 26 # Convert HTML...

    docs.aspose.com/html/python-net/convert-markdow...
  3. Aspose::Words::Fonts::FontSubstitutionSettings:...

    Aspose::Words::Fonts::FontSubstitutionSettings::get_FontNameSubstitution method. Settings related to font name substitution rule in C++....SystemFonts , systemFontSource -> get_Type ()); ASSERT_EQ ( 0 , systemFontSource...get_FontInfoSubstitution () -> set_Enabled ( true ); doc -> get_FontSettings ()...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. Aspose::Words::Fonts::FontSettings::ResetFontSo...

    Aspose::Words::Fonts::FontSettings::ResetFontSources method. Resets the fonts sources to the system default in C++....SystemFonts , systemFontSource -> get_Type ()); ASSERT_EQ ( 0 , systemFontSource...get_FontInfoSubstitution () -> set_Enabled ( true ); doc -> get_FontSettings ()...

    reference.aspose.com/words/cpp/aspose.words.fon...
  5. Aspose::Words::Style::get_List method | Aspose....

    Aspose::Words::Style::get_List method. Gets the list that defines formatting of this list style in C++.... For other style types this property returns null ...listStyle -> get_List (); ASSERT_TRUE ( list1 -> get_IsListStyleDefinitio...

    reference.aspose.com/words/cpp/aspose.words/sty...
  6. 在 Java 中管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for Java 完整掌握段落格式——在 PPT、PPTX 和 ODP 演示文稿中优化对齐、间距和样式。... True ); portion . getPortionFormat...setFontItalic ( NullableBool . True ); portion . getPortionFormat...

    docs.aspose.com/slides/zh/java/manage-paragraph/
  7. CommentCollection class | Aspose.Words for Python

    aspose.words.CommentCollection class. Provides Typed access to a collection of [Comment](../comment/) nodes...CommentCollection class Provides typed access to a collection of Comment...'Hello world!' comment . done = True # Comments that are "done" will...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Convert HTML to JPG – C# Examples and Online Co...

    Convert HTML to JPG using Aspose.HTML for .NET. Consider various HTML to JPG conversion scenarios in C# examples. Try online HTML Converter....) 14 { 15 UseAntialiasing = true , 16 HorizontalResolution =...example uses UseAntialiasing = true for quality rendering. PageSetup...

    docs.aspose.com/html/net/convert-html-to-jpg/
  9. How to apply CalcPadding function call from Asp...

    Hi Team, As part of RDLC report conversion to aspose, I want to apply Calcpadding function which is using rdlc in aspose word template. How can I do? Related screenshots and created aspose template attached. Kindly refe…...Cell, true).Cast<Cell>()) .Where(c => c...imageData) { // Depending on the type of the imageData object that...

    forum.aspose.com/t/how-to-apply-calcpadding-fun...
  10. Find and Replace in Java|Aspose.Words for Java

    Find a string or regular expression pattern in your document and replace it with the text you want using Java.... This will speed up many typing and formatting tasks, potentially...FindReplaceOptions.setMatchWholeWord(true) . This replaces the whole field...

    docs.aspose.com/words/java/find-and-replace/