Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 12,206 for

section

(0.05 sec)
  1. BuildingBlock.LastSection | Aspose.Words for .NET

    Discover the LastSection property of BuildingBlock, which efficiently retrieves the final Section, enhancing your coding experience and project organization....the last section in the building block. public Section LastSection...Returns null if there are no sections. Examples Shows how to add...

    reference.aspose.com/words/net/aspose.words.bui...
  2. LineNumberRestartMode | Aspose.Words for Java

    Determines when automatic line numbering restarts in Java....enable line numbering for a section. Document doc = new Document();...DocumentBuilder(doc); // We can use the section's PageSetup object to display...

    reference.aspose.com/words/java/com.aspose.word...
  3. 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...
  4. 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...
  5. HeaderFooterCollection class | Aspose.Words for...

    aspose.words.HeaderFooterCollection class. Provides typed access to [HeaderFooter](../headerfooter/) nodes of a [Section](../Section/)...to HeaderFooter nodes of a Section . To learn more, visit the...each HeaderFooterType per Section . HeaderFooter objects can...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentVisitor.visitParagraphEnd method | Aspo...

    DocumentVisitor.visitParagraphEnd method. Called when enumeration of a paragraph has ended....<summary> /// Called when a Section node is encountered in the...VisitSectionStart ( Section section ) { // Get the index of our section within...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentVisitor.visitRun method | Aspose.Words ...

    DocumentVisitor.visitRun method. Called when a run of text in the is encountered....<summary> /// Called when a Section node is encountered in the...VisitSectionStart ( Section section ) { // Get the index of our section within...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PageSetup.PageStartingNumber | Aspose.Words for...

    Discover the PageSetup PageStartingNumber property to easily customize your document's starting page number for enhanced organization and clarity....starting page number of the section. public int PageStartingNumber...continue from the previous section. Examples Shows how to set...

    reference.aspose.com/words/net/aspose.words/pag...
  9. Manage Zoom|Aspose.Slides for Python Documentation

    Add zoom or zoom frames to PowerPoint presentations in Python...and from specific slides, sections, and portions of a presentation...To show a single section only, use a Section Zoom . Slide Zoom...

    docs.aspose.com/slides/python-net/manage-zoom/
  10. 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...