Sort Score
Result 10 results
Languages All
Labels All
Results 4,121 - 4,130 of 18,334 for

paragraph

(0.05 sec)
  1. FieldBuilder | Aspose.Words for Java

    Builds a field from field code tokens arguments and switches in Java.... buildAndInsert(Paragraph refNode) Builds and inserts...the end of the specified paragraph. buildBlock(DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  2. Split a Document in C++|Aspose.Words for C++

    Split a document into several files using C++. Use the split feature to effectively split a document by headings or sections, as well as by pages or by page ranges....criteria together: heading paragraph, section break, column break...

    docs.aspose.com/words/cpp/split-a-document/
  3. CompatibilityOptions.DoNotSuppressIndentation |...

    Optimize your document layout with the CompatibilityOptions DoNotSuppressIndentation property. Enhance Paragraph indentation without ignoring floating objects....Objects When Calculating Paragraph Indentation. public bool ...

    reference.aspose.com/words/net/aspose.words.set...
  4. CompatibilityOptions.SwapBordersFacingPgs | Asp...

    Enhance your document's layout with the CompatibilityOptions SwapBordersFacingPgs property. Easily swap Paragraph borders on odd pages for a polished look!...SwapBordersFacingPgs property Swap Paragraph Borders on Odd Numbered Pages...

    reference.aspose.com/words/net/aspose.words.set...
  5. CompatibilityOptions.UseNormalStyleForList | As...

    Optimize your document formatting with CompatibilityOptions. Control list styles effortlessly, ensuring your bulleted and numbered text looks perfect every time!...Automatically Apply List Paragraph Style To Bulleted/Numbered...

    reference.aspose.com/words/net/aspose.words.set...
  6. What Is the Aspose Equivalent of Table Design |...

    In PPTX, when working on a table, it is possible to do the following: Table Design ribbon Table Styles Clear Table See screenshot for an example: Clear Table.png (101.6 KB) How to do this in Aspose Slides for Java?...get_Item(i)) { for (IParagraph paragraph : cell.getTextFrame().getParagraphs())...{ for (IPortion portion : paragraph.getPortions()) { IPortionFormat...

    forum.aspose.com/t/what-is-the-aspose-equivalen...
  7. CellFormat class | Aspose.Words for Python

    aspose.words.tables.CellFormat class. Represents all formatting for a table cell...the cell, compressing each paragraph to the width of the cell....we add with it. builder . paragraph_format . alignment = aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldNext Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldNext class to efficiently manage NEXT fields in your documents. Enhance your document automation today!...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/net/aspose.words.fie...
  9. MarkdownLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.MARKDOWN document into a Document object in Java....Document(stream, loadOptions); Paragraph para = (Paragraph)doc.getChild(NodeType...getChild(NodeType.PARAGRAPH, 0, true); Assert.assertEquals(Underline.SINGLE...

    reference.aspose.com/words/java/com.aspose.word...
  10. Getting incorrect revision information using As...

    Hi Team, I’m using Aspose.words for Java to get revision info (like the number of insertions, deletions, and format changes) with the code below. But I found that sometimes, the revision info is incorrect since the coun…...ignores SizeBi attribute for paragraph break mark. We will keep you...ignores SizeBi attribute for paragraph break mark. Kldv March 25...

    forum.aspose.com/t/getting-incorrect-revision-i...