Sort Score
Result 10 results
Languages All
Labels All
Results 8,631 - 8,640 of 18,588 for

paragraphs

(2.25 sec)
  1. Формат текста|Документация Aspose.Slides

    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.... TextFrame ; Paragraph para = tf . Paragraphs [ 0 ]; Portion...

    docs.aspose.com/slides/ru/net/format-text/
  2. 記録

    記録...StartsWith("_Toc")) { Paragraph tocItem = (Paragraph)field.Start.GetAncestor(NodeType...GetAncestor(NodeType.Paragraph); Console.WriteLine(tocItem.ToString(SaveFormat...

    blog.aspose.com/ja/words/work-with-table-of-con...
  3. 搜索

    搜索...Paragraphs.Add(image); // 保存輸出 PDF 文件...PageInfo.Margin.Left = (0); page.Paragraphs.Add(image); // 保存輸出 PDF 文件...

    blog.aspose.com/zh-hant/pdf/images-to-pdf-csharp/
  4. Créer des AcroForms en utilisant C++|Aspose.PDF...

    Cette section explique comment créer des AcroForms à partir de zéro dans vos documents PDF avec Aspose.PDF pour C++...."120 120 120" ); page -> get_Paragraphs () -> Add ( table ); auto...get_Paragraphs () -> Add ( opt1 ); c2 -> get_Paragraphs () ->...

    docs.aspose.com/pdf/fr/cpp/create-form/
  5. Utvecklarguide|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....textstil Paragraf Arbeta med Paragraph Stil Arbeta med Line Style...

    docs.aspose.com/diagram/sv/net/developer-guide/
  6. Utvecklarguide|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....textstil Paragraf Arbeta med Paragraph Stil Arbeta med Line Style...

    docs.aspose.com/diagram/sv/java/developer-guide/
  7. CompatibilityOptions.do_not_use_indent_as_numbe...

    CompatibilityOptions.do_not_use_indent_as_numbering_tab_stop property. Ignore Hanging Indent When Creating Tab Stop After Numbering....do_not_use_html_paragraph_auto_spacing property CompatibilityOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  8. O que há de novo 2023|Aspose.PDF for .NET

    Esta página apresenta os recursos novos mais populares em Aspose.PDF for .NET introduzidos em 2023.... Paragraphs . Add ( table ); try { //...rectangle ); } // Create a paragraph from the text fragment in...

    docs.aspose.com/pdf/pt/net/whatsnew/2023/
  9. Python で 3D プレゼンテーションを作成|Aspose.Slides for Pyth...

    Aspose.Slides を使用して、Python でインタラクティブな 3D プレゼンテーションを簡単に作成できます。PowerPoint および OpenDocument 形式へ迅速にエクスポートし、さまざまな用途に活用できます。... paragraphs [ 0 ] . paragraph_format . default_portion_format...shape . text_frame . paragraphs [ 0 ] . paragraph_format . default_portion_format...

    docs.aspose.com/slides/ja/python-net/3d-present...
  10. Textfelder in Präsentationen mit C++|Aspose.Sli...

    Aspose.Slides für C++ ermöglicht das einfache Erstellen, Bearbeiten und Klonen von Textfeldern in PowerPoint- und OpenDocument-Dateien und verbessert Ihre Präsentationsautomatisierung....get_TextFrame (); // Erstellt das Paragraph-Objekt für das TextFrame auto...auto para = txtFrame -> get_Paragraphs () -> idx_get ( 0 ); // Erstellt...

    docs.aspose.com/slides/de/cpp/manage-textbox/