Sort Score
Result 10 results
Languages All
Labels All
Results 3,701 - 3,710 of 15,553 for

paragraph

(0.08 sec)
  1. DocumentPartSavingArgs.DocumentPartStream | Asp...

    Discover how the DocumentPartStream property in DocumentPartSavingArgs lets you easily specify where to save your document parts for seamless management....HeadingParagraph : partType = "Paragraph from heading" ; break ; }...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose::Words::Fields::FieldLink class | Aspose...

    Aspose::Words::Fields::FieldLink class. Implements the LINK field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. FieldSaveDate class | Aspose.Words for Python

    aspose.words.fields.FieldSaveDate class. Implements the SAVEDATE field...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldTC class | Aspose.Words for Python

    aspose.words.fields.FieldTC class. Implements the TC field...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 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...
  6. Links in SharePoint Online's web view are broke...

    When we were trying to investigate an issue for one of our clients we found out that links in SharePoint Online’s web view are broken in Aspose.Words 22.2 and other versions. We specifically don’t know which version of …...the hyperlink field parent paragraph. Now Aspose.Words mimics MS...

    forum.aspose.com/t/links-in-sharepoint-onlines-...
  7. Aspose::Words::Fields::FieldImport class | Aspo...

    Aspose::Words::Fields::FieldImport class. Implements the IMPORT field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. 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...
  9. Aspose::Words::Fields::FieldFileSize class | As...

    Aspose::Words::Fields::FieldFileSize class. Implements the FILESIZE field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. 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...