Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 12,206 for

section

(0.03 sec)
  1. DocumentSplitCriteria enumeration | Aspose.Word...

    aspose.words.saving.DocumentSplitCriteria enumeration. Specifies how the document is split into parts when saving to [SaveFormat.HTML](../../aspose.words/saveformat/#HTML), [SaveFormat.EPUB](../../aspose.words/saveformat/#EPUB) or [SaveFormat.AZW3](../../aspose.words/saveformat/#AZW3) format.... Some section breaks can cause page breaks...character, a section break specifying start of new section on a new...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::DocumentBuilder::MoveToParagraph...

    Aspose::Words::DocumentBuilder::MoveToParagraph method. Moves the cursor to a paragraph in the current Section in C++....a paragraph in the current section. void Aspose :: Words :: DocumentBuilder...current story of the current section. That is, if you moved the...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. ParagraphFormat.suppress_line_numbers property ...

    ParagraphFormat.suppress_line_numbers property. Specifies whether the current paragraph's lines should be exempted from line numbering which is applied in the parent Section....which is applied in the parent section. @property def suppress_line_numbers...enable line numbering for a section. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ParagraphFormat.suppressLineNumbers property | ...

    ParagraphFormat.suppressLineNumbers property. Specifies whether the current paragraph's lines should be exempted from line numbering which is applied in the parent Section....which is applied in the parent section. get suppressLineNumbers ()...enable line numbering for a section. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Divide Word Document into Sections using C#

    This article guides on how to divide Word document into Sections using C#. It has the IDE settings, steps, and a sample code to split Word document into Sections using C#....into Sections using C# Divide Word document into sections using...document into sections using C# . You may filter the sections while converting...

    kb.aspose.com/words/net/divide-word-document-in...
  6. BuildingBlock.Behavior | Aspose.Words for .NET

    Discover how BuildingBlock Behavior enhances your document by defining content insertion methods for seamless integration and improved workflow....); // The block itself is a section that contains the text. Assert...into the document as a new section. doc . AppendChild ( doc ....

    reference.aspose.com/words/net/aspose.words.bui...
  7. BuildingBlock.AcceptStart | Aspose.Words for .NET

    Discover the BuildingBlock AcceptStart method, seamlessly welcome visitors and enhance their experience from the moment they arrive....); // The block itself is a section that contains the text. Assert...into the document as a new section. doc . AppendChild ( doc ....

    reference.aspose.com/words/net/aspose.words.bui...
  8. BuildingBlockBehavior | Aspose.Words for Java

    Specifies the behavior that shall be applied to the contents of the building block when it is inserted into the main document in Java....Block"); // The block itself is a section that contains the text. Assert...into the document as a new section. doc.appendChild(doc.importNode(customBlock...

    reference.aspose.com/words/java/com.aspose.word...
  9. Remove Breaks in Ruby|Aspose.Words for Java

    Remove breaks using Ruby....remove_page_breaks() & remove_section_breaks() methods of RemoveBreaks...remove_section_breaks ( doc ) # Loop through all sections starting...

    docs.aspose.com/words/java/remove-breaks-in-ruby/
  10. DocumentBuilder.moveToSection method | Aspose.W...

    DocumentBuilder.moveToSection method. Moves the cursor to the beginning of the body in a specified Section....of the body in a specified section. moveToSection ( sectionIndex...sectionIndex number The index of the section to move to. Remarks When sectionIndex...

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