Sort Score
Result 10 results
Languages All
Labels All
Results 7,501 - 7,510 of 18,530 for

paragraph

(0.2 sec)
  1. Inline.is_delete_revision property | Aspose.Wor...

    Inline.is_delete_revision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled....as_run () first_paragraph = run . parent_paragraph runs = first_paragraph...first_paragraph . runs self . assertEqual ( 6 , len ( list ( runs...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Node.ParentNode | Aspose.Words per .NET

    Scopri la proprietà Node ParentNode per accedere facilmente al nodo padre immediato di qualsiasi nodo, migliorando l'efficienza dello sviluppo web e la chiarezza del codice....Document doc = new Document (); Paragraph para = doc . FirstSection...new Document (); Paragraph para = new Paragraph ( doc ); para ...

    reference.aspose.com/words/it/net/aspose.words/...
  3. Gérer les hyperliens de présentation en Java|Do...

    Gérez facilement les hyperliens dans les présentations PowerPoint et OpenDocument avec Aspose.Slides pour Java - améliorez l'interactivité et le flux de travail en quelques minutes....clear (); Paragraph paragraph = new Paragraph (); paragraph . getParagraphFormat...setFillType ( FillType . Solid ); paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/fr/java/manage-hyperlinks/
  4. PHP を使用したプレゼンテーションのテキスト部分の管理|Aspose.Slides for ...

    Java 経由で PHP 用 Aspose.Slides を使用して PowerPoint プレゼンテーションのテキスト部分を管理する方法を学び、パフォーマンスとカスタマイズ性を向上させます。...getParagraphs () as $paragraph ) { foreach ( $paragraph -> getPortions...スタイル継承はどのように機能しますか:Portion が上書きするものと、Paragraph/TextFrame から取得されるものは何ですか?...

    docs.aspose.com/slides/ja/php-java/portion/
  5. 如何使用 Python 删除 Word 中的分页符

    本文指导如何使用 Python 删除 Word 中的分页符。它共享有关 IDE 设置的详细信息、任务列表和可运行的示例代码,以使用 Python 删除 Word 中的所有分页符。...Word 文件加载到 Document 类对象并访问其 paragraphs 遍历所有段落并检查每个段落之前的分页符 将 page_break_before...Word 中的所有分页符。 paragraphs 集合中的每个节点都使用 as_paragraph() 方法转换为一个段落,并检查属性...

    kb.aspose.com/zh/words/python/how-to-delete-pag...
  6. 强制表格在新页面渲染|Aspose.PDF for Java

    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....TextFragment ( "HHHHH" )); } Paragraphs paragraphs = curPage . getParagraphs...getParagraphs (); paragraphs . add ( table ); /********* Table table1...

    docs.aspose.com/pdf/zh/java/force-table-renderi...
  7. Crea una casella di testo in cui ogni riga ha u...

    Impara come creare una casella di testo in cui ogni riga può avere un allineamento orizzontale diverso usando Aspose.Cells for JavaScript via C++....h1 > Add TextBox and Set Paragraph Alignment </ h1 > < input...family." ; // Access the first paragraph and set its horizontal alignment...

    docs.aspose.com/cells/it/javascript-cpp/create-...
  8. Crear una caja de texto en la que cada línea te...

    Aprende cómo crear una caja de texto en la que cada línea puede tener una alineación horizontal diferente usando Aspose.Cells for JavaScript a través de C++....h1 > Add TextBox and Set Paragraph Alignment </ h1 > < input...family." ; // Access the first paragraph and set its horizontal alignment...

    docs.aspose.com/cells/es/javascript-cpp/create-...
  9. FieldStyleRef.InsertParagraphNumberInFullContex...

    Gestisci la numerazione dei paragrafi con la proprietà FieldStyleRef InsertParagraphNumberInFullContext. Controlla facilmente il contesto per una maggiore chiarezza del documento.... Styles [ "List Paragraph" ]; builder . Writeln ( "Item...Style = doc . Styles [ "List Paragraph" ]; builder . Writeln ( "Item...

    reference.aspose.com/words/it/net/aspose.words....
  10. LayoutCollector.GetEntity | Aspose.Words per .NET

    Scopri il metodo GetEntity di LayoutCollector e recupera senza sforzo la posizione di LayoutEnumerator per una navigazione fluida nei documenti e una maggiore produttività....metodo funziona solo per Paragraph nodi, così come nodi in linea...è stata restituita per un Paragraph Il nodo è un’interruzione...

    reference.aspose.com/words/it/net/aspose.words....