Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 36,320 for

paragraph

(0.08 sec)
  1. Aspose::Words::Fields::FieldListNum::get_ListLe...

    Aspose::Words::Fields::FieldListNum::get_ListLevel method. Gets or sets the level in the list, overriding the default behavior of the field in C++....Examples Shows how to number paragraphs with LISTNUM fields. auto...); builder -> Writeln ( u "Paragraph 1" ); ASSERT_EQ ( u " LISTNUM...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Item | Aspose.PDF for .NET API Reference

    Gets or sets Paragraph from or to collection....Item Paragraphs indexer Gets or sets paragraph from or to collection...Parameter Description index The paragraph index. See Also class BaseParagraph...

    reference.aspose.com/pdf/net/aspose.pdf/paragra...
  3. Aspose.OMR for .NET 22.9 Release Notes

    A summary of recent changes, enhancements and bug fixes in Aspose.OMR for .NET 22.9.0 (September 2022) release....Enhancement OMRNET-614 Inline paragraphs ( text markup / JSON markup...markup ): placing all paragraph elements on the same line. New feature...

    releases.aspose.com/omr/net/release-notes/2022/...
  4. JustificationMode | Aspose.PSD for .NET API 参考

    文本对齐方式... Paragraph . Justification = JustificationMode.... Left ; portions [ 1 ]. Paragraph . Justification = JustificationMode...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  5. Table Image Extraction issue - Aspose.Words Pro...

    Dear team, We are extraction images using aspose java, now we are facing new issue in table images please find below source code we are using source code : try { if (table.getChildNodes(NodeType.SHAPE, true).getCount…...length() == 0 && (((Paragraph) table.getNextSibling())....shape.getChildNodes(NodeType.PARAGRAPH, true).getCount() == 0) {...

    forum.aspose.com/t/table-image-extraction-issue...
  6. Applied lining in word with tab stops, it break...

    Applied lining in word with tab stops it works fine, but when the file has custom list items it was breaking the words thus had applied following solution to fix Document doc = new Document("C:\\Temp\\Final_linedDoc…...docx"); for(Paragraph p : (Iterable<Paragraph>)doc.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true)) { if(p.isListItem()) p.getListFormat()...

    forum.aspose.com/t/applied-lining-in-word-with-...
  7. Aspose::Words::Run::Run constructor | Aspose.Wo...

    Aspose::Words::Run::Run constructor. Initializes a new instance of the Run class in C++....or InsertBefore() on the paragraph where you want the run inserted...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/cpp/aspose.words/run...
  8. DocumentVisitor | Aspose.Words for Java

    Base class for custom document visitors in Java....indentAndAppendLine("[Body start] Paragraphs: " + paragraphCount); mDocTraversalDepth++;...CONTINUE; } /// /// Called when a Paragraph node is encountered in the...

    reference.aspose.com/words/java/com.aspose.word...
  9. OpenDocument Export - Style Features|Aspose.Wor...

    Export to ODT format using style saving features in Java....direct formatting on runs and paragraphs (that are not applied using...direct formatting on runs and paragraphs (that are not applied using...

    docs.aspose.com/words/java/style-features-suppo...
  10. CompositeNode.append_child method | Aspose.Word...

    CompositeNode.append_child method. Adds the specified node to the end of the list of child nodes for this node....section, one body and one paragraph. # Call the "RemoveAllChildren"...append_child ( body ) # Create a paragraph, set some formatting properties...

    reference.aspose.com/words/python-net/aspose.wo...