Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 18,361 for

paragraphs

(0.19 sec)
  1. Edit Markdown In Java

    Edit Markdown in Java code....Remove unwanted MD elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/java/edit/md/
  2. Font Class | Aspose.Words for .NET

    Discover the Aspose.Words.Font class, featuring essential font attributes like name, size, and color to enhance your document formatting and design....various objects such as Run , Paragraph , Style , DocumentBuilder...Shows how to create and use a paragraph style with list formatting...

    reference.aspose.com/words/net/aspose.words/font/
  3. Find and Replace in Python|Aspose.Words for Pyt...

    Find a string or regular expression pattern in your document and replace it with the text you want using Python....phrase is composed of multiple paragraphs, sections, or pages. Some...metacharacters include &p for a paragraph break, &b for a section break...

    docs.aspose.com/words/python-net/find-and-replace/
  4. Work with Columns and Rows in C#|Aspose.Words f...

    Working with parts of a table – rows, columns, and cells using C#. Specify Header Row C#....next , which is applied to paragraphs in table cells By default...parameter to true for each paragraph within the table cells. The...

    docs.aspose.com/words/net/working-with-columns-...
  5. Adding images to Header and footer along with p...

    Hi Aspose Team, We are converting HTML to PDF (multi page pdf) using HtmlLoadOptions class and then passing HTML to Aspose.Pdf.Document class. Now we have a requirement in which every page of generated pdf will have an i…...into paragraphs collection of the section header.Paragraphs.Add(image1);...HorizontalAlignment.Right; footer.Paragraphs.Add(fTxt); for (int cnt =...

    forum.aspose.com/t/adding-images-to-header-and-...
  6. Find and Replace in C#|Aspose.Words for .NET

    Find a string or regular expression pattern in your document and replace it with the text you want using C#....phrase is composed of multiple paragraphs, sections, or pages. Some...metacharacters include &p for a paragraph break, &b for a section break...

    docs.aspose.com/words/net/find-and-replace/
  7. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java....first paragraph of this document. Paragraph paragraph = (Paragraph)...getChild(NodeType.PARAGRAPH, 0, true); paragraph.appendChild(new...

    reference.aspose.com/words/java/com.aspose.word...
  8. Features|Aspose.Words for Node.js via .NET

    Aspose.Words for Node.js via .NET provides users with a wide range of features from simply converting and modifying documents to creating structured and visually appealing documents or automating reporting....Access, create and modify paragraphs and text. Access, create...shading. Access and modify all paragraph formatting including indents...

    docs.aspose.com/words/nodejs-net/features/
  9. TableStyle | Aspose.Words for Java

    Represents a table style in Java....formatting properties of a paragraph style. getLocked() Specifies...automatically to a new paragraph inserted after a paragraph formatted with...

    reference.aspose.com/words/java/com.aspose.word...
  10. Content Control visible in WPS but not visible ...

    Hi team, I am creating content contol with below code. SDT is getting created successfully and visible in WPS but same is not visible in MS word. Code Snippet: public void createSDT(Document document, CustomNode cust…...void makeParaChildOfStruc(Paragraph para, StructuredDocumentTa... structuredDocumentTa) { Paragraph para = customNode.getParaNode();...

    forum.aspose.com/t/content-control-visible-in-w...