Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 36,210 for

paragraph

(0.08 sec)
  1. NodeImporter.ImportNode | Aspose.Words for .NET

    NodeImporter ImportNode method. Imports a node from one document into another in C#.... Paragraph || insertionDestination ....that is not the last empty paragraph of a section. foreach ( Section...

    reference.aspose.com/words/net/aspose.words/nod...
  2. Merging DOCX file does not add Section Breaks -...

    We are trying to merge an entire DOCX file into the parent DOCX file. When we do this, the Section breaks are not being transferred into the new file. We are using the following API. The code comment mentions that the se…...be a block level node * (paragraph or table). * @param srcDoc...that the node is either a paragraph or table. if ((insertAfterNode...

    forum.aspose.com/t/merging-docx-file-does-not-a...
  3. IMathPortion | Aspose.Sildes for .NET API Refer...

    Represents a portion with mathematical context inside....MathParagraph { get; } Math paragraph Examples Example: [C#] using...IParagraph paragraph = shape . TextFrame . Paragraphs [ 0 ]; MathPortion...

    reference.aspose.com/slides/net/aspose.slides.m...
  4. CompositeNode.GetText | Aspose.Words for .NET

    CompositeNode GetText method. Gets the text of this node and of all its children in C#....()); Shows how to output all paragraphs in a document that are list...NodeType . Paragraph , true ); foreach ( Paragraph para in paras...

    reference.aspose.com/words/net/aspose.words/com...
  5. LINQ Reporting Engine - Unable to fill backgrou...

    I want to fill multiple textboxes with a certain number and a background color which depends on the number. My source code is as follows: - Paragraph lastParagraph = document.LastSection.Body.LastParagraph; // Set left…...source code is as follows: - Paragraph lastParagraph = document.LastSection...Set left alignment for the paragraph. lastParagraph.ParagraphFormat...

    forum.aspose.com/t/linq-reporting-engine-unable...
  6. Aspose word revisions - Aspose.Words Product Fa...

    Hi all, I want to find the level of the revisions on the word. Exampl: 1.2.3.4 title 4 i want to have 1.2.3.4 with this code: foreach (Revision revision in doc.Revisions) { } Best regards, Jugurtha...Revisions) { Paragraph para = revision.ParentNode...ParentNode.ParentNode as Paragraph; if (para != null && para.IsListItem)...

    forum.aspose.com/t/aspose-word-revisions/248268
  7. ListFormat | Aspose.Words for Java

    Allows to control what list formatting is applied to a Paragraph in Java....formatting is applied to a paragraph. To learn more, visit the...documentation article. Remarks: A paragraph in a Microsoft Word document...

    reference.aspose.com/words/java/com.aspose.word...
  8. Copying content from one word file to another h...

    When I copy part of the text (I’m looking for all Paragraphs delimited between two specific Paragraphs) from a Word document to another word document and without a license, everything works fine. When I use the temporar…...all paragraphs delimited between two specific paragraphs) from...message as the very first paragraph in the document, so original...

    forum.aspose.com/t/copying-content-from-one-wor...
  9. EditableRange.editor_group property | Aspose.Wo...

    EditableRange.editor_group property. Returns or sets an alias (or editing group) which shall be used to determine if the current user shall be allowed to edit this editable range...." + 'we cannot edit this paragraph without the password.' ) #...builder . writeln ( 'This paragraph inside the outer editable...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::InlineStory::get_Tables method |...

    Aspose::Words::InlineStory::get_Tables method. Gets a collection of tables that are immediate children of the story in C++....last child of the node is a paragraph, // for us to be able to click...(); ASSERT_EQ ( NodeType :: Paragraph , footnote -> get_LastChild...

    reference.aspose.com/words/cpp/aspose.words/inl...