Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 34,956 for

line

(3.69 sec)
  1. Manage Connectors in Presentations with Python|...

    Empower Python apps to draw, connect and auto-route Lines in PowerPoint & OpenDocument slides—gain full control over straight, elbow and curved connectors....PowerPoint connector is a specialized line that links two shapes and stays...adjustment points ShapeType.LINE 0 ShapeType.STRAIGHT_CONNECTOR1...

    docs.aspose.com/slides/python-net/connector/
  2. Aspose::Words::Layout::LayoutEnumerator class |...

    Aspose::Words::Layout::LayoutEnumerator class. Enumerates page layout entities of a document. You can use this class to walk over the page layout model. Available properties are type, geometry, text and page index where entity is rendered, as well as overall structure and relationships. Use combination of GetEntity() and Current move to the entity which corresponds to a document node. To learn more, visit the documentation article in C++.... When iterating lines of a paragraph broken across...logical order. When iterating lines of a paragraph broken across...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. Performance optimization|Documentation

    Increase recognition speed and optimize resource usage....images which contain a single line of text . About 7 times faster...

    docs.aspose.com/ocr/python-net/performance-opti...
  4. 在 Python 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义图表。内容涵盖在演示文稿中添加、格式化和编辑图表,并提供实用的 Python 代码示例。... SCATTER_WITH_SMOOTH_LINES , 20 , 20 , 500 , 300 ) # 设置图表数据工作表的索引。...ChartType . SCATTER_WITH_STRAIGHT_LINES_AND_MARKERS # 更改图表系列标记。 series...

    docs.aspose.com/slides/zh/python-net/create-chart/
  5. Add Rectangles to Presentations in .NET|Aspose....

    Boost your PowerPoint presentations by adding rectangles with Aspose.Slides for .NET—easily design and modify shapes programmatically....a solid fill color, line color, and line width. In addition,...of the lines of the Rectangle. Set the Width of the lines of the...

    docs.aspose.com/slides/net/rectangle/
  6. BuiltInDocumentProperties.links_up_to_date prop...

    BuiltInDocumentProperties.links_up_to_date property. Indicates whether hyperlinks in a document are up-to-date....m_scanning_line_for_real_text = None self . m_line_count = None...doc ) self . _count_lines () def get_line_count ( self ): return...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 将文本转换为PDF|Aspose.PDF for Android via Java

    Aspose.PDF for Android via Java允许您将纯文本文件转换为PDF或将预格式化文本文件转换为PDF。...将文本文件读取为字符串数组 List < String > lines ; try { lines = Files . readAllLines...setFontSize ( 12 ); for ( String line : lines ) { // 检查行是否包含“换页”字符 //...

    docs.aspose.com/pdf/zh/androidjava/convert-text...
  8. Configure the product in CMake Project|Aspose.W...

    Configure Aspose.Words for C++ in your CMake and build you application....txt Add the following lines to you CMakeLists.txt: # find...CMAKE_PREFIX_PATH or pass it via the command line: cmake -S . -B build -D CMA...

    docs.aspose.com/words/cpp/configure-aspose-word...
  9. Add Curve Object to PDF file|Aspose.PDF for C++

    This article explains how to create a curve object to your PDF using Aspose.PDF for C++....connected union of projective lines, each line meeting three others in...Circle Object to PDF file Add Line Object to PDF file...

    docs.aspose.com/pdf/cpp/add-curve/
  10. Rotate SVG in Python

    This guide elaborates on how to rotate an SVG in Python. It contains the environment configuration details, and a list of steps in addition to a runnable code snippet for SVG rotate in Python....as an SVG file containing a line Declare an instance of the SVGDocument...initiating an SVG file containing a line. However, the algorithm stays...

    kb.aspose.com/svg/python/rotate-svg-in-python/