Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 12,491 for

true type

(0.11 sec)
  1. Comment.ancestor property | Aspose.Words for No...

    Comment.ancestor property. Returns the parent [Comment](../) object... Comment , true )]; expect ( comments . length...comment as opposed to a reply-type comment. // Print all top-level...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. IStructuredDocumentTag.placeholder property | A...

    IStructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [IStructuredDocumentTag.xmlMapping](../xmlMapping/) element or the [IStructuredDocumentTag.isShowingPlaceholderText](../isShowingPlaceholderText/) element is True....isShowingPlaceholder element is true. get placeholder () : Aspose...document tag of the "PlainText" type, which will function as a text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ChartSeriesCollection.add_multilevel_value meth...

    ChartSeriesCollection.add_multilevel_value method. Adds new [ChartSeries](../../chartseries/) to this collection... Parameter Type Description series_name str...builder . insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to create Sunburst chart with C++|Documenta...

    Learn how to create a sunburst chart in Aspose.Cells for C++, a chart that presents data in a circle. Our guide will help you set up various properties and formatting of your chart, including data labels, legends, colors, and more....contributing pieces, while another type of hierarchical chart, the treemap...showed chart . SetShowLegend ( true ); // Set the chart title name...

    docs.aspose.com/cells/cpp/creating-sunburst-chart/
  5. How to add watermark text in cover page of word...

    Hi How to add a watermark to the cover page of a word document using Aspose Words API for Java. Now watermark text appears in all other pages and not in cover page. Following code is being used now boolean watermarke…...setFitShape(true); // watermark.setRotation(40);...appendChild(watermark.deepClone(true)); // HeaderFooter header =...

    forum.aspose.com/t/how-to-add-watermark-text-in...
  6. Manage DataLabels of Excel Charts with Node.js ...

    Learn how to effectively manage data labels in Excel charts using Aspose.Cells for Node.js via C++. This comprehensive guide covers various management tasks, including adding, removing, and modifying labels to enhance chart readability and usability.... add ( "A1:B3" , true ); // Show value labels chart...getDataLabels (). setShowValue ( true ); // Show series name labels...

    docs.aspose.com/cells/nodejs-cpp/insert-datalab...
  7. Passport recognition settings|Documentation

    Configuring Aspose.OCR for Python via .NET recognition engine for extracting text from passport images.... Setting Type Default value Description allowed_symbols...automatic_color_inversion boolean true Improve recognition accuracy...

    docs.aspose.com/ocr/python-net/recognition-sett...
  8. VariableCollection.IndexOfKey | Aspose.Words fo...

    Discover the VariableCollection IndexOfKey method. Quickly find the zero-based index of your document variable for efficient data management....IndexOfKey ( string name ) Parameter Type Description name String The...FieldType . FieldDocVariable , true ); field . VariableName = "Home...

    reference.aspose.com/words/net/aspose.words/var...
  9. CompareOptions.compare_moves property | Aspose....

    CompareOptions.compare_moves property. Specifies whether to compare differences between the two documents....Shows how to filter specific types of document elements when making... insert_footnote ( footnote_type = aw . notes . FootnoteType...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 在 Python 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides...

    学习如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义图表。内容涵盖在演示文稿中添加、格式化和编辑图表,并提供 Python 代码示例。... has_title = True # 设置第一个系列显示值 chart . chart_data...default_data_label_format . show_value = True # 设置图表数据工作表的索引 defaultWorksheetInde...

    docs.aspose.com/slides/zh/python-net/create-chart/