Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 36,324 for

paragraph

(0.06 sec)
  1. Aspose::Words::Layout::LayoutOptions::get_ShowP...

    Aspose::Words::Layout::LayoutOptions::get_ShowParagraphMarks method. Gets or sets indication of whether Paragraph marks are rendered. Default is false in C++....sets indication of whether paragraph marks are rendered. Default...Examples Shows how to show paragraph marks in a rendered output...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. In my document having some of the list like 7.1...

    @alexey.noskov in my document having some of the list like 7.1.1,7.1.2 ex… so many list are the I need to convert this list to heading 3 Please note :based on the number like 7.1.1 ,7.1.2 ,7.2.1 ,…ex based on this numbe…...all paragraphs in the document NodeCollection paragraphs = doc...GetChildNodes(NodeType.Paragraph, true); foreach (Paragraph para in paragraphs)...

    forum.aspose.com/t/in-my-document-having-some-o...
  3. Portion() | Aspose.Slides for C++ API Reference

    Iterate each ForEach::Portion in the Presentation....Portion > portion , SharedPtr < Paragraph > para , SharedPtr < BaseSlide...Portion > portion , SharedPtr < Paragraph > para , SharedPtr < BaseSlide...

    reference.aspose.com/slides/cpp/aspose.slides.l...
  4. FrameFormat.HorizontalAlignment | Aspose.Words ...

    FrameFormat HorizontalAlignment property. Gets horizontal alignment of the specified frame in C#....formatting properties of paragraphs that are frames. Document...Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...

    reference.aspose.com/words/net/aspose.words/fra...
  5. 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...
  6. 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...
  7. 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
  8. 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...
  9. 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...
  10. Aspose::Words::DocumentVisitor::VisitBodyEnd me...

    Aspose::Words::DocumentVisitor::VisitBodyEnd method. Called when enumeration of the main text story in a section has ended in C++....paragraphCount = body -> get_Paragraphs () -> get_Count (); IndentAndAppendLine...String ( u "[Body start] Paragraphs: " ) + paragraphCount );...

    reference.aspose.com/words/cpp/aspose.words/doc...