Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 14,901 for

section

(0.17 sec)
  1. Aspose::Words::Run::Run constructor | Aspose.Wo...

    Aspose::Words::Run::Run constructor. Initializes a new instance of the Run class in C++....blank document contains one section, one body and one paragraph...collection. // First, create a new section, and then append it as a child...

    reference.aspose.com/words/cpp/aspose.words/run...
  2. Aspose::Words::Layout::LayoutOptions::get_Conti...

    Aspose::Words::Layout::LayoutOptions::get_ContinuousSectionPageNumberingRestart method. Gets or sets the mode of behavior for computing page numbers when a continuous Section restarts the page numbering in C++....numbers when a continuous section restarts the page numbering...numbering in a continuous section. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. Remove Breaks in PHP|Aspose.Words for Java

    Remove Breaks using PHP....); // Remove the page and section breaks from the document. //...Words section breaks are represented as separate Section nodes...

    docs.aspose.com/words/java/remove-breaks-in-php/
  4. PageSetup.line_number_count_by property | Aspos...

    PageSetup.line_number_count_by property. Returns or sets the numeric increment for line numbers....enable line numbering for a section. doc = aw . Document () builder...doc = doc ) # We can use the section's PageSetup object to display...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PageSetup.LineStartingNumber | Aspose.Words for...

    Discover how to use the PageSetup LineStartingNumber property to easily customize your document's starting line number for enhanced formatting....enable line numbering for a section. Document doc = new Document...( doc ); // We can use the section's PageSetup object to display...

    reference.aspose.com/words/net/aspose.words/pag...
  6. Aspose::Words::ParagraphFormat::get_SuppressLin...

    Aspose::Words::ParagraphFormat::get_SuppressLineNumbers method. Specifies whether the current paragraph's lines should be exempted from line numbering which is applied in the parent Section in C++....which is applied in the parent section. bool Aspose :: Words :: ParagraphFormat...enable line numbering for a section. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/par...
  7. Aspose::Words::PageSetup::get_LineNumberRestart...

    Aspose::Words::PageSetup::get_LineNumberRestartMode method. Gets or sets the way line numbering runs that is, whether it starts over at the beginning of a new page or Section or runs continuously in C++....beginning of a new page or section or runs continuously. Aspose...enable line numbering for a section. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/pag...
  8. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java....BuildingBlock can contain only Section nodes. BuildingBlock can only...Block"); // The block itself is a section that contains the text. Assert...

    reference.aspose.com/words/java/com.aspose.word...
  9. SectionLayoutMode | Aspose.Words for Java

    Specifies the layout mode for a Section allowing to define the document grid behavior in Java....Specifies the layout mode for a section allowing to define the document...of lines per page in this section. // A large enough font size...

    reference.aspose.com/words/java/com.aspose.word...
  10. PageSetup.restartPageNumbering property | Aspos...

    PageSetup.restartPageNumbering property. True if page numbering restarts at the beginning of the Section....restarts at the beginning of the section. get restartPageNumbering ()...continue from the previous section. Examples Shows how to set...

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