aspose.words.HeaderFooter class. Represents a container for the header or footer text of a Section...header or footer text of a section. To learn more, visit the Working...is a section-level node and can only be a child of Section . There...
Aspose::Words::Fields::FieldAutoTextList::get_ListStyle method. Gets or sets the name of the style on which the list to contain entries is based in C++....Paragraph ); auto section = MakeObject < Section > ( glossaryDoc...glossaryDoc ); section -> AppendChild ( MakeObject < Body > ( glossaryDoc...
ControlChar.Section_BREAK_CHAR property. End of Section character: (char)12 or \f....SECTION_BREAK_CHAR property ControlChar.SECTION_BREAK_CHAR property...property End of section character: (char)12 or “\f”. @property...
Aspose::Words::DocumentBuilder::MoveToSection method. Moves the cursor to the beginning of the body in a specified Section in C++....of the body in a specified section. void Aspose :: Words :: DocumentBuilder...sectionIndex int32_t The index of the section to move to. Remarks When sectionIndex...
Aspose.Words.Orientation enumeration. Specifies page orientation....revert page setup settings to sections in a document. let doc = new...for the builder's current section and add text. builder . pageSetup...
Aspose::Words::BuildingBlocks::BuildingBlock::get_Description method. Gets or sets the description associated with this building block in C++....); // The block itself is a section that contains the text. ASSERT_EQ...into the document as a new section. doc -> AppendChild ( doc ->...
Aspose::Words::BuildingBlocks::BuildingBlock::get_Behavior method. Specifies the behavior that shall be applied when the contents of the building block is inserted into the main document in C++....); // The block itself is a section that contains the text. ASSERT_EQ...into the document as a new section. doc -> AppendChild ( doc ->...
Aspose::Words::ControlChar::OptionalHyphenChar field. Optional Hyphen in Microsoft Word is (char)31 in C++....Add a section break. This does not make a new section or paragraph...ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count ()); builder...
Aspose::Words::ControlChar::LineFeed method. Line feed character: "\x000a" or "\n". Same as Lf in C++....Add a section break. This does not make a new section or paragraph...ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count ()); builder...