Sort Score
Result 10 results
Languages All
Labels All
Results 6,331 - 6,340 of 18,590 for

paragraphs

(0.34 sec)
  1. 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...
  2. 请我如何给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
  3. 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-...
  4. ארכיון

    ארכיון...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-...
  5. 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...
  6. 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...
  7. 使用 Python 管理 PowerPoint 表格中的行和列|Aspose.Slides f...

    使用 Aspose.Slides for Python 通过 .NET 在 PowerPoint 和 OpenDocument 中管理表格行和列,加快演示文稿编辑和数据更新。... paragraph_format = slides . ParagraphFormat...ParagraphFormat () paragraph_format . alignment = slides . TextAlignment...

    docs.aspose.com/slides/zh/python-net/manage-row...
  8. PCL to PDF conversion problems - Free Support F...

    Hi, We are working on a PCL2PDF converter and came across several issues: 1. underline (word example) appears with the line above the word instead of below 2. the paragraph l…... the paragraph line space after "Big" in...word instead of below 2. the paragraph line space after "Big" in...

    forum.aspose.com/t/pcl-to-pdf-conversion-proble...
  9. Ejemplo de Hola Mundo usando Python|Aspose.PDF ...

    Esta muestra demuestra cómo crear un documento PDF simple con el texto Hola Mundo usando Aspose.PDF para Python a través de .NET....TextFragment a la colección de paragraphs de la página save() documento...a la nueva página page . paragraphs . add ( text_fragment ) #...

    docs.aspose.com/pdf/es/python-net/hello-world-e...
  10. Crea PDF usando .NET | Aspose.PDF

    In questo argomento viene illustrato come utilizzare l'API Aspose.PDF for .NET per generare e leggere facilmente file PDF nelle applicazioni.NET....TextFragment all’insieme Paragraphs della pagina. Salvare il.... Pages . Add (); page . Paragraphs . Add ( new Aspose . Pdf...

    products.aspose.com/pdf/it/net/create/