Sort Score
Result 10 results
Languages All
Labels All
Results 6,251 - 6,260 of 18,953 for

paragraphs

(2.23 sec)
  1. PDF 파일에 선 객체 추가|Aspose.PDF for .NET

    이 문서에서는 Aspose.PDF for .NET를 사용하여 PDF에 선 객체를 만드는 방법을 설명합니다....); // Add graph object to paragraphs collection of page instance...instance page . Paragraphs . Add ( graph ); // Create Line instance...

    docs.aspose.com/pdf/ko/net/add-line/
  2. Ajouter un objet Ellipse au fichier PDF|Aspose....

    Cet article explique comment créer un objet Ellipse dans votre PDF en utilisant Aspose.PDF for .NET....object to paragraphs collection of page page . Paragraphs . Add (...object to paragraphs collection of page page . Paragraphs . Add (...

    docs.aspose.com/pdf/fr/net/add-ellipse/
  3. Erweiterte Textextraktion aus PowerPoint-Präsen...

    Erfahren Sie, wie Sie Text schnell und einfach aus PowerPoint-Präsentationen mit Aspose.Slides für Python über .NET extrahieren können. Befolgen Sie unsere einfache, schrittweise Anleitung, um Zeit zu sparen und effizient auf Folieninhalte in Ihren Anwendungen zuzugreifen.... for paragraph in text_frame . paragraphs : # Durchlaufen...aktuellen Absatz. for portion in paragraph . portions : # Anzeigen des...

    docs.aspose.com/slides/de/python-net/extract-te...
  4. Document.StartTrackRevisions | Aspose.Words för...

    Spåra enkelt dokumentändringar med StartTrackRevisions-metoden. Markera automatiskt alla redigeringar som revisioner för smidigt samarbete och tydlighet.... Paragraphs [ 0 ]. Runs [ 0 ]. IsInsertRevision...doc . FirstSection . Body . Paragraphs [ 0 ]. Runs [ 1 ]. IsInsertRevision...

    reference.aspose.com/words/sv/net/aspose.words/...
  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...