Sort Score
Result 10 results
Languages All
Labels All
Results 3,771 - 3,780 of 24,159 for

range

(0.05 sec)
  1. Specify Fallback Fonts for Presentations in С++...

    Master Aspose.Slides for С++ to set fallback fonts in PPT, PPTX and ODP files, safeguarding consistent text display on any device or OS....between the specified Unicode range, used for searching missed glyphs...rules for multiple Unicode ranges. See also Create Fallback Fonts...

    docs.aspose.com/slides/cpp/create-fallback-font/
  2. HeaderFooter class | Aspose.Words for Python

    aspose.words.HeaderFooter class. Represents a container for the header or footer text of a section...(Inherited from Node ) range Returns a Range object that represents...datetime . now () . year footer . range . replace ( pattern = '(C) 2006...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Manage DataLabels of Excel Charts|Documentation

    Learn how to effectively manage data labels in Excel charts using Aspose.Cells for .NET. Our comprehensive guide covers various management tasks, including adding, removing, and modifying labels to enhance chart readability and usability....[ chartIndex ]; // Set data range for chart chart . NSeries ....modify the code to: // Set data range for chart chart . NSeries ....

    docs.aspose.com/cells/net/insert-datalabels-to-...
  4. Excel Waterfall Chart: Data Labels Not Showing ...

    Hi Team, In Excel’s waterfall chart, enabling Linked to source for data labels does not apply the compact number format. This behavior differs from other chart types, where data labels correctly display in a compact for…...get(chartIndex); // Set data range for chart chart.getNSeries()...the following : // Set data range for chart chart.getNSeries()...

    forum.aspose.com/t/excel-waterfall-chart-data-l...
  5. Aspose::Words::DocumentBuilder::EndBookmark met...

    Aspose::Words::DocumentBuilder::EndBookmark method. Marks the current position in the document as a bookmark end in C++....document can overlap and span any range. To create a valid bookmark...ASSERT_EQ ( 1 , doc -> get_Range () -> get_Bookmarks () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. ChartDataLabel.show_category_name property | As...

    ChartDataLabel.show_category_name property. Allows to specify if category name is to be displayed for the data labels on a chart...""" for i in range ( labels_count ): series . has_data_labels...data_labels [ i ] . show_data_labels_range ) series . data_labels [ i ]...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Managing Pictures with JavaScript via C++|Docum...

    Learn how to add and position pictures in spreadsheets using Aspose.Cells for JavaScript via C++.... Since the cell, or cell range, is linked to the graphic object...the data in that cell or cell range automatically appear in the...

    docs.aspose.com/cells/javascript-cpp/managing-p...
  8. Programming with Documents in C#|Aspose.Words f...

    Use the Aspose.Words Document Object Model classes to programmatically create, modify, and manage documents with .NET using C#. Work with document properties, settings, and content, as well as with document appearance through the management of colors, shapes, fonts and other graphics....this section describe a wide range of document manipulation tasks...with Sections Working with Ranges Extract Content Between Nodes...

    docs.aspose.com/words/net/programming-with-docu...
  9. Convert PDF to XML in Python | products.aspose.com

    Convert PDF to XML in Python. Use Python library API to convert PDF files to XMLs...pdf" ) for index in range(pres . slides . length): slide...

    products.aspose.com/slides/python-net/conversio...
  10. ChartDataLabel.is_hidden property | Aspose.Word...

    ChartDataLabel.is_hidden property. Gets/sets a flag indicating whether this label is hidden...""" for i in range ( labels_count ): series . has_data_labels...data_labels [ i ] . show_data_labels_range ) series . data_labels [ i ]...

    reference.aspose.com/words/python-net/aspose.wo...