Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 18,220 for

paragraph

(0.1 sec)
  1. Create New Document|Aspose.Words for Java

    Create a new document easily and fast instead of using docx4j....DocumentBuilder ( doc ); // Write a new paragraph in the document with some...// Example 2: add normal paragraph (no explicit style) mdp ....

    docs.aspose.com/words/java/create-new-document/
  2. StyleCollection.DefaultFont | Aspose.Words for ...

    Discover the StyleCollection DefaultFont property for seamless document text formatting. Enhance your documents with consistent, professional style....Paragraph", the collection will apply...styles . Add ( StyleType . Paragraph , "MyStyle" ); Assert . That...

    reference.aspose.com/words/net/aspose.words/sty...
  3. Aspose::Words::Document::Document constructor |...

    Aspose::Words::Document::Document constructor. Creates a blank Word document in C++....a Section, a Body, and a Paragraph. doc -> AppendChild < System...SharedPtr < Aspose :: Words :: Paragraph >> ( System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Rendering Shapes Separately from Document|Aspos...

    Extract various graphic objects, such as images, text box containing Paragraphs, or arrow shapes, when processing a document, and export them to an external location using C#....example, a text box containing paragraphs, arrow shapes, and a small...up of many nodes, such as Paragraph and Table . Most shapes can...

    docs.aspose.com/words/net/rendering-shapes-sepa...
  5. Create PDF Document using C++|Aspose.PDF for C++

    The most popular and basic task of working with a PDF file is creating a document from scratch. Use the Aspose.PDF for C++ library....object Add TextFragment to Paragraph collection of the page Save..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    docs.aspose.com/pdf/cpp/create-document/
  6. Font.superscript property | Aspose.Words for Py...

    Font.superscript property. True if the font is formatted as superscript.... PARAGRAPH , 0 , True ) . as_paragraph () # Raise this...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BuiltInDocumentProperties.content_type property...

    BuiltInDocumentProperties.content_type property. Gets or sets the content type 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. Merging documents causing bullets to move - Fre...

    Hi, Our customer reported merging templates with bullets (with their letterhead) is causing an issue. The picture below shows the result:- With no letterhead selected the document merges fine with the bullets aligning …... Paragraph‑level formatting (styles,...your letter‑head document a paragraph style (usually Normal ) has...

    forum.aspose.com/t/merging-documents-causing-bu...
  9. Work with Columns and Rows in C#|Aspose.Words f...

    Working with parts of a table – rows, columns, and cells using C#. Specify Header Row C#....next , which is applied to paragraphs in table cells By default...parameter to true for each paragraph within the table cells. The...

    docs.aspose.com/words/net/working-with-columns-...
  10. Manage Text Boxes in Presentations on Android|A...

    Aspose.Slides for Android via Java 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 IParagraph...Creates a Portion object for paragraph IPortion portion = para ....

    docs.aspose.com/slides/androidjava/manage-textbox/