Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 18,588 for

paragraphs

(0.21 sec)
  1. Style.linkedStyleName property | Aspose.Words f...

    Style.linkedStyleName property. Gets/sets the name of the [Style](../) linked to this one...only allowed to link the paragraph style to the character style...doc . firstSection . body . paragraphs . at ( 1 ). paragraphFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ListFormat.ApplyBulletDefault | Aspose.Words fo...

    Discover how to use the ApplyBulletDefault method to effortlessly create stylish bulleted lists in your documents, enhancing readability and organization....list and applies it to the paragraph. public void ApplyBulletDefault...template, applies it to the paragraph and selects the 1st list level...

    reference.aspose.com/words/net/aspose.words.lis...
  3. ListFormat.applyBulletDefault method | Aspose.W...

    ListFormat.applyBulletDefault method. Starts a new default bulleted list and applies it to the paragraph....list and applies it to the paragraph. applyBulletDefault () Remarks...template, applies it to the paragraph and selects the 1st list level...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::ParagraphFormat::get_CharacterUn...

    Aspose::Words::ParagraphFormat::get_CharacterUnitFirstLineIndent method. Gets or sets the value (in characters) for the first-line or hanging indent. Use positive values to set the first-line indent, and negative values to set the hanging indent in C++....Examples Shows how to change paragraph spacing and indents. auto...// 4 - Line spacing before paragraphs: ASPOSE_ASSERT_EQ ( format...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. Create or Add Table In PDF|Aspose.PDF for C++

    Aspose.PDF for C++ is a library used to create, read, and edit PDF Tables. Using this library, you can paginate a table on the PDF page using C++....Cpp/Generator/Paragraphs.h> #include <Aspose.PDF....() -> idx_get ( 1 ) -> get_Paragraphs () -> Add ( table ); // Save...

    docs.aspose.com/pdf/cpp/add-table-in-existing-p...
  6. OutlineOptions class | Aspose.Words for Python

    aspose.words.saving.OutlineOptions class. Allows to specify outline options...create outlines for headings (paragraphs formatted with the Heading...many levels of headings (paragraphs formatted with the Heading...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 以编程方式创建 PDF 文档|Aspose.PDF for .NET

    本页面描述了如何使用 Aspose.PDF 库从头开始创建 PDF 文档。... 向页面的 Paragraphs 集合中添加 TextFragment 。 保存生成的...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/create-document/
  8. Revision.group property | Aspose.Words for Python

    Revision.group property. Gets the revision group... first_paragraph . runs [ 0 ] . remove () #...its parent node from the paragraph text # and then remove the...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.revisions property | Aspose.Words for ...

    Document.revisions property. Gets a collection of revisions (tracked changes) that exist in this document.... first_paragraph . runs [ 0 ] . remove () #...its parent node from the paragraph text # and then remove the...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Create PDF Document|Aspose.PDF for C++

    This article describes how to Create and format the PDF Document with Aspose.PDF for C++....object Add TextFragment to Paragraphs collection of the page Save...auto paragraphs = page -> get_Paragraphs (); paragraphs -> Add...

    docs.aspose.com/pdf/cpp/create-pdf-document/