Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 17,314 for

paragraph

(0.15 sec)
  1. Aspose::Words::HeaderFooterCollection class | A...

    Aspose::Words::HeaderFooterCollection class. Provides typed access to HeaderFooter nodes of a Section. To learn more, visit the documentation article in C++....append a paragraph to it. The text in that paragraph // will appear...SharedPtr < Aspose :: Words :: Paragraph > para = header -> AppendParagraph...

    reference.aspose.com/words/cpp/aspose.words/hea...
  2. Inserting Documents Dynamically in Java|Aspose....

    Insert contents of outer documents into your document dynamically when building a report in Java....Also, you can trim the last paragraph break from a document being...feature is useful for a single-paragraph document being inserted, when...

    docs.aspose.com/words/java/inserting-documents-...
  3. Not able to add line spacing value in decimal b...

    m trying to set the line spacing of a TextFragment object using Aspose.pdf in C#, but I’m unable to set the value between 0.0 to 1.0 I also want to set the line spacing to a value less than 1, such as 0.82, but it seems…...TextParagraph paragraph = new TextParagraph(); paragraph.Rectangle...652f, 425.665f, 549.093f); paragraph.VerticalAlignment = VerticalAlignment...

    forum.aspose.com/t/not-able-to-add-line-spacing...
  4. HeaderFooter class | Aspose.Words for Node.js

    Aspose.Words.HeaderFooter class. Represents a container for the header or footer text of a section...HeaderFooter can contain Paragraph and Table child nodes. HeaderFooter...HeaderFooter contains at least one Paragraph , it is no longer considered...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::BorderCollection::idx_get method...

    Aspose::Words::BorderCollection::idx_get method. Retrieves a Border object by border type in C++....builder -> Write ( u "This paragraph is formatted with a double...Writeln ( u "Paragraph 1." ); builder -> Write ( u "Paragraph 2." );...

    reference.aspose.com/words/cpp/aspose.words/bor...
  6. BookmarkEnd | Aspose.Words for Java

    Represents an end of a bookmark in a Word document in Java....Document doc = new Document(); Paragraph para = doc.getFirstSection()...first paragraph of this document. Paragraph paragraph = (Paragraph)...

    reference.aspose.com/words/java/com.aspose.word...
  7. Extract Text from Presentations|Aspose.Slides D...

    Learn how to quickly and easily extract text from PowerPoint presentations using Aspose.Slides for .NET. Follow our simple, step-by-step guide to save time and efficiently access slide content in your applications....; i ++) { // Loop through paragraphs in the current text frame...IParagraph paragraph in textFrames [ i ]. Paragraphs ) { // Loop...

    docs.aspose.com/slides/net/extract-text-from-pr...
  8. Nodeimporter ignores "KeepSourceNumbering" and ...

    Hi there Our software contains a workflow, where specific ContentControls are copied into another docx File. This used to work on 15.6. After we updated to 22.9 a while ago ( we’re now on 25.4 but still face this issu…...I found out that all the paragraphs lists are listed with StartAt:...importFormatOptions); foreach (Paragraph paragraph in srcDoc.FirstSection...

    forum.aspose.com/t/nodeimporter-ignores-keepsou...
  9. PageSetup.lineNumberRestartMode property | Aspo...

    PageSetup.lineNumberRestartMode property. Gets or sets the way line numbering runs that is, whether it starts over at the beginning of a new page or section or runs continuously....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/nodejs-net/aspose.wo...
  10. LineNumberRestartMode enumeration | Aspose.Word...

    Aspose.Words.LineNumberRestartMode enumeration. Determines when automatic line numbering restarts....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/nodejs-net/aspose.wo...