Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 34,103 for

line

(0.11 sec)
  1. 使用 Apache POI 和 Aspose.Cells 创建图表|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....of 2nd NSeries to display as line chart Series series = nSeries...series . setType ( ChartType . LINE ); Apache POI SS (HSSF + XSSF)...

    docs.aspose.com/cells/zh/java/create-charts-usi...
  2. Legends are mis placing while exporting from Ex...

    As per the excel and chart below, here lower bound column there is no color fill as per template. But in chart it is showing legend and legend colors for Range and Line. image.png (26.8 KB) So, here my question is I h…...legend colors for Range and Line. image.png (26.8 KB) So, here...

    forum.aspose.com/t/legends-are-mis-placing-whil...
  3. How to set different headers for odd and even p...

    docx file: 奇偶页眉.docx (17.0 KB) html result: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt…...</title> </head> <body style="line-height:116%; widows:0; orphans:0;...margin-bottom:8pt; text-align:center; line-height:normal; font-size:9pt">...

    forum.aspose.com/t/how-to-set-different-headers...
  4. 从PDF中提取段落|Aspose.PDF for Java

    本文描述了如何使用ParagraphAbsorber - Aspose.PDF中的一个特殊工具从PDF文档中提取文本。... List < TextFragment > line : paragraph . getLines ()) {...for ( TextFragment fragment : line ) { paragraphText . append (...

    docs.aspose.com/pdf/zh/java/extract-paragraph-f...
  5. LegendPosition enumeration | Aspose.Words for P...

    aspose.words.drawing.charts.LegendPosition enumeration. Specifies the possible positions for a chart legend.... LINE , width = 450 , height = 300...

    reference.aspose.com/words/python-net/aspose.wo...
  6. MultiplePagesType enumeration | Aspose.Words fo...

    aspose.words.settings.MultiplePagesType enumeration. Specifies how document is printed out....contents of the document will line up into a book fold. page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.insertStyleSeparator method | A...

    DocumentBuilder.insertStyleSeparator method. Inserts style separator into the document....two different parts of a text line. Examples Shows how to work...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. BorderCollection indexer | Aspose.Words for Python

    BorderCollection indexer. Retrieves a [Border](../../border/) object by index.... line_style = aw . LineStyle . DOT_DASH...DOT_DASH # After changing the line style of the borders in just...

    reference.aspose.com/words/python-net/aspose.wo...
  9. BorderCollection.equals method | Aspose.Words f...

    BorderCollection.equals method. Compares collections of borders.... line_style = aw . LineStyle . DOT_DASH...DOT_DASH # After changing the line style of the borders in just...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Working with Charts in Java|Aspose.Words for Java

    Introduction to Chart feature, how to create and manipulate charts using Java....set a text alignment for multi-line labels, you can simply achieve...code example shows how to set line color and weight: Document doc...

    docs.aspose.com/words/java/working-with-charts/