Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 15,544 for

paragraph

(0.09 sec)
  1. TableStyle Class | Aspose.Words for .NET

    Discover the Aspose.Words.TableStyle class for creating and customizing stunning table styles in your documents. Enhance your formatting effortlessly!...formatting properties of a paragraph style. Locked { get; set;...automatically to a new paragraph inserted after a paragraph formatted with...

    reference.aspose.com/words/net/aspose.words/tab...
  2. TabLeader Enum | Aspose.Words for .NET

    Discover the Aspose.Words.TabLeader enum, defining leader line styles for tabs, enhancing document formatting and readability in your projects....for a paragraph. Document doc = new Document (); Paragraph para...FirstParagraph ; // If we are in a paragraph with no tab stops in this...

    reference.aspose.com/words/net/aspose.words/tab...
  3. 从一个演示文稿移动段落到另一个演示文稿|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.... Paragraph p1 = textBody1 . Elements...Elements < Drawing . Paragraph >(). First (); // 获取目标演示文稿中的第一张幻灯片。 SlidePart...

    docs.aspose.com/slides/zh/net/move-a-paragraph-...
  4. Cell.ParentRow | Aspose.Words for .NET

    Discover the Cell ParentRow property to easily access the parent row of any cell, enhancing your data management and navigation efficiency....Enabling KeepWithNext for every paragraph in the table except for the...)) foreach ( Paragraph para in cell . Paragraphs ) { Assert ....

    reference.aspose.com/words/net/aspose.words.tab...
  5. Font.all_caps property | Aspose.Words for Python

    Font.all_caps property. True if the font is formatted as all capital letters.... PARAGRAPH , 0 , True ) . as_paragraph () # There are...append_child ( aw . Paragraph ( doc )) . as_paragraph () # 2 - Set the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TextPath | Aspose.Words for Java

    Defines the text and formatting of the text path of a WordArt object in Java....docx"); } /// /// Insert a new paragraph with a WordArt shape inside...setFontFamily(textFontFamily); Paragraph para = (Paragraph) doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...
  7. TabStop Class | Aspose.Words for .NET

    Discover the Aspose.Words.TabStop class, your solution for custom tab stops in document formatting. Enhance your documents with precision and ease!...right tab stop in TOC related paragraphs. Document doc = new Document...); // Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/net/aspose.words/tab...
  8. Aspose::Words::DocumentVisitor::VisitRowEnd met...

    Aspose::Words::DocumentVisitor::VisitRowEnd method. Called when enumeration of a table row has ended in C++.... // 1 - Paragraph node: auto para = System ::...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 4...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Developer Guide|Documentation

    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....with Text Style Paragraph Working with Paragraph Style Working...

    docs.aspose.com/diagram/java/developer-guide/
  10. PaperSize | Aspose.Words for Java

    Specifies paper size in Java....section, one body and one paragraph. // Call the "RemoveAllChildren"...appendChild(body); // Create a paragraph, set some formatting properties...

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