Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 15,610 for

paragraphs

(0.05 sec)
  1. CompatibilityOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Settings.CompatibilityOptions for seamless integration of user preferences from Microsoft Word's Compatibility tab. Enhance your document experience!...Allow Contextual Spacing of Paragraphs in Tables. ApplyBreakingRules...{ get; set; } Use Cached Paragraph Information for Column Balancing...

    reference.aspose.com/words/net/aspose.words.set...
  2. GlossaryDocument | Aspose.Words for Java

    Represents the root element for a glossary document within a Word document 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...
  3. Document | Aspose.Words for .NET

    Effortlessly create blank Word documents with our user-friendly document constructor. Streamline your writing process today!...a Section, a Body, and a Paragraph. doc . AppendChild ( new Section...doc )) . AppendChild ( new Paragraph ( doc )) . AppendChild ( new...

    reference.aspose.com/words/net/aspose.words/doc...
  4. 管理表格|Aspose.Slides 文档

    在 C# 或 .NET 中创建和管理 PowerPoint 演示文稿中的表格...创建文本框的段落对象 IParagraph paragraph = txtFrame . Paragraphs [ 0 ]; // 创建段落的部分对象...创建段落的部分对象 IPortion portion = paragraph . Portions [ 0 ]; portion...

    docs.aspose.com/slides/zh/net/manage-table/
  5. MarkdownSaveOptions | Aspose.Words for Java

    Class to specify additional options when saving a document into the SaveFormat.MARKDOWN format in Java....Specifies how to export empty paragraphs to Markdown. getEncoding()...Specifies the string to use as a paragraph break when exporting in text...

    reference.aspose.com/words/java/com.aspose.word...
  6. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored document in Java....SubDocument can only be a child of Paragraph . Examples: Shows how to access...indentAndAppendLine("[Body start] Paragraphs: " + paragraphCount); mDocTraversalDepth++;...

    reference.aspose.com/words/java/com.aspose.word...
  7. Convert various Images formats to PDF in Python...

    Convert various images formats such as, BMP, CGM, DICOM, PNG, TIFF, EMF and SVG to PDF using Python.... paragraphs . add ( image ) document...

    docs.aspose.com/pdf/python-net/convert-images-f...
  8. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java....child of Paragraph . Footnote can contain Paragraph and Table...not a paragraph, creates and appends one empty paragraph. fet...

    reference.aspose.com/words/java/com.aspose.word...
  9. 管理表格|Aspose.Slides for Python 文档

    在 Python 中创建和管理 PowerPoint 演示中的表格...# 为文本框创建段落对象 paragraph = txtFrame . paragraphs [ 0 ] # 为段落创建部分对象...为段落创建部分对象 portion = paragraph . portions [ 0 ] portion . text = "这里是文本"...

    docs.aspose.com/slides/zh/python-net/manage-table/
  10. Range | Aspose.Words for Java

    Represents a contiguous area in a document in Java....PARAGRAPH_BREAK); // Use a document...builder.insertBreak(BreakType.PARAGRAPH_BREAK); // Use a document...

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