Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 18,130 for

paragraph

(0.07 sec)
  1. HeaderFooterCollection Class | Aspose.Words for...

    Discover Aspose.Words.HeaderFooterCollection for easy, typed access to Section HeaderFooter nodes, streamlining document management and enhancing your workflow....append a paragraph to it. The text in that paragraph // will appear...HeadersFooters . Add ( header ); Paragraph para = header . AppendParagraph...

    reference.aspose.com/words/net/aspose.words/hea...
  2. TabStopCollection.add method | Aspose.Words for...

    Aspose.Words.TabStopCollection.add method... Document (); let paragraph = doc . getParagraph ( 0 ...of adding tab stops to a paragraph's collection of tab stops...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Loading::DocumentDirection enum ...

    Aspose::Words::Loading::DocumentDirection enum. Allows to specify the direction to flow the text in a document in C++....// the direction of every paragraph of text that Aspose.Words...loads from plaintext. // Each paragraph's "Bidi" property will store...

    reference.aspose.com/words/cpp/aspose.words.loa...
  4. Problem for resetting the numbering of List whi...

    We encountered an issue when resetting the list numbering when merging documents. In order to prevent the merged list from continuing the numbering of the target document, we wrote a new processing method called “ResetNu…...newNode; if (node is Paragraph && (node as Paragraph).IsListItem) {...k < tmTb.Rows[i].Cells[j].Paragraphs.Count; k++) { } } } } } catch...

    forum.aspose.com/t/problem-for-resetting-the-nu...
  5. Multi-column questionnaire|Documentation

    A compact questionnaire with multi-column layout and open-ended questions.... paragraph Combine texts with different...border_size=5 border_color=Black ?paragraph= ?content=How satisfied were...

    docs.aspose.com/omr/net/txt-markup/examples/mul...
  6. Body | Aspose.Words for .NET

    Create and customize a new Body instance effortlessly with our intuitive constructor. Experience seamless integration for your projects today!...section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/net/aspose.words/bod...
  7. TabStopCollection class | Aspose.Words for Python

    aspose.words.TabStopCollection class. A collection of [TabStop](../tabstop/) objects that represent custom tabs for a Paragraph or a style...represent custom tabs for a paragraph or a style. To learn more...defined in the properties of a paragraph style or directly in the properties...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TabStopCollection class | Aspose.Words for Node.js

    Aspose.Words.TabStopCollection class. A collection of [TabStop](../tabstop/) objects that represent custom tabs for a Paragraph or a style...represent custom tabs for a paragraph or a style. To learn more...defined in the properties of a paragraph style or directly in the properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::ParagraphAlignment enum | Aspose...

    Aspose::Words::ParagraphAlignment enum. Specifies text alignment in a Paragraph in C++....Specifies text alignment in a paragraph. enum class ParagraphAlignment...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/cpp/aspose.words/par...
  10. Create Tagged PDF using Python|Aspose.PDF for P...

    This article explains how to create structure's elements for Tagged PDF document programmatically using Aspose.PDF for Python via .NET....contains 2 elements: header and paragraph. import aspose.pdf as ap #...Header" ) paragraph_element = tagged_content . create_paragraph_element...

    docs.aspose.com/pdf/python-net/create-tagged-pdf/