Sort Score
Result 10 results
Languages All
Labels All
Results 7,021 - 7,030 of 18,529 for

paragraph

(0.09 sec)
  1. Border.Equals | Aspose.Words per .NET

    Scopri il metodo Border Equals per confrontare facilmente i valori dei bordi e migliorare la precisione del tuo design. Ottieni risultati coerenti senza sforzo!...Writeln ( "Paragraph 1." ); builder . Write ( "Paragraph 2." ); //...Writeln ( "Paragraph 1." ); builder . Write ( "Paragraph 2." ); //...

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

    Archiwa...120, 300, 300); Paragraph para1 = new Paragraph(); para1.getPortions()...Slides for Java")); Paragraph para2 = new Paragraph(); para2.getPortions()...

    blog.aspose.com/pl/slides/convert-ppt-to-video-...
  3. C# 格式的 Aspose.Words Document Object Model (DOM)...

    Document Object Model (DOM) 是 Word 文档的内存表示形式。使用 C# 读取、操作和修改 Word 文档的内容和格式。...可以包含其他节点的节点(例如 Section 或 Paragraph )派生自 CompositeNode 类,而 CompositeNode...时,将创建对象树,如下图所示。 Document 、 Section 、 Paragraph 、 Table 、 Shape 、 Run 以及图表上的所有其他省略号都是表示...

    docs.aspose.com/words/zh/net/aspose-words-docum...
  4. DocumentVisitor.VisitShapeStart | Aspose.Words ...

    Utforska DocumentVisitor VisitShapeStart-metoden för att förbättra formuppräkningen i dina applikationer. Öka effektiviteten och effektivisera din kodningsprocess!...// 1 - Styckenod: Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 4 , true ); para . Accept ( hiddenContentRemover...

    reference.aspose.com/words/sv/net/aspose.words/...
  5. .NET でプレゼンテーションの上付き文字および下付き文字を管理する|Aspose.Slide...

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

    docs.aspose.com/slides/ja/net/superscript-and-s...
  6. Insertion de champs dans Python|Aspose.Words po...

    Insérez des champs dans un document Python de différentes manières: en utilisant `DocumentBuilder` ou DOM (Document Object Model)....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/python-net/inserting-f...
  7. DocumentVisitor.VisitFootnoteStart | Aspose.Wor...

    Upptäck DocumentVisitor VisitFootnoteStart-metoden, viktig för att hantera fotnoter och slutnoter effektivt i din dokumenthantering....// 1 - Styckenod: Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 4 , true ); para . Accept ( hiddenContentRemover...

    reference.aspose.com/words/sv/net/aspose.words/...
  8. 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-...
  9. إنشاء مستند PDF برمجياً|Aspose.PDF لـ Python عب...

    تصف هذه الصفحة كيفية إنشاء مستند PDF من الصفر باستخدام Aspose.PDF for Python عبر مكتبة .NET....أضف TextFragment إلى مجموعة paragraphs في الصفحة احفظ مستند PDF...النص للصفحة الجديدة page . paragraphs . add ( text_fragment ) #...

    docs.aspose.com/pdf/ar/python-net/create-document/
  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/