Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 18,176 for

paragraphs

(0.13 sec)
  1. Style.Remove | Aspose.Words for .NET

    Effortlessly eliminate unwanted styles from your document with the Style Remove method. Enhance your content's appearance and maintain consistency!...removed from corresponding paragraphs, runs and tables. If base...Styles . Add ( StyleType . Paragraph , "MyStyle" ); style . Font...

    reference.aspose.com/words/net/aspose.words/sty...
  2. Aspose::Words::ParagraphFormat::get_LineSpacing...

    Aspose::Words::ParagraphFormat::get_LineSpacingRule method. Gets or sets the line spacing for the paragraph in C++....the line spacing for the paragraph. Aspose :: Words :: LineSpacingRule...we can define using the // paragraph's "LineSpacingRule" property...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. PageSetup.LineNumberDistanceFromText | Aspose.W...

    Discover the PageSetup LineNumberDistanceFromText property to easily adjust the spacing between line numbers and your document's text for improved readability....line counter will skip any paragraph with the "SuppressLineNumbers"...flag set to "true". // This paragraph is on the 15th line, which...

    reference.aspose.com/words/net/aspose.words/pag...
  4. List.list_id property | Aspose.Words for Python

    List.list_id property. Gets the unique identifier of the list....Examples Shows how to output all paragraphs in a document that are list...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) for para in list...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Manage Text Portions in Presentations in .NET|A...

    Learn how to manage text portions in PowerPoint presentations using Aspose.Slides for .NET, boosting performance and customization....foreach ( var paragraph in textFrame . Paragraphs ) { foreach (...( Portion portion in paragraph . Portions ) { PointF point =...

    docs.aspose.com/slides/net/portion/
  6. NodeList.ToArray | Aspose.Words for .NET

    Effortlessly convert NodeList to an array with the ToArray method, simplifying node manipulation and enhancing your web development workflow....expression will extract all paragraph nodes, // which are descendants... SelectNodes ( "//Table//Paragraph" ); // Iterate through the...

    reference.aspose.com/words/net/aspose.words/nod...
  7. Working with Hyperlinks|Aspose.Words for Python...

    Add, replace, or modify a hyperlink in a document using Python....content and span multiple paragraphs or sections in a document...

    docs.aspose.com/words/python-net/working-with-h...
  8. HtmlSaveOptions.DocumentSplitCriteria | Aspose....

    Discover the HtmlSaveOptions DocumentSplitCriteria property to optimize document saving in HTML, EPUB, and AZW3 formats. Enhance your formatting control today!...the document into heading paragraphs. // This is useful for readers...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreDeleted method. Gets or sets a boolean value indicating either to ignore text inside delete revisions. The default value is false in C++....revisions and remove the second paragraph, which will create a delete...delete revision. // That paragraph will persist in the document until...

    reference.aspose.com/words/cpp/aspose.words.rep...
  10. 使用 Python 向 PDF 添加标题 | Aspose.PDF

    使用 Aspose.PDF 通过 .NET 处理来自 PDF 的标头的 Python 代码示例。... Paragraphs . Add ( headerText ) marginInfo...

    products.aspose.com/pdf/zh-hans/python-net/header/