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

paragraph

(0.05 sec)
  1. ListFormat.apply_number_default method | Aspose...

    ListFormat.apply_number_default method. Starts a new default numbered list and applies it to the Paragraph....list and applies it to the paragraph. def apply_number_default...template, applies it to the paragraph and selects the 1st list level...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ListFormat.apply_bullet_default method | Aspose...

    ListFormat.apply_bullet_default method. Starts a new default bulleted list and applies it to the Paragraph....list and applies it to the paragraph. def apply_bullet_default...template, applies it to the paragraph and selects the 1st list level...

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

    Access the LastParagraph property to easily retrieve the final Paragraph in your shape, enhancing your document's layout and readability....Gets the last paragraph in the shape. public Paragraph LastParagraph...TextBoxLayoutFlow.docx" ); See Also class Paragraph class Shape namespace Aspose...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 在 Java 中管理 PowerPoint 段落|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...); IParagraph para1 = new Paragraph (); tf . getParagraphs ()...); IParagraph para2 = new Paragraph (); tf . getParagraphs ()...

    docs.aspose.com/slides/zh/java/manage-paragraph/
  5. ListFormat.applyNumberDefault method | Aspose.W...

    ListFormat.applyNumberDefault method. Starts a new default numbered list and applies it to the Paragraph....list and applies it to the paragraph. applyNumberDefault () Remarks...template, applies it to the paragraph and selects the 1st list level...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...isInline()) { NodeCollection<Paragraph> paragraphs = shape.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true); Paragraph refNode = shape.getParentParagraph();...

    forum.aspose.com/t/alternative-way-to-extract-a...
  7. NodeImporter constructor | Aspose.Words for Python

    aspose.words.NodeImporter constructor... PARAGRAPH or insertion_destination ...that is not the last empty paragraph of a section. for src_section...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Paragraph.accept method | Aspose.Words for Node.js

    Paragraph.accept method. Accepts a visitor....for all child nodes of the paragraph and calls DocumentVisitor...Words class Paragraph Paragraph.runs property Paragraph.acceptEnd...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 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 = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Font.Superscript | Aspose.Words for .NET

    Discover the Font Superscript property, easily format text as superscript for enhanced readability and style in your documents. Boost your design today!...new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // Raise this run of text...

    reference.aspose.com/words/net/aspose.words/fon...