Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Container Class
Properties Methods


In This Topic
    Container Class Members
    In This Topic

    The following tables list the members exposed by Container.

    Public Properties
     NameDescription
    Public PropertyGets the collection of Charts in this Container.  
    Public PropertyGets the collection of Hyperlinks in this Container.  
    Public PropertyGets the collection of Lists in this Container.  
    Public PropertyGets or sets the PackagePart for this element. (Inherited from Xceed.Document.NET.DocumentElement)
    Public PropertyGets the collection of Paragraphs in this Container.  
    Public Property  
    Public PropertyGets the collection of Pictures in this Container.  
    Public PropertyGets the collection of Sections after reading the xml of this Container.  
    Public PropertyGets the collection of Shapes in this Container.  
    Public PropertyGets the collection of Tables in this Container.  
    Public PropertyGets the collection of TextBoxes in this Container.  
    Public PropertyGets or sets the XML for this element. (Inherited from Xceed.Document.NET.DocumentElement)
    Top
    Public Methods
     NameDescription
    Public MethodRemoves all the Bookmarks from this Container.  
    Public MethodOverloaded. Retrieves all the indexes in this Container that match the provided search conditions.  
    Public MethodFinds all unique instances of the provided Regex pattern.  
    Public MethodRetrieves the list of Bookmarks found in this Container.  
    Public MethodReads the xml of the Container to create a list of Sections.  
    Public MethodInserts the provided text to this Container, at the provided bookmark position, using the specified formatting.  
    Public MethodInserts a Bookmark to this Container.  
    Public MethodInserts content in this Container.  
    Public MethodInserts an equation to this Container.  
    Public MethodOverloaded. Inserts a List to this Container.  
    Public MethodOverloaded. Inserts a Paragraph in this Container.  
    Public MethodOverloaded. Inserts a Section to this Container.  
    Public MethodInserts a section page break to this Container, and optionally track this change.  
    Public MethodOverloaded. Inserts a Table in this Container.  
    Public MethodRemoves the specified Bookmark from the Container.  
    Public MethodRemoves a specific Paragraph from the Container.  
    Public MethodRemoves the Paragraph found at a specific location in the Container.  
    Public MethodRemoves all the Text between a startingTag and an endingTag, even when those tags are located in different Paragraphs.    
    Public MethodRemoves all text occurences that match the provided format.  
    Public MethodReplaces the text at the specified Bookmark in this Container.  
    Public MethodTargets a Picture from a specific Paragraph in the Container & replaces it with a new Picture.   
    Public MethodOverloaded. Replaces all instances of a string with another string.  
    Public MethodReplaces all instances of a string with HTML content.  
    Public MethodReplaces all instances of a string with an object using the options set via the replaceTextOptions parameter.  
    Public MethodSets the Direction of the content of this Container.  
    Public MethodCan be used to validate Bookmarks.  
    Top
    Protected Methods
     NameDescription
    Protected Internal Method  
    Top
    See Also