Sort Score
Result 10 results
Languages All
Labels All
Results 5,721 - 5,730 of 18,511 for

paragraphs

(0.11 sec)
  1. Document.UpdateWordCount | Aspose.Words per .NET

    Migliora l'efficienza del tuo documento con il metodo UpdateWordCount, garantendo proprietà precise di conteggio delle parole per una migliore modifica e revisione.... Paragraphs ); Assert . AreEqual ( 1.... BuiltInDocumentPrope . Paragraphs ); // Per il conteggio delle...

    reference.aspose.com/words/it/net/aspose.words/...
  2. JavaScript を使用してプレゼンテーションの箇条書きと番号付きリストを管理する|Asp...

    Aspose.Slides for Node.js を使用して、JavaScript で PowerPoint および OpenDocument のプレゼンテーションにおける箇条書きと番号付きリストの管理方法を学びます。ステップバイステップのガイドです。... Paragraph クラスを使用して最初の段落インスタンスを作成します。...para = new aspose . slides . Paragraph (); // 段落の箇条書きスタイルとシンボルを設定...

    docs.aspose.com/slides/ja/nodejs-java/manage-bu...
  3. PHP を使用したプレゼンテーションでの箇条書きと番号付きリストの管理|Aspose.Slid...

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

    docs.aspose.com/slides/ja/php-java/manage-bullet/
  4. إدارة أجزاء النص في العروض التقديمية على Androi...

    تعلم كيفية إدارة أجزاء النص في عروض PowerPoint التقديمية باستخدام Aspose.Slides لنظام Android عبر Java، مما يعزز الأداء والتخصيص....getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()) { Point2D...

    docs.aspose.com/slides/ar/androidjava/portion/
  5. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreStructuredDocumentTags method. Gets or sets a boolean value indicating either to ignore content of StructuredDocumentTag. The default value is false in C++....docx" ); // This paragraph contains SDT. auto p = System...ExplicitCast < Aspose :: Words :: Paragraph > ( doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words.rep...
  6. ShapeBase.WrapType | Aspose.Words for .NET

    Discover the ShapeBase WrapType property, control inline or floating shapes and customize text wrapping for enhanced layout flexibility.... Top ; // Add a paragraph to the text box and add a...AppendChild ( new Paragraph ( doc )); Paragraph para = textBox ...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Přeložit Markdown až DOM|Aspose.Words místo .NET

    Přeložit a Markdown doklad k Document Object Model a zpětné použití C#. Takže můžete pracovat se složitými existujícími Markdown a programově vytvořit Markdown Dokument od začátku....previous paragraph to not combine styles between paragraphs. builder...Styles . Add ( StyleType . Paragraph , "SetextHeading1" ); builder...

    docs.aspose.com/words/cs/net/translate-markdown...
  8. FieldStyleRef class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldStyleRef class. Implements the STYLEREF field...insert the paragraph number of the referenced paragraph exactly...insert the paragraph number of the referenced paragraph in full...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Crear o Agregar Tabla en PDF|Aspose.PDF para C++

    Aspose.PDF para C++ es una biblioteca utilizada para crear, leer y editar tablas en PDF. Usando esta biblioteca, puedes paginar una tabla en la página PDF usando C++....Cpp/Generator/Paragraphs.h> #include <Aspose.PDF....() -> idx_get ( 1 ) -> get_Paragraphs () -> Add ( table ); // Guardar...

    docs.aspose.com/pdf/es/cpp/add-table-in-existin...
  10. 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/