Perform some operations with documents faster and more conveniently than Open XML SDK. In addition, there are operations that are not supported by OpenXML....Corresponding documentation article or section Convert between different document...others The Convert a Document section Mail Merge The Mail Merge and...
PageSetup.lineNumberDistanceFromText property. Gets or sets distance between the right edge of line numbers and the left edge of the document....enable line numbering for a section. let doc = new aw . Document...( doc ); // We can use the section's PageSetup object to display...
Remove breaks using Ruby....remove_page_breaks() & remove_section_breaks() methods of RemoveBreaks...remove_section_breaks ( doc ) # Loop through all sections starting...
Specifies which pages the page border is printed on in Java....shown on all pages of the section. FIRST_PAGE Page border is...shown on the first page of the section only. OTHER_PAGES Page border...
DocumentBuilder.moveToSection method. Moves the cursor to the beginning of the body in a specified Section....of the body in a specified section. moveToSection ( sectionIndex...sectionIndex number The index of the section to move to. Remarks When sectionIndex...
PageSetup.endnoteOptions property. Provides options that control numbering and positioning of endnotes in this Section....positioning of endnotes in this section. get endnoteOptions () : Aspose...affecting footnotes/endnotes in a section. let doc = new aw . Document...
PageSetup.footnote_options property. Provides options that control numbering and positioning of footnotes in this Section....positioning of footnotes in this section. @property def footnote_options...affecting footnotes/endnotes in a section. doc = aw . Document () builder...
BuildingBlock.first_Section property. Gets the first Section in the building block....first_section property BuildingBlock.first_section property Gets...Gets the first section in the building block. @property def first_section...
BuildingBlock.last_Section property. Gets the last Section in the building block....last_section property BuildingBlock.last_section property Gets...Gets the last section in the building block. @property def last_section...
NodeCollection.add method. Adds a node to the end of the collection....Shows how to prepare a new section node for editing. doc = aw...blank document comes with a section, which has a body, which in...