Sort Score
Result 10 results
Languages All
Labels All
Results 8,101 - 8,110 of 28,938 for

line

(0.06 sec)
  1. 从PDF页面中搜索并获取文本|Aspose.PDF for Python via .NET

    本文解释了如何使用各种工具从Aspose.PDF for .NET中搜索和获取文本。...i)Line" , new TextSearchOptions ( true...

    docs.aspose.com/pdf/zh/python-net/search-and-ge...
  2. 形状格式设置|Aspose.Slides 文档

    在 Java 中格式化 PowerPoint 演示文稿中的形状... Line , 30 , 300 , 200 , 200 ); autoShape...

    docs.aspose.com/slides/zh/androidjava/shape-for...
  3. ChartSeriesCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your charts with the ChartSeriesCollection Add method. Seamlessly add new series to Bar, Column, Line, and Surface charts for dynamic visuals....to any type of Bar, Column, Line and Surface charts. public ChartSeries...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 在 Java 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    在 Java 中创建 PowerPoint 演示文稿中的图表...setShowPercentage ( true ); // Shows Leader Lines for Chart series . getLabels...添加一个带有默认数据的图表以及所需的类型(在本例中,为 ChartType.Line )。 访问图表数据 IChartDataWorkbook。...

    docs.aspose.com/slides/zh/androidjava/create-ch...
  5. ChmLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading CHM document into a Document object in Java....loadOptions); // The style's line spacing will have this value...loadOptions); // The style's line spacing will have this value...

    reference.aspose.com/words/java/com.aspose.word...
  6. What's new|Aspose.Words for .NET

    Aspose.Words for .NET expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....document types with a single line of code, has been introduced...Save methods. Preserve Empty Lines when Loading Markdown files...

    docs.aspose.com/words/net/what-s-new-in-aspose-...
  7. RtfLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.RTF document into a Document object in Java....loadOptions); // The style's line spacing will have this value...loadOptions); // The style's line spacing will have this value...

    reference.aspose.com/words/java/com.aspose.word...
  8. PdfLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading Pdf document into a Document object in Java....loadOptions); // The style's line spacing will have this value...loadOptions); // The style's line spacing will have this value...

    reference.aspose.com/words/java/com.aspose.word...
  9. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format in Java....readable by adding tab stop and new line characters. String html = FileUtils...readable by adding tab stop and new line characters. String html = FileUtils...

    reference.aspose.com/words/java/com.aspose.word...
  10. 创建或更新 PowerPoint 演示文稿中的图表(Java)|Aspose.Slides 文档

    在 Java 中在 PowerPoint 演示文稿中创建图表...Line )。 访问图表数据IChartDataWorkbook。...getShapes (). addChart ( ChartType . Line , 10 , 50 , 600 , 350 ); pres...

    docs.aspose.com/slides/zh/java/create-chart/