Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 36,517 for

paragraph

(0.29 sec)
  1. Aspose::Words::Saving::TxtSaveOptionsBase Class...

    The base class for specifying additional options when saving a document into a text based formats....txt document with a custom paragraph break. auto doc = MakeObject<Document>();...builder->Writeln(u "Paragraph 1." ); builder->Writeln(u "Paragraph 2." );...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. FieldStyleRef.style_name property | Aspose.Word...

    FieldStyleRef.style_name property. Gets or sets the name of the style by which the text to search for is formatted....\x01 )' # Add text and apply paragraph styles that STYLEREF fields...list_indent () builder . paragraph_format . style = doc . styles...

    reference.aspose.com/words/python-net/aspose.wo...
  3. InlineStory.Tables | Aspose.Words for .NET

    InlineStory Tables property. 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 . AreEqual ( NodeType . Paragraph , footnote . LastChild . NodeType...

    reference.aspose.com/words/net/aspose.words/inl...
  4. InlineStory.ensure_minimum method | Aspose.Word...

    InlineStory.ensure_minimum method. If the last child is not a Paragraph, creates and appends one empty Paragraph....not a paragraph, creates and appends one empty paragraph. def...last child of the node is a paragraph, # for us to be able to click...

    reference.aspose.com/words/python-net/aspose.wo...
  5. GetRect() | Aspose.Slides for C++ API Reference

    Get coordinates of rect that bounds Paragraph. The rect includes all the lines of text in Paragraph, including empty ones....coordinates of rect that bounds paragraph. The rect includes all the...the lines of text in paragraph, including empty ones. virtual System...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  6. Superscript and Subscript|Aspose.Slides Documen...

    Add superscript and subscript text to PowerPoint presentations in C# or .NET...subscript text inside any paragraph portion. For adding Superscript...Clear existing Paragraphs Create a new paragraph object for holding...

    docs.aspose.com/slides/net/superscript-and-subs...
  7. HtmlFragment | Aspose.PDF for .NET API Reference

    Represents html fragment....a horizontal alignment of paragraph HtmlLoadOptions { get; set;...that indicates whether this paragraph will be at next column. Default...

    reference.aspose.com/pdf/net/aspose.pdf/htmlfra...
  8. Capitalize the first word of each bulleted or n...

    Hi Team, Hope you doing well, I need code to capitalize the first word of each bulleted or numbered item, and that item must ends with period. if that was an heading we have to left them like the same. Thanks and Reg…...docx"); // Get list of paragraphs in the document, which are...and are not headings. List<Paragraph> listItems = doc.GetChildNodes(NodeType...

    forum.aspose.com/t/capitalize-the-first-word-of...
  9. Aspose::Words::BorderType enum | Aspose.Words f...

    Aspose::Words::BorderType enum. Specifies sides of a border. To learn more, visit the documentation article in C++....Specifies the bottom border of a paragraph or a table cell. Left 1 Specifies...Specifies the left border of a paragraph or a table cell. Right 2 Specifies...

    reference.aspose.com/words/cpp/aspose.words/bor...
  10. Aspose::Words::NodeCollection::idx_get method |...

    Aspose::Words::NodeCollection::idx_get method. Retrieves a node at the given index in C++....the first paragraph of this document. auto paragraph = System...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 0...

    reference.aspose.com/words/cpp/aspose.words/nod...