Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 139,285 for

font

(0.29 sec)
  1. Chart.title property | Aspose.Words for Node.js

    Chart.title property. Provides access to the chart title properties.... font . size = 15 ; title . font . color = "#008000"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartTitle.show property | Aspose.Words for Python

    ChartTitle.show property. Determines whether the title shall be shown for this chart... font . size = 15 title . font . color = aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartAxisTitle.show property | Aspose.Words for...

    ChartAxisTitle.show property. Determines whether the title shall be shown for the axis... font . size = 12 ; chartAxisYTitle . font . color =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartAxis.title property | Aspose.Words for Python

    ChartAxis.title property. Provides access to the axis title properties.... font . size = 12 chart_axis_y_title . font . color =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartDataLabelCollection.Position | Aspose.Word...

    Discover the ChartDataLabelCollection Position property to easily customize your data label positions for enhanced data visualization and clarity....// Show data labels and set font color. series . HasDataLabels...ShowValue = true ; dataLabels . Font . Color = Color . White ; //...

    reference.aspose.com/words/net/aspose.words.dra...
  6. TextWatermarkOptions class | Aspose.Words for P...

    aspose.words.TextWatermarkOptions class. Contains options that can be specified when adding a watermark with text...Description color Gets or sets font color. The default value is...pydrawing.Color.silver. font_family Gets or sets font family name. The...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartDataLabelCollection.position property | As...

    ChartDataLabelCollection.position property. Gets or sets the position of the data labels....// Show data labels and set font color. series . hasDataLabels...showValue = true ; dataLabels . font . color = "#FFFFFF" ; // Set...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FontEmbeddingLicensingRights class | Aspose.Wor...

    aspose.words.Fonts.FontEmbeddingLicensingRights class. Represents embedding licensing rights for the Font....embedding licensing rights for the font. Remarks To learn more, visit...rights information for embedded fonts (FontInfo). doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartLegend class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartLegend class. Represents chart legend properties...Description font Provides access to the default font formatting...legend entries. To override the font formatting for a specific legend...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 通过Node.js与C++合并与拆分单元格|Documentation

    Aspose.Cells是一个用于操作电子表格文件的Node.js库,支持合并和拆分单元格。本文章将介绍如何使用Aspose.Cells库合并和拆分单元格,并提供定制合并单元格样式的选项。...getStyle (); // Create a Font object const font = style . getFont ();...name. font . setName ( "Times New Roman" ); // Set the font size...

    docs.aspose.com/cells/zh/nodejs-cpp/merging-and...