Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 18,170 for

paragraphs

(0.36 sec)
  1. DocumentBuilder.ListFormat | Aspose.Words for .NET

    Explore the DocumentBuilder ListFormat property to access and customize your current list formatting settings for enhanced document design....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. // Each paragraph that we add between a list's...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Revision.accept method | Aspose.Words for Python

    Revision.accept method. Accepts this revision.... first_paragraph . runs [ 0 ] . remove () #...its parent node from the paragraph text # and then remove the...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Revision.revision_type property | Aspose.Words ...

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

    reference.aspose.com/words/python-net/aspose.wo...
  4. Document.has_revisions property | Aspose.Words ...

    Document.has_revisions property. Returns ``True`` if the document has any tracked changes.... first_paragraph . runs [ 0 ] . remove () #...its parent node from the paragraph text # and then remove the...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ListLevel.NumberStyle | Aspose.Words for .NET

    Discover the ListLevel NumberStyle property to easily customize and set number styles for your lists, enhancing organization and clarity....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/net/aspose.words.lis...
  6. Add Line Object to PDF file|Aspose.PDF for C++

    This article explains how to create a line object to your PDF using Aspose.PDF for C++.... Add Graph object to paragraphs collection of page instance...); // Add graph object to paragraphs collection of page instance...

    docs.aspose.com/pdf/cpp/add-line/
  7. Aspose::Words::Lists::ListLevelCollection::idx_...

    Aspose::Words::Lists::ListLevelCollection::idx_set method. Gets a list level by index in C++....custom list formatting to paragraphs when using DocumentBuilder...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/cpp/aspose.words.lis...
  8. 创建一个复杂的PDF|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET 允许您创建包含图像、文本片段和表格的更复杂的文档。... 将页眉添加到页面的 paragraphs 。 为描述创建一个 TextFragment 。...Position ( 130 , 720 ) page . paragraphs . add ( header ) # 添加描述 descriptionText...

    docs.aspose.com/pdf/zh/python-net/complex-pdf-e...
  9. 使用 C# 在 PDF 中格式化文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中格式化 PDF 文档中的文本,以增强文档的视觉呈现。... Paragraphs . Add ( text ); text = new...TextFragment ( "Line2" ); page . Paragraphs . Add ( text ); text = new...

    docs.aspose.com/pdf/zh/net/text-formatting-insi...
  10. Alternative for getChildNodes() to get all the ...

    i was using 23.1 version not trying to upgrade to 25.3 but my old class are throwing errors...example, if you want to get all paragraph nodes in the body, you can...NodeCollection paragraphs = body.getChildNodes(NodeType.PARAGRAPH, true);...

    forum.aspose.com/t/alternative-for-getchildnode...