Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 18,130 for

paragraph

(0.11 sec)
  1. HeaderFooter class | Aspose.Words for Python

    aspose.words.HeaderFooter class. Represents a container for the header or footer text of a section...HeaderFooter can contain Paragraph and Table child nodes. HeaderFooter...HeaderFooter contains at least one Paragraph , it is no longer considered...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Section Breaks Lost During Document.Save() in A...

    Description: We are encountering a critical issue where section breaks are being lost or corrupted when using Document.Save() to overwrite DOCX files. This results in improper page layout—multi-page documents collapse i…...childNodes[i]; if (subNode is Paragraph para) { if (para.ParagraphFormat...nodeToRemove in nodesToRemove) { Paragraph node1 = nodeToRemove.NextSibling...

    forum.aspose.com/t/section-breaks-lost-during-d...
  3. ParagraphFormat.snap_to_grid property | Aspose....

    ParagraphFormat.snap_to_grid property. Specifies whether the current Paragraph should use the document grid lines per page settings when laying out the contents in the Paragraph....Specifies whether the current paragraph should use the document grid...laying out the contents in the paragraph. @property def snap_to_grid...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 搜索

    搜索...System::SharedPtr<Paragraph> para1 = System::MakeObject<Paragraph>(); pa...System::SharedPtr<Paragraph> para2 = System::MakeObject<Paragraph>(); pa...

    blog.aspose.com/zh-hant/slides/convert-ppt-to-v...
  5. CompositeNode class | Aspose.Words for Node.js

    Aspose.Words.CompositeNode class. Base class for nodes that can contain other nodes...asParagraph() Cast node to Paragraph . (Inherited from Node ) asRow()...isDeep) Returns an Nth child Paragraph node. getRun(index, isDeep)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Tables::Row::get_IsLastRow metho...

    Aspose::Words::Tables::Row::get_IsLastRow method. True if this is the last row in a table; false otherwise in C++....Enabling KeepWithNext for every paragraph in the table except for the...:: Words :: Paragraph > ( cell -> get_Paragraphs ())) { ASSERT_TRUE...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. Working With Styles in Ruby|Aspose.Words for Java

    Working with Document Styles using Ruby...."Intense Emphasis" # Collect paragraphs with defined styles. # Show...collected paragraphs and display the text of this paragraphs. paragraphs...

    docs.aspose.com/words/java/working-with-styles-...
  8. PageSetup.section_start property | Aspose.Words...

    PageSetup.section_start property. Returns or sets the type of section break for the specified object....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...
  9. FindReplaceOptions.ignoreStructuredDocumentTags...

    FindReplaceOptions.ignoreStructuredDocumentTags property. Gets or sets a boolean value indicating either to ignore content of [StructuredDocumentTag](../../../aspose.words.markup/structureddocumenttag/)...docx" ); // This paragraph contains SDT. let p = doc...getChild ( aw . NodeType . Paragraph , 2 , true ). asParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Table.VerticalAnchor | Aspose.Words for .NET

    Discover the Table VerticalAnchor property to optimize floating table positioning. Learn how to enhance layout control with its default Margin value.... Paragraph )); Assert . That ( table...Column ; // Only Margin, Page, Paragraph available in RelativeVerticalPosi...

    reference.aspose.com/words/net/aspose.words.tab...