Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 15,597 for

paragraph

(0.04 sec)
  1. FieldEnd class | Aspose.Words for Python

    aspose.words.fields.FieldEnd class. Represents an end of a Word field in a document...FieldEnd can only be a child of Paragraph . A complete field in a Microsoft...Node ) parent_paragraph Retrieves the parent Paragraph of this node...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Features Overview|Aspose.Slides for Node.js via...

    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....to format texts using the paragraphs and portions associated with...Shades - Paragraph Alignment - Paragraph Bulleting - Paragraph Orientation...

    docs.aspose.com/slides/nodejs-net/features-over...
  3. Aspose::Words::Fields::FieldStart class | Aspos...

    Aspose::Words::Fields::FieldStart class. Represents a start of a Word field in a document. To learn more, visit the documentation article in C++....get_ParentParagraph () Retrieves the parent Paragraph of this node. get_PreviousSibling...FieldStart can only be a child of Paragraph . A complete field in a Microsoft...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. ListTemplate enumeration | Aspose.Words for Python

    aspose.words.lists.ListTemplate enumeration. Specifies one of the predefined list formats available in Microsoft Word....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. # Each paragraph that we add between a list's...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldToc.TableOfFiguresLabel | Aspose.Words for...

    Discover the FieldToc TableOfFiguresLabel property to customize your table of figures with ease. Enhance your document's organization and clarity!...// Each entry contains the paragraph that includes the SEQ field...TOC entry will contain the paragraph that the SEQ field is in and...

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

    Aspose.Words.SubDocument class. Represents a SubDocument - which is a reference to an externally stored document...SubDocument can only be a child of Paragraph . Inheritance: SubDocument...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Manage Table|Aspose.Slides for PHP Documentation

    Create and manage table in PowerPoint presentations...Creates the Paragraph object for the text frame $paragraph = $txtFrame...Portion object for paragraph $portion = $paragraph -> getPortions...

    docs.aspose.com/slides/php-java/manage-table/
  8. FieldGlossary class | Aspose.Words for Python

    aspose.words.fields.FieldGlossary class. Implements the GLOSSARY field...node, returns its parent paragraph. If the field is already removed.... BuildingBlockBehavio . PARAGRAPH doc . glossary_document ....

    reference.aspose.com/words/python-net/aspose.wo...
  9. Shape Alignment not working when converting HTM...

    Hi Team, We have a use-case where the HTML contains an SVG image and after the SVG is a Text DIV Element. When we pass this HTML to the ASPOSE Words and save the output in DOCX format, the SVG Image and then text is sup…...Body will have 1st child as Paragraph or Table when inserting //...case NodeType.PARAGRAPH: Paragraph para = Paragraph.class.cast(node);...

    forum.aspose.com/t/shape-alignment-not-working-...
  10. BuildingBlockCollection | Aspose.Words for Java

    A collection of BuildingBlock objects in the document in Java....then appears in the parent Paragraph's RunCollection. RunCollection...first paragraph of this document. Paragraph paragraph = (Paragraph)...

    reference.aspose.com/words/java/com.aspose.word...