Sort Score
Result 10 results
Languages All
Labels All
Results 3,281 - 3,290 of 35,053 for

line

(0.1 sec)
  1. Document.LayoutOptions | Aspose.Words for .NET

    Explore the Document LayoutOptions property to control your document's layout effectively. Unlock flexible design options for optimal presentation....to the left of every revised line. doc . LayoutOptions . RevisionOptions...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Using Aspose.Imaging for Java in Kotlin|Documen...

    How to use Aspose.Imaging for Java in Kotlin applications for desktops and servers...Create a new PNG image, draw a line on it and save it In the Kotlin...Subsequently, we draw a blue line on the image using a `Pen` object...

    docs.aspose.com/imaging/java/using-imaging-in-k...
  3. Document.layout_options property | Aspose.Words...

    Document.layout_options property. Gets a [LayoutOptions](../../../aspose.words.layout/layoutoptions/) object that represents options to control the layout process of this document....to the left of every revised line. doc . layout_options . revision_options...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 使用 PHP 在演示文稿中自定义图表轴|Aspose.Slides for PHP 文档

    了解如何使用 Aspose.Slides for PHP via Java 在 PowerPoint 演示文稿中自定义图表轴,以用于报告和可视化。...() -> addChart ( ChartType :: Line , 100 , 100 , 400 , 300 ); $chart...() -> addChart ( ChartType :: Line , 100 , 100 , 400 , 300 ); $chart...

    docs.aspose.com/slides/zh/php-java/chart-axis/
  5. Document.update_word_count method | Aspose.Word...

    aspose.words.Document.update_word_count method...update_word_count() does not update number of lines and pages properties. Use the...count. update_word_count(update_lines_count) Updates word count properties...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Hyphenation.UnregisterDictionary | Aspose.Words...

    Effortlessly remove hyphenation dictionaries for any language with the UnregisterDictionary method, enhancing text clarity and readability....// When a document contains lines of text in which a word could...up and continued on the next line, // hyphenation will look through...

    reference.aspose.com/words/net/aspose.words/hyp...
  7. Fix manual text to proper list level with prope...

    I am working on a usecase to process a document list data. But in some of the cases I dont have proper list structure. It happens instead of setting up 1, 1.1, 1.1.1 , 2, a, b, c,3 etc are not actual list but normal stri…...convert_to_list_structure(text_lines): structured_list = [] current_level...current_level = [] for line in text_lines: # Match patterns like...

    forum.aspose.com/t/fix-manual-text-to-proper-li...
  8. Hyphenation.unregisterDictionary method | Aspos...

    Hyphenation.unregisterDictionary method. Unregisters a hyphenation dictionary for the specified language....// When a document contains lines of text in which a word could...up and continued on the next line, // hyphenation will look through...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 新建一个DwgImage对象,插入线段、图形以及图片,保存为PDF时都可以显示,保存成dwg时...

    public static void main(String[] args) { // 创建一个新的CadImage实例,指定DWG版本 DwgImage dwgImage = new DwgImage(); // 创建一条直线 CadLine Line = new CadLine(); Line.setFirstPoint(new Cad3DPoint(0, 0, 0)); Line.setSec…...// 创建一条直线 CadLine line = new CadLine(); line.setFirstPoint(new...0)); line.setSecondPoint(new Cad3DPoint(0, 100, 0)); line.setLayerName("0");...

    forum.aspose.com/t/dwgimage-pdf-dwg/320179
  10. Aspose::Words::Font class | Aspose.Words for C+...

    Aspose::Words::Font class. Contains font attributes (font name, font size, color, and so on) for an object. To learn more, visit the documentation article in C++.... get_LineSpacing () Returns line spacing of this font (in points)...points) relative to the base line. A positive number raises the...

    reference.aspose.com/words/cpp/aspose.words/font/