Sort Score
Result 10 results
Languages All
Labels All
Results 8,371 - 8,380 of 18,994 for

paragraph

(0.22 sec)
  1. Procurar

    Procurar...PortionCollection em cada Paragraph . Verifique se Portion.Text...i++) foreach (Paragraph para in tf[i].Paragraphs) foreach (Portion...

    blog.aspose.com/pt/slides/find-and-replace-text...
  2. Travailler avec les calques de texte dans Aspos...

    Exemples de travail avec les calques de texte dans un fichier PSD...spécifier différents styles et paragraphes au sein du calque de texte...default_style et default_paragraph, qui seront utilisés comme...

    docs.aspose.com/psd/fr/fr/python-net/traitement...
  3. Doing a TextFragment Rotation in a Cell cant ge...

    Hello, I can’t seem to figure out text rotation and the alignment of the content within a cell. I have tried all permutation of Vertical and Horizontal alignment and I cant get the text centered when rotated 90. Testin…...Paragraphs.Add(new TextFragment($"Rotation:{r}"));...Black); cell.Paragraphs.Add(tf); } } page.Paragraphs.Add(table);...

    forum.aspose.com/t/doing-a-textfragment-rotatio...
  4. Ajouter des formes d'arc au PDF en Python|Aspos...

    Apprenez comment tracer et remplir des formes d'arc dans des fichiers PDF en Python....Graph objet à la collection paragraphs de la page. Enregistrez notre...shapes . add ( arc3 ) page . paragraphs . add ( graph ) document...

    docs.aspose.com/pdf/fr/python-net/add-arc/
  5. Adicionar formas de linha ao PDF em Python|Aspo...

    Aprenda como desenhar formas de linha e linhas estilizadas em arquivos PDF em Python.... paragraphs . add ( graph ) line = drawing...Graph ( 100 , 400 ) page . paragraphs . add ( graph ) line = drawing...

    docs.aspose.com/pdf/pt/python-net/add-line/
  6. Erstellen einer Tabelle auf einer PowerPoint-Fo...

    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.... Paragraphs ( 0 , tf . TextRange . Text...//Set font size of 10 tf . Paragraphs [ 0 ]. Portions [ 0 ]. FontHeight...

    docs.aspose.com/slides/de/net/creating-a-table-...
  7. Hur man läser Word-dokument i Java

    Denna korta handledning ger information om hur man läser Word-dokument i Java. Du kommer att lära dig hur Java läser DOCX-fil med hjälp av att göra-steg och ett körbart exempel på Java-kod....igenom alla noder av typen Paragraph i dokumentet Konvertera varje...två huvudsamlingar som är Paragraphs och Runs för att komma åt...

    kb.aspose.com/sv/words/java/how-to-read-word-do...
  8. Agregar formas de línea al PDF en Python|Aspose...

    Aprenda cómo dibujar formas de línea y líneas con estilo en archivos PDF en Python.... paragraphs . add ( graph ) line = drawing...Graph ( 100 , 400 ) page . paragraphs . add ( graph ) line = drawing...

    docs.aspose.com/pdf/es/python-net/add-line/
  9. Insérer des puces dans Word à l'aide de C#

    Suivez cet article pour insérer des puces dans Word à l'aide de C#. Il contient les détails de l'IDE, les étapes et un exemple de code pour créer des puces Microsoft Word à l'aide de C#....arrêter la liste dans le paragraphe actuel. Cet article nous...vous souhaitez convertir un paragraphe existant en puces, reportez-vous...

    kb.aspose.com/fr/words/net/insert-bullets-in-wo...
  10. 如何使用 Java 消除 Word 中的分页符

    本文介绍如何使用 Java 消除 Word 中的分页符。它包含有关环境设置的详细信息、编程步骤列表以及使用 Java 删除 Word 中所有分页符的可运行示例代码。...打开目标 document 并访问段落 遍历所有 paragraphs 以查找并删除每个段落前的分页符 在段落中遍历所有运行以查找分页符并将其删除...中删除所有分页符的过程。它使用 NodeType.PARAGRAPH 枚举器值来过滤文档中的段落,但是您可以使用其他值来访问不同的节点。...

    kb.aspose.com/zh/words/java/how-to-eliminate-pa...