Xceed Words for .NET v4.0 Documentation
Section Class Methods


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace : Section Class

For a list of all members of this type, see Section members.

Public Methods
 NameDescription
Public MethodAdds three new Footers to this Section. One for the first page, one for odd pages, and one for even pages.  
Public MethodAdds three new Headers to this Section. One for the first page, one for odd pages, and one for even pages.  
Public MethodRemoves all the Bookmarks from this Container. (Inherited from Xceed.Document.NET.Container)
Public MethodOverloaded. Retrieves all the indexes in this Container where the provided search value is found. (Inherited from Xceed.Document.NET.Container)
Public MethodFinds all unique instances of the provided Regex pattern. (Inherited from Xceed.Document.NET.Container)
Public MethodRetrieves the list of Bookmarks found in this Container. (Inherited from Xceed.Document.NET.Container)
Public MethodReads the xml of the Container to create a list of Sections. (Inherited from Xceed.Document.NET.Container)
Public MethodInserts the provided text to this Container, at the provided bookmark position, using the specified formatting. (Inherited from Xceed.Document.NET.Container)
Public MethodInserts a Bookmark to this Container. (Inherited from Xceed.Document.NET.Container)
Public MethodInserts content in this Container. (Inherited from Xceed.Document.NET.Container)
Public MethodInserts an equation to this Container. (Inherited from Xceed.Document.NET.Container)
Public MethodOverloaded. Inserts a List in this Container. (Inherited from Xceed.Document.NET.Container)
Public MethodOverloaded. Inserts a Paragraph at a specific location in this Container, using the provided text, and optionally track this change. (Inherited from Xceed.Document.NET.Container)
Public MethodOverloaded. Overridden. Inserts a Section to this Section, and optionally track this change.  
Public MethodOverridden. Inserts a section page break to this Section, and optionally track this change.  
Public MethodOverloaded. Inserts a Table of a specific size in this Container. (Inherited from Xceed.Document.NET.Container)
Public MethodRemoves the content of the section from the Document. This will work only if it's not the only section in the Document.  
Public MethodRemoves the specified Bookmark from the Container. (Inherited from Xceed.Document.NET.Container)
Public MethodRemoves a Paragraph from this Container. (Inherited from Xceed.Document.NET.Container)
Public MethodRemoves the Paragraph found at a specific location in the Container. (Inherited from Xceed.Document.NET.Container)
Public MethodRemoves all the Text between a startingTag and an endingTag, even when those tags are located in different Paragraphs.   (Inherited from Xceed.Document.NET.Container)
Public MethodRemoves all text occurences that match the provided format. (Inherited from Xceed.Document.NET.Container)
Public MethodReplaces the text at the specified Bookmark in this Container. (Inherited from Xceed.Document.NET.Container)
Public MethodTargets a Picture from a specific Paragraph in the Container & replaces it with a new Picture.  (Inherited from Xceed.Document.NET.Container)
Public MethodOverloaded. Replaces all instances of a string with another string. (Inherited from Xceed.Document.NET.Container)
Public MethodReplaces all instances of a string with HTML content. (Inherited from Xceed.Document.NET.Container)
Public MethodReplaces all instances of a string with a DocumentElement. (Inherited from Xceed.Document.NET.Container)
Public MethodSets the Direction of the content of this Container. (Inherited from Xceed.Document.NET.Container)
Public MethodCan be used to validate Bookmarks. (Inherited from Xceed.Document.NET.Container)
Top
Protected Methods
 NameDescription
Protected Internal MethodOverridden.   
Top
See Also

Reference

Section Class
Xceed.Document.NET Namespace