Sort Score
Result 10 results
Languages All
Labels All
Results 5,951 - 5,960 of 141,419 for

font

(0.1 sec)
  1. Node.get_text method | Aspose.Words for Python

    Node.get_text method. Gets the text of this node and of all its children.... font . color = aspose . pydrawing...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Node.getText method | Aspose.Words for Node.js

    Node.getText method. Gets the text of this node and of all its children.... font . color = "#FF0000" ; para ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldDatabase.InsertOnceOnMailMerge | Aspose.Wo...

    Discover how the InsertOnceOnMailMerge property in FieldDatabase enhances your data merging by allowing seamless insertion at the start of merges....(borders) + 2 (shading) + 4 (font) + 8 (color) + 16 (autofit)...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FieldDatabase.TableFormat | Aspose.Words for .NET

    Discover the FieldDatabase TableFormat property to easily customize your database query results with flexible formatting options for enhanced data presentation....(borders) + 2 (shading) + 4 (font) + 8 (color) + 16 (autofit)...

    reference.aspose.com/words/net/aspose.words.fie...
  5. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...code snippet only changes the font color of the footnote text but...

    forum.aspose.com/t/how-to-modify-footnote-conte...
  6. Ошибка конвертации Excel в PDF - Free Support F...

    Добрый день! Столкнулись с ошибкой конвертации Excel в PDF - обрезается первая жирная строчка (Baskerville-Bold). Проблема воспроизводится на приложенном файле. Ниже приведен код конвертации. Conversion details.7z (8…...Cells Product Family layout , font , cells-net , excel-conversions...

    forum.aspose.com/t/excel-pdf/327889
  7. Add new last slide with text using insertFromHt...

    For an existing presentation I want to add an extra slide with some additional free text. I am using *IMasterLayoutSlideCollection layoutSlides = emptyMaster.getLayoutSlides();* blankLayout = layoutSlides.getByType(Sl…..."); // Set font and left alignment IPortion...setText("This is new text."); // Set font and left alignment portion =...

    forum.aspose.com/t/add-new-last-slide-with-text...
  8. Ինչպես ստանալ տառատեսակների չափումներ C#-ում

    Այս քայլ առ քայլ ձեռնարկը ցույց է տալիս, թե ինչպես ստանալ տառատեսակների չափումներ C#-ում: Այս C# տառատեսակների գրադարանը օգնում է ձեզ ստանալ type1 տառատեսակների չափումներ C#-ում:...Font Product Family Aspose.TeX Product...ստանալու համար, սակայն Aspose.Font for .NET ՝ C# տառատեսակների...

    kb.aspose.com/hy/font/net/how-to-get-font-metri...
  9. Aspose::Words::Drawing::Charts::ChartAxisTitle ...

    Aspose::Words::Drawing::Charts::ChartAxisTitle class. Provides access to the axis title properties. To learn more, visit the documentation article in C++....Description get_Font () Provides access to the font formatting of...true ); chartAxisYTitle -> get_Font () -> set_Size ( 12 ); chartAxisYTitle...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Cloning Series and all of their properties to l...

    Hello i have a routine in which I have a chart with demo data and prepared with all sorts of layout to the chart itself but also to the series. In this chart I add new data series based on different datasources. To do th…... no datalables, but also no font styles, colorcoding. How can...

    forum.aspose.com/t/cloning-series-and-all-of-th...