Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 36,213 for

paragraph

(0.06 sec)
  1. Comment.story_type property | Aspose.Words for ...

    Comment.story_type property. Returns [StoryType.COMMENTS](../../storytype/#COMMENTS)....last child of the node is a paragraph, # for us to be able to click...assertEqual ( aw . NodeType . PARAGRAPH , footnote . last_child ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. Adding the TOC - Free Support Forum - aspose.com

    Hi Team, I am trying to add the Table of content in particular heading below . I used below code its adding TOC but its not moving the heading below the content to next line. image.png (3.9 KB) Please find the below in…...Paragraph, true).Cast<Paragraph>(); foreach (Paragraph p in...point the builder to the next paragraph break, so every new insertion...

    forum.aspose.com/t/adding-the-toc/261334
  3. ParagraphFormat.style_name property | Aspose.Wo...

    ParagraphFormat.style_name property. Gets or sets the name of the Paragraph style applied to this formatting....Gets or sets the name of the paragraph style applied to this formatting...section, one body and one paragraph. # Call the "remove_all_children"...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Slides::IParagraphFactory Class Referen...

    Public Member Functions | List of all members Aspose::Slides::IParagraphFactory Class Reference abstract Allows to cr......abstract Allows to create paragraphs More... #include <IParagraphFactory...()=0 Creates a new empty paragraph. More... virtual System::SharedPtr...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  5. Aspose::Words::FrameFormat::get_VerticalDistanc...

    Aspose::Words::FrameFormat::get_VerticalDistanceFromText method. Specifies vertical distance (in points) between a frame and the surrounding text in C++....formatting properties of paragraphs that are frames. auto doc...MyDir + u "Paragraph frame.docx" ); SharedPtr < Paragraph > paragraphFrame...

    reference.aspose.com/words/cpp/aspose.words/fra...
  6. Aspose::Words::FrameFormat::get_RelativeVertica...

    Aspose::Words::FrameFormat::get_RelativeVerticalPosition method. Gets the relative vertical position of a frame in C++....formatting properties of paragraphs that are frames. auto doc...MyDir + u "Paragraph frame.docx" ); SharedPtr < Paragraph > paragraphFrame...

    reference.aspose.com/words/cpp/aspose.words/fra...
  7. DocumentBase.Styles | Aspose.Words for .NET

    DocumentBase Styles property. Returns a collection of styles defined in the document in C#....Shows how to create and use a paragraph style with list formatting...doc ); // Create a custom paragraph style. Style style = doc ...

    reference.aspose.com/words/net/aspose.words/doc...
  8. FrameFormat.RelativeHorizontalPosition | Aspose...

    FrameFormat RelativeHorizontalPosition property. Gets the relative horizontal position of a 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...
  9. FrameFormat.VerticalAlignment | Aspose.Words fo...

    FrameFormat VerticalAlignment property. Gets vertical 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...
  10. Aspose::Words::Notes::Footnote::get_StoryType m...

    Aspose::Words::Notes::Footnote::get_StoryType method. Returns Footnotes or Endnotes 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.not...