Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 17,598 for

paragraph

(0.07 sec)
  1. Create TextBox in which each line has a differe...

    Learn how to create a TextBox in which each line can have a different horizontal alignment using Aspose.Cells for Node.js via C++....horizontal alignment of your paragraph text using the TextParagraph..." ); // Access the first paragraph and set its horizontal alignment...

    docs.aspose.com/cells/nodejs-cpp/create-textbox...
  2. Aspose::Words::Saving::TxtSaveOptions class | A...

    Aspose::Words::Saving::TxtSaveOptions class. Can be used to specify additional options when saving a document into the Text format. To learn more, visit the documentation article in C++....Specifies the string to use as a paragraph break when exporting in text...txt document with a custom paragraph break. auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose::Words::Fields::FieldRef::set_InsertPara...

    Aspose::Words::Fields::FieldRef::set_InsertParagraphNumberInRelativeContext method. Sets whether to insert the Paragraph number of the referenced Paragraph in relative context in C++....insert the paragraph number of the referenced paragraph in relative...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Node class | Aspose.Words for Node.js

    Aspose.Words.Node class. Base class for all nodes of a Word document...asParagraph() Cast node to Paragraph . asRow() Cast node to Row...the first paragraph of this document. let paragraph = doc . getParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Range.revisions property | Aspose.Words for Python

    Range.revisions property. Gets a collection of revisions (tracked changes) that exist in this range....docx' ) paragraph = doc . first_section . body...body . first_paragraph for revision in paragraph . range . revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldBidiOutline Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldBidiOutline class for seamless BIDIOUTLINE field implementation, enhancing your document processing capabilities....node, returns its parent paragraph. If the field is already removed...delimits each level of the paragraph numbering. Examples Shows...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Paragraph.accept method | Aspose.Words for Python

    Paragraph.accept method. Accepts a visitor....visit_paragraph_start() , then calls Node...the paragraph and calls DocumentVisitor.visit_paragraph_end()...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Settings::CompatibilityOptions c...

    Aspose::Words::Settings::CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word). To learn more, visit the documentation article in C++....Allow Contextual Spacing of Paragraphs in Tables . get_ApplyBreakingRules...get_CachedColBalance () Use Cached Paragraph Information for Column Balancing...

    reference.aspose.com/words/cpp/aspose.words.set...
  9. Get all the text in a slide|Aspose.Slides Docum...

    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....// Iterate through all the paragraphs in the slide. foreach ( DocumentFormat...OpenXml . Drawing . Paragraph paragraph in slidePart . Slide...

    docs.aspose.com/slides/net/get-all-the-text-in-...
  10. 部分|Aspose.Slides 文档

    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....getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()) { Point2D...

    docs.aspose.com/slides/zh/java/portion/