Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 15,612 for

paragraphs

(0.05 sec)
  1. Specify Layout Options in Python|Aspose.Words f...

    Specify Layout Options for various document layouts using Python.... show_paragraph_marks – a Boolean value, which...which specifies whether paragraph mark characters are rendered...

    docs.aspose.com/words/python-net/specify-layout...
  2. DICOM to PDF Converter using Python | Aspose.PDF

    Sample code on Python for DICOM to PDF conversion. Use example code for batch DICOM to PDF conversion with Python and .NET...add() method of the Page’s paragraphs collection to add the loaded...loaded DICOM image as a paragraph to the new page, which will be...

    products.aspose.com/pdf/python-net/conversion/d...
  3. Working with Content Control SDT|Aspose.Words f...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using C++....places: Block-level - Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph Nested inside another StructuredDocumentTa...

    docs.aspose.com/words/cpp/structured-document-t...
  4. 使用 C# 语言的 Hello World 示例|Aspose.PDF for .NET

    此示例演示如何使用 Aspose.PDF 创建一个简单的包含文本 Hello World 的 PDF 文档... 将 TextFragment 添加到页面的 Paragraph 集合中。 保存 生成的 PDF 文档。 以下代码片段是一个...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/hello-world-example/
  5. Aspose::Words::StoryType enum | Aspose.Words fo...

    Aspose::Words::StoryType enum. Text of a Word document is stored in stories. StoryType identifies a story in C++....shape, // which has a parent Paragraph, which is a child node of...all shapes from the child paragraphs of this Body. ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words/sto...
  6. HtmlSaveOptions.exportTocPageNumbers property |...

    HtmlSaveOptions.exportTocPageNumbers property. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB...populate the document with paragraphs formatted using a "Heading"...will display the heading paragraph on the left, // and the page...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. CompositeNode.prepend_child method | Aspose.Wor...

    CompositeNode.prepend_child method. Adds the specified node to the beginning of the list of child nodes for this node....document, by default, has one paragraph. self . assertEqual ( 1 ,.... first_section . body . paragraphs . count ) # Composite nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  8. OutlineOptions.headings_outline_levels property...

    OutlineOptions.headings_outline_levels property. Specifies how many levels of headings (Paragraphs formatted with the Heading styles) to include in the document outline....many levels of headings (paragraphs formatted with the Heading...levels 1 to 5. builder . paragraph_format . style_identifier...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StyleType | Aspose.Words for Java

    Represents type of the style in Java....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. // Each paragraph that we add between a list's...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose::Words::DocumentVisitor::VisitSectionEnd...

    Aspose::Words::DocumentVisitor::VisitSectionEnd method. Called when enumeration of a section has ended in C++....paragraphCount = body -> get_Paragraphs () -> get_Count (); IndentAndAppendLine...String ( u "[Body start] Paragraphs: " ) + paragraphCount );...

    reference.aspose.com/words/cpp/aspose.words/doc...