Sort Score
Result 10 results
Languages All
Labels All
Results 5,851 - 5,860 of 18,541 for

paragraphs

(0.84 sec)
  1. .NET でプレゼンテーションの上付き文字および下付き文字を管理する|Aspose.Slide...

    Aspose.Slides for .NET で上付き文字と下付き文字をマスターし、プレゼンテーションをプロフェッショナルなテキスト書式で最大のインパクトに引き上げましょう。... 上付き文字用の新しい Paragraph を作成し、 ITextFrame の段落コレクションに追加します。...にテキストを設定し、段落の部分コレクションに追加します。 下付き文字用の別の Paragraph を作成し、段落コレクションに追加します。 新しいテキスト部分オブジェクトを作成します。...

    docs.aspose.com/slides/ja/net/superscript-and-s...
  2. Insérer des champs dans C#|Aspose.Words pour .NET

    Comment insérer des champs dans un document à l'aide de C# – découvrez différentes manières avec des exemples de code....MERGE à l’aide de DOM à un paragraphe d’un document: Insertion...Merge à l’aide de DOM à un paragraphe d’un document: Insertion...

    docs.aspose.com/words/fr/net/inserting-fields/
  3. DocumentVisitor.VisitGroupShapeStart | Aspose.W...

    Scopri il metodo VisitGroupShapeStart di DocumentVisitor, essenziale per un'enumerazione efficiente delle forme di gruppo nelle tue applicazioni. Migliora il tuo flusso di lavoro di programmazione oggi stesso!...Nodo paragrafo: Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 4 , true ); para . Accept ( hiddenContentRemover...

    reference.aspose.com/words/it/net/aspose.words/...
  4. DocumentVisitor.VisitGroupShapeStart | Aspose.W...

    Upptäck DocumentVisitor VisitGroupShapeStart-metoden, avgörande för effektiv uppräkning av gruppformer i dina applikationer. Förbättra ditt kodningsarbetsflöde idag!...// 1 - Styckenod: Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 4 , true ); para . Accept ( hiddenContentRemover...

    reference.aspose.com/words/sv/net/aspose.words/...
  5. 新着情報|Aspose.PDF for Python via .NET

    このページでは、Aspose.PDF for Python via .NETの最近のリリースで導入された最も人気のある新機能を紹介します。... Document () paragraph_content = "Lorem ipsum dolor...ap . text . TextFragment ( paragraph_content ) rectangle = ap ...

    docs.aspose.com/pdf/ja/python-net/whatsnew/
  6. TableCollection | Aspose.Words for Java

    Provides typed access to a collection of Table nodes in Java....then appears in the parent Paragraph's RunCollection. RunCollection...first paragraph of this document. Paragraph paragraph = (Paragraph)...

    reference.aspose.com/words/java/com.aspose.word...
  7. C++ で PowerPoint の自動生成: 動的なプレゼンテーションを簡単に作成|Aspo...

    Aspose.Slides for C++ を使用してクラウド プラットフォーム上でスライド作成を自動化し、PowerPoint と OpenDocument ファイルを高速かつ信頼性を持って生成、編集、変換します。...auto paragraph = MakeObject < Paragraph > (); paragraph -> get_ParagraphFormat...( BulletType :: Symbol ); paragraph -> get_ParagraphFormat ()...

    docs.aspose.com/slides/ja/cpp/automating-powerp...
  8. C#を使用してPDFにテーブルを作成または追加する|Aspose.PDF for .NET

    Aspose.PDF for .NETは、PDFテーブルを作成、読み取り、編集するために使用されるライブラリです。このトピックで他の高度な機能を確認してください。... Paragraphs . Add ( table ); // Save...of input document page . Paragraphs . Add ( table ); // Save...

    docs.aspose.com/pdf/ja/net/add-table-in-existin...
  9. Pythonを使用してPDFにテーブルを作成または追加する|Aspose.PDF for Py...

    Aspose.PDF for Python via .NETは、PDFテーブルを作成、読み取り、編集するためのライブラリです。このトピックの他の高度な機能を確認してください。... paragraphs . add ( table ) # テーブルオブ...pdf_document . pages [ 1 ] . paragraphs . add ( table ) # テーブルオブ...

    docs.aspose.com/pdf/ja/python-net/add-table-in-...
  10. C++を使用してPDFにテキストを追加する|Aspose.PDF for C++

    この記事では、Aspose.PDFでのテキスト操作のさまざまな側面について説明します。PDFにテキストを追加したり、HTMLフラグメントを追加したり、カスタムOTFフォントを使用する方法を学びます。...page ); // テキストパラグラフを作成 auto paragraph = MakeObject < TextParagraph...TextParagraph > (); // 続く行のインデントを設定 paragraph -> set_SubsequentLinesInden...

    docs.aspose.com/pdf/ja/cpp/add-text-to-pdf-file/