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

line

(0.07 sec)
  1. Options and Appearance of Word Documents|Aspose...

    Control the appearance of Word documents taking into account the difference between various Microsoft Word versions....preferences or the number of lines per page.Aspose.Words provides...the number of characters per line, use the CharactersPerLine property...

    docs.aspose.com/words/cpp/work-with-word-docume...
  2. BuiltInDocumentProperties.Characters | Aspose.W...

    Discover the BuiltInDocumentProperties Characters property, providing an accurate character count estimate to enhance document management and efficiency.... Lines , Is . EqualTo ( 1 )); // To... EqualTo ( 2 )); // For the line count, we will need to call...

    reference.aspose.com/words/net/aspose.words.pro...
  3. 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...
  4. BuiltInDocumentProperties.Words | Aspose.Words ...

    Discover the BuiltInDocumentProperties Words property, offering an accurate word count estimate for your documents to enhance editing efficiency.... Lines , Is . EqualTo ( 1 )); // To... EqualTo ( 2 )); // For the line count, we will need to call...

    reference.aspose.com/words/net/aspose.words.pro...
  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. 在 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/
  7. 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...
  8. 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/
  9. 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...
  10. 将文本转换为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...