Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 151,017 for

2

(0.08 sec)
  1. ChartDataLabelLocationMode enumeration | Aspose...

    aspose.words.drawing.charts.ChartDataLabelLocationMode enumeration. Specifies how the values ​​that specify the location of a data label - the [ChartDataLabel.left](../chartdatalabel/left/) and [ChartDataLabel.top](../chartdatalabel/top/) properties - are interpreted....title_area_height ) / 2 doughnut_center_x = chart_width / 2 label_height...doughnut_center_y - y_margin - label_height / 2 # Because the data points start...

    reference.aspose.com/words/python-net/aspose.wo...
  2. About Getting Tab Order from form fields - Free...

    Hi Support, I have an question about tab Order we are getting from Field object. It’s depend from PDF I’m using but sometimes, I getting -1 as TabOrder: sample_pdf.pdf (531.7 KB) In the same topics, We have some examp…...aspose-pdf-net Tenjim March 27, 2025, 2:16pm 1 Hi Support, I have an question...Discourse March 27, 2025, 2:16pm 2 @Tenjim Could you please provide...

    forum.aspose.com/t/about-getting-tab-order-from...
  3. ChartDataLabel.top property | Aspose.Words for ...

    ChartDataLabel.top property. Gets or sets the distance of the data label in points from the top edge of the chart or from the position specified by its [ChartDataLabel.position](../position/) property, depending on the value of the [ChartDataLabel.top_mode](../top_mode/) property....title_area_height ) / 2 doughnut_center_x = chart_width / 2 label_height...doughnut_center_y - y_margin - label_height / 2 # Because the data points start...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartDataLabel.top_mode property | Aspose.Words...

    ChartDataLabel.top_mode property. Gets or sets the interpretation mode of the [ChartDataLabel.top](../top/) property value: whether it sets the location of the data label from the top edge of the chart of from the position specified by its [ChartDataLabel.position](../position/) property....title_area_height ) / 2 doughnut_center_x = chart_width / 2 label_height...doughnut_center_y - y_margin - label_height / 2 # Because the data points start...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartDataLabel.left property | Aspose.Words for...

    ChartDataLabel.left property. Gets or sets the distance of the data label in points from the left edge of the chart or from the position specified by its [ChartDataLabel.position](../position/) property, depending on the value of the [ChartDataLabel.left_mode](../left_mode/) property....title_area_height ) / 2 doughnut_center_x = chart_width / 2 label_height...doughnut_center_y - y_margin - label_height / 2 # Because the data points start...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartSeriesGroupCollection.add method | Aspose....

    ChartSeriesGroupCollection.add method. Adds a new series group of the specified series type to this collection....= [ "Category 1" , "Category 2" , "Category 3" ]; series . add...categories , [ 2 , 3 , 4 ]); series . add ( "Series 2 of primary...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. IChartDataPoint.marker property | Aspose.Words ...

    IChartDataPoint.marker property. Specifies a data marker... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Emphasize the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CustomPart | Aspose.Words for Java

    Represents a custom arbitrary content part that is not defined by the ISO/IEC 29500 standard in Java....assertEquals(2, doc.getPackageCustomPart().getCount());...getPackageCustomPart().removeAt(2); Assert.assertEquals(2, doc.getPackageCustomPart()...

    reference.aspose.com/words/java/com.aspose.word...
  9. DocumentBuilder.moveToBookmark method | Aspose....

    Aspose.Words.DocumentBuilder.moveToBookmark method... at ( 2 ). nodeType ). toEqual ( aw ....toEqual ( "1. Hello world!" ); // 2 - Inside the bookmark, right after...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. TabStopCollection | Aspose.Words for Java

    A collection of TabStop objects that represent custom tabs for a paragraph or a style in Java....assertEquals(2, tabStops.getCount()); Assert...builder.writeln("Start\tTab 1\tTab 2"); ParagraphCollection paragraphs...

    reference.aspose.com/words/java/com.aspose.word...