Sort Score
Result 10 results
Languages All
Labels All
Results 5,801 - 5,810 of 18,326 for

paragraphs

(0.24 sec)
  1. Mover un párrafo de una presentación a otra|Doc...

    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.... Paragraph p1 = textBody1 . Elements...Elements < Drawing . Paragraph >(). First (); // Obtiene la primera diapositiva...

    docs.aspose.com/slides/es/net/move-a-paragraph-...
  2. DocumentVisitor class | Aspose.Words for Python

    aspose.words.DocumentVisitor class. Base class for custom document visitors... visit_paragraph_end(paragraph) Called when enumeration...of a paragraph has ended. visit_paragraph_start(paragraph) Called...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 箇条書きの管理|Aspose.Slides for Node.js via .NET ドキュメント

    PowerPoint プレゼンテーションで JavaScript を使用して箇条書きと番号付きリストを作成する... Paragraph クラスを使用して最初の段落インスタンスを作成します。...para = new aspose . slides . Paragraph (); // 段落の箇条書きスタイルとシンボルを設定する...

    docs.aspose.com/slides/ja/nodejs-java/manage-bu...
  4. PHP を使用したプレゼンテーションにおける箇条書きと番号付きリストの管理|Aspose.Sl...

    Aspose.Slides for PHP via Java を使用して、PowerPoint および OpenDocument のプレゼンテーションで箇条書きと番号付きリストを管理する方法を学びます。ステップバイステップのガイド。... Paragraph クラスを使用して最初の段落インスタンスを作成します。...0 ); # 段落を作成 $para = new Paragraph (); # 段落の箇条書きスタイルとシンボルを設定...

    docs.aspose.com/slides/ja/php-java/manage-bullet/
  5. Setting a table font issue - Free Support Forum...

    I found that if I just did: Table table1 = builder.StartTable(); builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None; //table1.Style = document.Styles["tableStyle"]; builder.InsertParagraph(); b…...the font if I do: foreach (Paragraph item in table1.GetChildNodes(NodeType...GetChildNodes(NodeType.Paragraph, true)) { item.ParagraphFormat.Style.Font...

    forum.aspose.com/t/setting-a-table-font-issue/3...
  6. 请我如何给msword的每一页设置不同的页面(纸张方向) - Free Support For...

    我使用bulid进行了文档的嵌入 NodeCollection runs = mainDoc.getChildNodes(NodeType.PARAGRAPH, true); //获取所有节点 int dell = 0 ; for (int i = 0; i < runs.getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String text = r.…...PARAGRAPH, true); //获取所有节点 int dell...getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String...

    forum.aspose.com/t/msword/310489
  7. Chercher

    chercher...première page sous la forme d’un paragraphe. Voici les étapes à suivre...PageCollection du document. Obtenez le paragraphe de la page. Créez un objet...

    blog.aspose.com/fr/pdf/create-pdf-files-in-cpp-...
  8. ארכיון

    ארכיון...120, 300, 300); Paragraph para1 = new Paragraph(); para1.getPortions()...Slides for Java")); Paragraph para2 = new Paragraph(); para2.getPortions()...

    blog.aspose.com/he/slides/convert-ppt-to-video-...
  9. Aspose.Words Document Object Model (DOM)|Aspose...

    Document Object Model (DOM) là sự thể hiện trong bộ nhớ của một tài liệu Word. Đọc, thao tác và sửa đổi nội dung và định dạng của một tài liệu word bằng Java....node khác, ví dụ Section hay Paragraph thì xuất phát từ lớp CompositeNode...dưới. Document , Section , Paragraph , Table , Shape , Run , và...

    docs.aspose.com/words/vi/java/aspose-words-docu...
  10. Aspose.Words文档对象模型(DOM)|Aspose.Words为Java

    文档对象模型(DOM)是Word文档的内存表示形式。 使用Java读取、操作和修改Word文档的内容和格式。... 可以包含其他节点(例如 Section 或 Paragraph )的节点派生自 CompositeNode 类,而...所示。 Document , Section , Paragraph , Table , Shape , Run , 图...

    docs.aspose.com/words/zh/java/aspose-words-docu...