Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 18,245 for

paragraphs

(0.16 sec)
  1. Setting ATTRIB and MTEXT objects|CAD Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... You can create several paragraphs of text as a single multi-line...

    docs.aspose.com/cad/net/setting-attrib-and-mtex...
  2. Aspose::Words::OutlineLevel enum | Aspose.Words...

    Aspose::Words::OutlineLevel enum. Specifies the outline level of a paragraph in the document in C++....Specifies the outline level of a paragraph in the document. enum class...Description Level1 0 The paragraph is at the outline level 1...

    reference.aspose.com/words/cpp/aspose.words/out...
  3. Converting Word Lists to Text - Free Support Fo...

    Hello, I am trying to mimic the following VBA code using Aspose: ConvertNumbersToText Method | Microsoft Learn This word vba method (ActiveDocument.ConvertNumbersToText) converts all auto-numbering to text in a docume…...Convert list items into regular paragraphs with leading text that imitates...get_child_nodes(aw.NodeType.PARAGRAPH, True) : para = p.as_paragraph() if para...

    forum.aspose.com/t/converting-word-lists-to-tex...
  4. Aspose::Words::Lists::ListFormat::ApplyBulletDe...

    Aspose::Words::Lists::ListFormat::ApplyBulletDefault method. Starts a new default bulleted list and applies it to the paragraph in C++....list and applies it to the paragraph. void Aspose :: Words :: Lists...template, applies it to the paragraph and selects the 1st list level...

    reference.aspose.com/words/cpp/aspose.words.lis...
  5. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...z_order # Get paragraphs in the document. paragraphs = doc.get_child_nodes(aw...get_child_nodes(aw.NodeType.PARAGRAPH, True) layout_collector = aw...

    forum.aspose.com/t/how-to-add-watermark-to-docs...
  6. Aspose::Words::Lists::ListFormat::ListOutdent m...

    Aspose::Words::Lists::ListFormat::ListOutdent method. Decreases the list level of the current paragraph by one level in C++....list level of the current paragraph by one level. void Aspose...organize and decorate sets of paragraphs with prefix symbols and indents...

    reference.aspose.com/words/cpp/aspose.words.lis...
  7. 怎么给指定标题最下面插入内容呢 - Free Support Forum - aspose.com

    怎么给指定标题最下面插入内容呢 标题下面有内容我需要插入在标题最后面...first_paragraph paragraphs = doc.get_child_nodes(aw...get_child_nodes(aw.NodeType.PARAGRAPH, True) below_text = "" for para in paragraphs:...

    forum.aspose.com/t/topic/311384
  8. Aspose::Words::Lists::ListLevelCollection class...

    Aspose::Words::Lists::ListLevelCollection class. A collection of list formatting for each level in a list. To learn more, visit the documentation article 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...
  9. Document.track_revisions property | Aspose.Word...

    Document.track_revisions property. True if changes are tracked when this document is edited in Microsoft Word.... 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. RevisionCollection class | Aspose.Words for Python

    aspose.words.RevisionCollection class. A collection of [Revision](../revision/) objects that represent revisions in the 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...