Aspose::Words::SectionCollection class. A collection of Section objects in the document. To learn more, visit the documentation article in C++....SectionCollection class A collection of Section objects in the document. To...more, visit the Working with Sections documentation article. class...
aspose.words.SectionLayoutMode enumeration. Specifies the layout mode for a Section allowing to define the document grid behavior....Specifies the layout mode for a section allowing to define the document...contents of the corresponding section in the document. GRID Specifies...
Aspose.Words.SectionLayoutMode enumeration. Specifies the layout mode for a Section allowing to define the document grid behavior....Specifies the layout mode for a section allowing to define the document...contents of the corresponding section in the document. Grid Specifies...
Paragraph.parentSection property. Retrieves the parent [Section](../../Section/) of the paragraph....property Retrieves the parent Section of the paragraph. get parentSection...parentSection () : Aspose . Words . Section Examples Shows how to create...
Run.text property. Gets or sets the text of the run....blank document contains one section, one body and one paragraph...collection. // First, create a new section, and then append it as a child...
Discover the DocumentBuilder MoveToSection method to easily navigate to the start of any Section's body, enhancing your document editing efficiency....of the body in a specified section. public void MoveToSection...sectionIndex Int32 The index of the section to move to. Remarks When sectionIndex...
aspose.words.BreakType enumeration. Specifies type of a break inside a document.... SECTION_BREAK_CONTINUOUS Specifies...of new section on the same page as the previous section. SECT...
DocumentVisitor.visitParagraphStart method. Called when enumeration of a paragraph has started....<summary> /// Called when a Section node is encountered in the...VisitSectionStart ( Sectionsection ) { // Get the index of our section within...
DocumentVisitor.visitDocumentStart method. Called when enumeration of the document has started....<summary> /// Called when a Section node is encountered in the...VisitSectionStart ( Sectionsection ) { // Get the index of our section within...