Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 18,545 for

paragraphs

(0.21 sec)
  1. .NET でプレゼンテーションの箇条書きと番号付きリストを管理する|Aspose.Slides...

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

    docs.aspose.com/slides/ja/net/manage-bullet-and...
  2. Story.AppendParagraph | Aspose.Words for .NET

    Discover the Story AppendParagraph method, effortlessly create and append a Paragraph object with customizable text for seamless document enhancement....shortcut method that creates a Paragraph object with optional text...end of this object. public Paragraph AppendParagraph ( string text...

    reference.aspose.com/words/net/aspose.words/sto...
  3. ParagraphCollection.ToArray | Aspose.Words per ...

    Converti senza sforzo la tua ParagraphCollection in un array con il metodo ToArray, semplificando la gestione dei dati e migliorando l'elaborazione dei tuoi documenti.... public Paragraph [] ToArray () Valore di ritorno...Document ( MyDir + "Paragraphs.docx" ); Paragraph [] paras = doc ...

    reference.aspose.com/words/it/net/aspose.words/...
  4. ParagraphCollection.ToArray | Aspose.Words för ...

    Konvertera enkelt din ParagraphCollection till en array med ToArray-metoden, vilket effektiviserar datahanteringen och förbättrar din dokumentbehandling.... public Paragraph [] ToArray () Returvärde En...Document ( MyDir + "Paragraphs.docx" ); Paragraph [] paras = doc ...

    reference.aspose.com/words/sv/net/aspose.words/...
  5. Administrar párrafos de texto de PowerPoint en ...

    Domina el formato de párrafos con Aspose.Slides para C++ — optimiza alineación, espaciado y estilo en presentaciones PPT, PPTX y ODP en C++....IParagraph > para0 = tf -> get_Paragraphs () -> idx_get ( 0 ); SharedPtr...SharedPtr < Paragraph > para1 = MakeObject < Paragraph > (); tf...

    docs.aspose.com/slides/es/cpp/manage-paragraph/
  6. Different LineSpacing (12 vs 13.5 Multiple) App...

    We are programmatically replacing paragraph content inside StructuredDocumentTag (SDT) elements in a Word document. The document contains two visually identical tables. After replacing the paragraph inside the SDT and c…...programmatically replacing paragraph content inside StructuredDocumentTa...tables. After replacing the paragraph inside the SDT and copying...

    forum.aspose.com/t/different-linespacing-12-vs-...
  7. ParagraphFormat.alignment property | Aspose.Wor...

    ParagraphFormat.alignment property. Gets or sets text alignment for the paragraph....sets text alignment for the paragraph. @property def alignment (...Examples Shows how to insert a paragraph into the document. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Pythonでプレゼンテーションの箇条書きと番号付きリストを管理する|Aspose.Slide...

    Aspose.Slides for Python via .NET を使用して、PowerPoint と OpenDocument のプレゼンテーションで箇条書きおよび番号付きリストを管理する方法を学びます。コード例を交えたステップバイステップのガイドで、すぐに始められます。... 最初の段落を Paragraph クラスを使用して作成します。 箇条記号の種類を SYMBOL...create_paragraph ( text ): paragraph = slides . Paragraph () paragraph...

    docs.aspose.com/slides/ja/python-net/manage-bul...
  9. InlineStory.font property | Aspose.Words for Py...

    InlineStory.font property. Provides access to the font formatting of the anchor character of this object....last child of the node is a paragraph, # for us to be able to click...assertEqual ( aw . NodeType . PARAGRAPH , footnote . last_child ....

    reference.aspose.com/words/python-net/aspose.wo...
  10. NodeType | Aspose.Words for Java

    Specifies the type of a Word document node in Java....first paragraph of this document. Paragraph paragraph = (Paragraph)...getChild(NodeType.PARAGRAPH, 0, true); paragraph.appendChild(new...

    reference.aspose.com/words/java/com.aspose.word...