Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 18,590 for

paragraph

(0.07 sec)
  1. ConditionalStyle.paragraphFormat property | Asp...

    ConditionalStyle.ParagraphFormat property. Gets the Paragraph formatting of the conditional style....paragraphFormat property Gets the paragraph formatting of the conditional...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Table Position in C#|Aspose.Words for .NET

    Specify table position in C#. Get a table alignment, get and set floating table position using C#....always appear between the paragraphs where you placed them. Floating...the table relative to the paragraph is determined by the table...

    docs.aspose.com/words/net/position-a-table/
  3. Row | Aspose.Words for .NET

    Create dynamic Row instances easily with our Row constructor. Simplify your data management and enhance your coding efficiency today!... AppendChild ( new Paragraph ( doc )); cell . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Ինչպես ստեղծել աղյուսակ Word փաստաթղթում C#-ի մ...

    Քայլ առ քայլ ձեռնարկ, թե ինչպես կարելի է աղյուսակ ստեղծել Word փաստաթղթում՝ օգտագործելով C# կոդը: Ծրագրային ձևով ստեղծեք աղյուսակ Word-ում՝ օգտագործելով C#՝ Aspose DocumentBuilder և DOM դասերով:...օգտագործելով Table, Row, Cell և Paragraph դասերը: Updated on 20 Feb...

    kb.aspose.com/hy/words/net/how-to-create-table-...
  5. CommentCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.CommentCollection class for easy access to Comment nodes, enhancing document editing and collaboration in your projects....SetText ( "Add text to this paragraph." ); builder . CurrentParagraph...

    reference.aspose.com/words/net/aspose.words/com...
  6. CommentCollection class | Aspose.Words for Node.js

    Aspose.Words.CommentCollection class. Provides typed access to a collection of [Comment](../comment/) nodes...setText ( "Add text to this paragraph." ); builder . currentParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Unable to Get Anchoring Type for Vertical Align...

    Hi, auto textFrameFormat = shape->get_TextFrame()->get_TextFrameFormat(); auto anchor = textFrameFormat->get_AnchoringType(); get_Anchoring returns undefined for the attached presentation. The set text vertical alignm…...and horizontal alignment of paragraphs. You can get the vertical...of a paragraph like this: auto alignmentType = paragraph->get...

    forum.aspose.com/t/unable-to-get-anchoring-type...
  8. Table.Title | Aspose.Words for .NET

    Discover the Table Title property, easily set or modify your table's title for improved accessibility and enhanced data representation.... AppendChild ( new Paragraph ( doc )); cell . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.tab...
  9. DocumentBuilder.isAtEndOfParagraph property | A...

    DocumentBuilder.isAtEndOfParagraph property. Returns ``true`` if the cursor is at the end of the current Paragraph....at the end of the current paragraph. get isAtEndOfParagraph ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. docx转化PDF后,标题换行了 - Free Support Forum - aspose.com

    docx转换PDF后,标题行换行了,但是在word中直接导出不会出现这个情况。 new.docx (11.1 KB)...如有手动换行符,可在保存前删除 for (Paragraph para : (Iterable<Paragraph>) doc.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true)) { String txt = para.getText()...

    forum.aspose.com/t/docx-pdf/325351