Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 18,128 for

paragraph

(0.23 sec)
  1. Public API Changes in Aspose.PDF for Java 10.6....

    Learn about the latest public API changes in Aspose.PDF for Java version 10.6.0 for a seamless integration experience.... Paragraphs class: Removed: public void...void add(BaseParagraph paragraph, NewParagraphPlacemen placementInfo)...

    docs.aspose.com/pdf/java/public-api-changes-in-...
  2. 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...
  3. MailMerge class | Aspose.Words for Python

    aspose.words.mailmerging.MailMerge class. Represents the mail merge functionality... cleanup_paragraphs_with_punctuation_marks Gets...value indicating whether paragraphs with punctuation marks are...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = new aw.Document(letterHeadpath); const contentDoc = new aw.Document(docPath); const headDocParagraphs = headDoc.sections…...paragraphs; const placeholder = "#*Content...// Remove the placeholder paragraph para.remove(); } } const options...

    forum.aspose.com/t/tables-colliding-on-docx-to-...
  6. Revision Class | Aspose.Words for .NET

    Explore the Aspose.Words.Revision class to manage tracked changes in documents. Easily identify revision types for seamless document editing....its parent node from the paragraph text // and then remove the...doc . FirstSection . Body . Paragraphs [ 1 ]; Node endNode = doc...

    reference.aspose.com/words/net/aspose.words/rev...
  7. What's new|Aspose.PDF for Python via .NET

    In this page introduces the most popular new features in Aspose.PDF for Python via .NET that have been introduced in recent releases.... paragraphs . add ( table ) document...( "Hello World!" ) page . paragraphs . add ( text ) # Load certificate...

    docs.aspose.com/pdf/python-net/whatsnew/
  8. Configure Visio TimeLine Shapes|Documentation

    This section explains how to set the property of a milestone shape with Aspose.Diagram.... Working with Shapes Paragraph Calculate Pin Values and Setting...

    docs.aspose.com/diagram/net/configure-visio-tim...
  9. Aspose::Words::RevisionCollection class | Aspos...

    Aspose::Words::RevisionCollection class. A collection of Revision objects that represent revisions in the document. To learn more, visit the documentation article in C++....its parent node from the paragraph text // and then remove the...() -> get_Body () -> get_Paragraphs () -> idx_get ( 1 ); System...

    reference.aspose.com/words/cpp/aspose.words/rev...
  10. Words cannot set RevisionTextEffect to DoubleSt...

    Aspose Words does not allow setting the Markup Insertions to Double striketrough, eventhtough MS Word allows this: “DoubleStrikeThrough value can only be set for DeletedTextEffect, RevisedPropertiesEffect or MovedFro…..., a Paragraph) apply recursively else {...

    forum.aspose.com/t/words-cannot-set-revisiontex...