Sort Score
Result 10 results
Languages All
Labels All
Results 4,301 - 4,310 of 36,279 for

paragraph

(0.1 sec)
  1. GroupShape | Aspose.Words for Java

    Represents a group of shapes in a document in Java....Returns the immediate parent paragraph. getParentParagraph_IInline()...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/java/com.aspose.word...
  2. A link spans across multiple styles - Free Supp...

    Hello, I am reading a one note file and trying to fetch the link present in a Paragraph. I use textstyles to get the content like linkaddress, linktext etc. However I see that some links spans across more than one style…...fetch the link present in a paragraph. I use textstyles to get the...a file that 3 paragraphs. the second paragraph has a link. I...

    forum.aspose.com/t/a-link-spans-across-multiple...
  3. AddTextFrame | Aspose.Sildes for .NET API Refer...

    Adds a new TextFrame to a shape. If shape already has TextFrame then simply changes its text....TextFrame ; // Creates the Paragraph object for text frame IParagraph...IParagraph para = txtFrame . Paragraphs [ 0 ]; // Creates a Portion...

    reference.aspose.com/slides/net/aspose.slides/a...
  4. Aspose.Slides for CPP 20.2 Release Notes|Aspose...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....= System :: MakeObject < Paragraph > (); paragraph0 -> get_Portions...= System :: MakeObject < Paragraph > (); paragraph1 -> set_Text...

    docs.aspose.com/slides/cpp/aspose-slides-for-cp...
  5. HTML Import - Annotation Features|Aspose.Words ...

    Import HTML-based document using annotation load options in C#....including over different paragraphs and even tables. In Aspose...inline nodes (child of a paragraph). Some bookmarks markers in...

    docs.aspose.com/words/net/annotation-features-s...
  6. HTML Import - Annotation Features|Aspose.Words ...

    Import HTML-based document using annotation load options in Java....including over different paragraphs and even tables. In Aspose...inline nodes (child of a paragraph). Some bookmarks markers in...

    docs.aspose.com/words/java/annotation-features-...
  7. DocumentBuilder.insert_document method | Aspose...

    aspose.words.DocumentBuilder.insert_document method... PARAGRAPH , "MyStyle" ) my_style . font.... Color . blue builder . paragraph_format . style_name = my_style...

    reference.aspose.com/words/python-net/aspose.wo...
  8. How to Create Table in Word Document using C#

    A step-by-step tutorial on how to create table in Word document using C# code. Programmatically create table in Word using C# with an Aspose DocumentBuilder and DOM classes....AppendChild method to insert paragraph text Create multiple rows...using Table, Row, Cell and Paragraph classes. Updated on 07 Oct...

    kb.aspose.com/words/net/how-to-create-table-in-...
  9. While merging document causing problem in last ...

    I have multiple documents and I want to merge it, In that new document will be append from new page for that I used this code snippest.In Merge document i got last line alignment issue and some of data getting moved from…... you can insert an empty paragraph at the end of the document...== NodeType.Paragraph) { var para = new Paragraph(temp); temp...

    forum.aspose.com/t/while-merging-document-causi...
  10. Control Characters in Word documents, How to wo...

    string[] inputs = { "Basketball Store Comércio Varejista de Artigos Esportivos Ltda. – EPP\a85% Shareholder / Administrator (June 2022 – Present)", "Lírios Comércio de Produtos Naturais Ltda.\aUnspecified Shareho…...breaking down the text into paragraph nodes .GetChildNodes(NodeType...p.GetText().Trim() to get paragraph text. When p.GetText() method...

    forum.aspose.com/t/control-characters-in-word-d...