Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 18,324 for

paragraph

(0.06 sec)
  1. 档案

    档案...这些可以是块级(Paragraph、Table)或内联级(例如 Run、FieldStart、BookmarkStart...如下所示。 public static List<Paragraph> ParagraphsByStyleNam(Document...

    blog.aspose.com/zh/words/extract-text-from-word...
  2. FootnoteSeparator class | Aspose.Words for Python

    aspose.words.notes.FootnoteSeparator class. Represents a container for the footnote/endnote separator and continuation content of a document....FootnoteSeparator can contain Paragraph and Table child nodes. There...CompositeNode ) first_paragraph Gets the first paragraph in the story...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Loading::TxtLeadingSpacesOptions...

    Aspose::Words::Loading::TxtLeadingSpacesOptions enum. Specifies available options for leading space handling during import from Text file in C++....first line indent to the paragraph to simulate the effect of...:: ParagraphCollection > paragraphs = doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words.loa...
  4. CompareOptions class | Aspose.Words for Python

    aspose.words.comparing.CompareOptions class. Allows to choose additional options for document comparison operation...( doc = doc_original ) # Paragraph text referenced with an endnote:...world! This is the first paragraph.' ) builder . insert_footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBase.import_node method | Aspose.Words ...

    aspose.words.DocumentBase.import_node method... first_paragraph . append_child ( aw . Run...= 'Source document first paragraph text.' )) dst_doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ParagraphFormat.FarEastLineBreakControl | Aspos...

    Discover the ParagraphFormat FarEastLineBreakControl property, enabling East Asian line-breaking rules for precise text formatting in your documents....are applied to the current paragraph. public bool FarEastLineBreakCont...

    reference.aspose.com/words/net/aspose.words/par...
  7. Convert PowerPoint Presentations to Video in Py...

    Learn how to convert PowerPoint and OpenDocument presentations to video using Python. Discover sample code and automation techniques to streamline your workflow....this example, we animate paragraphs on objects so that they appear..., 300 ) para1 = slides . Paragraph () para1 . portions . add...

    docs.aspose.com/slides/python-net/convert-power...
  8. TabStop class | Aspose.Words for Python

    aspose.words.TabStop class. Represents a single custom tab stop...right tab stop in TOC related paragraphs. doc = aw . Document ( file_name...docx' ) # Iterate through all paragraphs with TOC result-based styles;...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose.Words module | Aspose.Words for Node.js

    The Aspose.Words module provides classes for generating, converting, modifying, rendering and printing Microsoft Word documents without utilizing Microsoft Word....other nodes, for example Paragraph , Section and Table . Classes...related formatting for a paragraph. Frameset Represents a frames...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Remove Breaks in PHP|Aspose.Words for Java

    Remove Breaks using PHP....$ doc ) { // Retrieve all paragraphs in the document. $ nodeType...aspose.words.NodeType" ); $ paragraphs = $ doc -> getChildNodes...

    docs.aspose.com/words/java/remove-breaks-in-php/