Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 18,520 for

paragraph

(0.14 sec)
  1. Aspose::Words::Loading::LoadOptions::get_MswVer...

    Aspose::Words::Loading::LoadOptions::get_MswVersion method. Allows to specify that the document loading process should match a specific MS Word version. Default value is Word2019 in C++....document is missing the default paragraph formatting style. // This...

    reference.aspose.com/words/cpp/aspose.words.loa...
  2. 文本框|Aspose.Slides for Node.js via .NET 文档

    在 Aspose.Slides for Node.js 中使用文本框:使用 JavaScript 为 PPT、PPTX 和 ODP 演示文稿添加、格式化、对齐、换行、自动适应和样式化文本。... let paragraph = textBox . getTextFrame ()...get_Item ( 0 ); let textFormat = paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/zh/nodejs-java/examples/...
  3. BorderCollection.vertical property | Aspose.Wor...

    BorderCollection.vertical property. Gets the vertical border that is used between cells....format, and a cell's inner paragraph use different border settings... first_cell . last_paragraph . paragraph_format . borders . vertical...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Node.node_type property | Aspose.Words for Python

    Node.node_type property. Gets the type of this node....section body can contain Paragraph and Table nodes. # If the...aw . Document ( MY_DIR + 'Paragraphs.docx' ) node = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Hello World Java Example|Aspose.PDF for Java

    This page show how use simple programming for create a PDF document containing text - Hello World using Aspose.PDF for Java....object Add TextFragment to Paragraph collection of the page Save...

    docs.aspose.com/pdf/java/hello-world-example/
  6. Manage Text Boxes in Presentations Using JavaSc...

    Aspose.Slides for Node.js makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....getTextFrame (); // Creates the Paragraph object for text frame var...Creates a Portion object for paragraph var portion = para . getPortions...

    docs.aspose.com/slides/nodejs-java/manage-textbox/
  7. BuiltInDocumentProperties.content_status proper...

    BuiltInDocumentProperties.content_status property. Gets or sets the content status of the document.... Document ( MY_DIR + 'Paragraphs.docx' ) properties = doc...number of Paragraph nodes in the document to the "paragraphs" built-in...

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

    Node.remove method. Removes itself from the parent....section body can contain Paragraph and Table nodes. // If the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. StyleCollection.Item | Aspose.Words for .NET

    Discover StyleCollection's powerful Item property to effortlessly retrieve styles by name or alias, enhancing your design experience with ease!...Paragraph", the collection will apply...styles . Add ( StyleType . Paragraph , "MyStyle" ); Assert . That...

    reference.aspose.com/words/net/aspose.words/sty...
  10. Create PDF Document|Aspose.PDF for PHP via Java

    Learn how to create PDF file in Aspose.PDF for PHP via Java....object Add TextFragment to Paragraph collection of the page Save...

    docs.aspose.com/pdf/php-java/create-document/