Sort Score
Result 10 results
Languages All
Labels All
Results 4,201 - 4,210 of 19,004 for

paragraph

(0.19 sec)
  1. TextureIndex | Aspose.Words for Java

    Specifies shading texture in Java....write("This paragraph is formatted with a double...

    reference.aspose.com/words/java/com.aspose.word...
  2. ImageSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.ImageSavingArgs class, enhancing document processing with customizable image saving options for optimal performance....HeadingParagraph : partType = "Paragraph from heading" ; break ; }...

    reference.aspose.com/words/net/aspose.words.sav...
  3. LayoutEnumerator.MoveNextLogical | Aspose.Words...

    Discover how the LayoutEnumerator MoveNextLogical method seamlessly navigates sibling entities, ensuring smooth iteration of Paragraph lines across pages....When iterating lines of a paragraph broken across pages this method...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Aspose::Words::Fields::FieldChar class | Aspose...

    Aspose::Words::Fields::FieldChar class. Base class for nodes that represent field characters in a document. To learn more, visit the documentation article in C++....get_ParentParagraph () Retrieves the parent Paragraph of this node. get_PreviousSibling...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. CompatibilityOptions.WPJustification | Aspose.W...

    Enhance your document formatting with CompatibilityOptions WPJustification. Perfectly emulate WordPerfect 6.x Paragraph justification for polished results....x Paragraph Justification. public bool...

    reference.aspose.com/words/net/aspose.words.set...
  6. TxtLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.TEXT document into a Document object in Java....recognition algorithm detects list paragraphs, when list numbers ends with...This may also falsely detect paragraphs that begin with numbers as...

    reference.aspose.com/words/java/com.aspose.word...
  7. 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...
  8. Issue with Page Numbers in Generated Document U...

    Hello Team, I have uploaded a document named Base_Document. I will be feeding some live data into the model, and during generation, this real-time data will be replaced using Aspose syntax. However, after generation, t…...Paragraph, true)) { if (node is Paragraph para) { P...static void ProcessParagraph(Paragraph para) { List<Run> updatedRuns...

    forum.aspose.com/t/issue-with-page-numbers-in-g...
  9. Creating a complex PDF using Aspose.PDF|Aspose....

    Aspose.PDF for Android via Java allows you to create more complex documents that contain images, text fragments, and tables in one document....text fragments (header and paragraph), and a table. To build such...alignment. Add header to the page Paragraphs . Create a TextFragment for...

    docs.aspose.com/pdf/androidjava/complex-pdf-exa...
  10. List labels not getting reatained in splitted d...

    I am splliting a large document into smaller document using document.extractPages() with below code: private List<Document> splitDocumentWithAspose(Document document, int noOfSplits, int totalPageCount) throws Exception…...documents; } while iterating the paragraph in splitted document and fetching...if (paragraph.isListItem()) { String listLabel = paragraph.getListLabel()...

    forum.aspose.com/t/list-labels-not-getting-reat...