Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 18,327 for

paragraph

(0.15 sec)
  1. Section.body property | Aspose.Words for Python

    Section.body property. Returns the [Body](../../body/) child node of the section....section, one body and one paragraph. # Call the "RemoveAllChildren"...contains at least one empty paragraph. body . ensure_minimum ()...

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

    Discover Aspose.Words.LowCode.SplitOptions for seamless document splitting. Customize how your files are divided into parts for enhanced efficiency....get; set; } Specifies the paragraph style for splitting the document...

    reference.aspose.com/words/net/aspose.words.low...
  3. Aspose::Words::Layout::LayoutEnumerator::MoveNe...

    Aspose::Words::Layout::LayoutEnumerator::MoveNext method. Moves to the next sibling entity in visual order. When iterating lines of a Paragraph broken across pages this method will not move to the next page but rather move to the next entity on the same page in C++....When iterating lines of a paragraph broken across pages this method...

    reference.aspose.com/words/cpp/aspose.words.lay...
  4. List.listId property | Aspose.Words for Node.js

    List.listId property. Gets the unique identifier of the list....Examples Shows how to output all paragraphs in a document that are list...getChildNodes ( aw . NodeType . Paragraph , true )]; for ( let node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Margins being moved - Free Support Forum - aspo...

    Old Aspose Version 13 keeps the margin: Newer version causes the text to shift up: The word document has the correct margin before it is converted to pdf: this is the code we use to convert to pdf that is ca…...ADVANCE field affecting the paragraph position. ADVANCE field handling...and position the paragraph by using paragraph “space before” property...

    forum.aspose.com/t/margins-being-moved/313965
  6. 在 Android 上从演示文稿获取段落边界|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Android via Java 中检索段落和文本片段的边界,以优化 PowerPoint 演示文稿中的文本定位。...getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()){ Point2D...

    docs.aspose.com/slides/zh/androidjava/paragraph/
  7. ParagraphFormat.HangingPunctuation | Aspose.Wor...

    Discover how to enhance your text layout with the Hanging Punctuation property in ParagraphFormat. Optimize readability and style effortlessly!...is enabled for the current paragraph. public bool HangingPunctuation...

    reference.aspose.com/words/net/aspose.words/par...
  8. Aspose::Words::Border class | Aspose.Words for ...

    Aspose::Words::Border class. Represents a border of an object. To learn more, visit the documentation article in C++....including paragraph, run of text inside a paragraph or a table...); Shows how to insert a paragraph with a top border. auto doc...

    reference.aspose.com/words/cpp/aspose.words/bor...
  9. SectionCollection | Aspose.Words for Java

    A collection of Section objects in the document in Java....then appears in the parent Paragraph's RunCollection. RunCollection...body, which in turn has a paragraph. // We can add contents to...

    reference.aspose.com/words/java/com.aspose.word...
  10. 在 Java 中格式化 PowerPoint 文本|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 演示文稿中格式化和设置文本样式。自定义字体、颜色、对齐方式等。... clear (); Paragraph para = new Paragraph (); Portion portion1...getParagraphs (). clear (); Paragraph para = new Paragraph (); Portion portion1...

    docs.aspose.com/slides/zh/java/text-formatting/