Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 4,661 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. ParagraphFormat.alignment property | Aspose.Wor...

    ParagraphFormat.alignment property. Gets or sets text alignment for the paragraph....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/python-net/aspose.wo...
  3. FieldSection class | Aspose.Words for Python

    aspose.words.fields.FieldSection class. Implements the Section field...FieldSection class Implements the SECTION field. To learn more, visit...the number of the current section. Inheritance: FieldSection...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Section.ClearContent | Aspose.Words for .NET

    Effortlessly clear Sections with the ClearContent method. Enhance your workflow and improve content management efficiency today!...Hide ] Section.ClearContent method Clears the section. public...is left that represents the section break. The text of all headers...

    reference.aspose.com/words/net/aspose.words/sec...
  5. Aspose::Words::Body::get_NodeType method | Aspo...

    Aspose::Words::Body::get_NodeType method. Returns Body in C++....doc ); builder -> Write ( u "Section 1" ); builder -> MoveToHeaderFooter...footer" ); SharedPtr < Section > section = doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/bod...
  6. Aspose::Words::HeaderFooter::get_NodeType metho...

    Aspose::Words::HeaderFooter::get_NodeType method. Returns HeaderFooter in C++....doc ); builder -> Write ( u "Section 1" ); builder -> MoveToHeaderFooter...footer" ); SharedPtr < Section > section = doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/hea...
  7. 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...
  8. LayoutOptions.continuous_section_page_numbering...

    LayoutOptions.continuous_Section_page_numbering_restart property. Gets or sets the mode of behavior for computing page numbers when a continuous Section restarts the page numbering....continuous_section_page_numbering_restart property LayoutOptions...LayoutOptions.continuous_section_page_numbering_restart property Gets...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 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 = MakeObject < Document...

    reference.aspose.com/words/cpp/aspose.words/par...
  10. DocumentVisitor.VisitStructuredDocumentTagRange...

    Discover the DocumentVisitor VisitStructuredDocumentTagRangeEnd method, essential for handling Structured Document Tags effectively in your applications....<summary> /// Called when a Section node is encountered in the...VisitSectionStart ( Section section ) { // Get the index of our section within...

    reference.aspose.com/words/net/aspose.words/doc...