<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Infragistics4.WebUI.Documents.Word.v12.2</name>
    </assembly>
    <members>
        <member name="T:Infragistics.Documents.Word.AnchorsCollection">
            <summary>
            Contains the anchored content for the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <remarks>
            <p class="body">
            A picture which is anchored to a specific location within the document can be added to the paragraph using the
            <see cref="M:Infragistics.Documents.Word.AnchorsCollection.AddAnchoredPicture(System.Drawing.Image)">AddAnchoredPicture</see>
            method.
            </p>
            <p class="body">
            A shape which is anchored to a specific location within the document can be added to the paragraph using the
            <see cref="M:Infragistics.Documents.Word.AnchorsCollection.AddAnchoredShape(Infragistics.Documents.Word.ShapeType)">AddAnchoredShape</see>
            method.
            </p>
            <p class="body">
            Text, hyperlinks, images, and shapes can be added to a paragraph using the
            <see cref="P:Infragistics.Documents.Word.Paragraph.ContentRuns">ContentRuns</see>
            collection. Content which belongs to this collection does not occupy a static
            location within the document, but rather changes position as other content is
            added or removed.
            </p>
            </remarks>
            <seealso cref="T:Infragistics.Documents.Word.ContentRunsCollection">ContentRunsCollection class</seealso>
            <seealso cref="P:Infragistics.Documents.Word.Paragraph.ContentRuns">ContentRuns collection (Paragraph class)</seealso>
        </member>
        <member name="T:Infragistics.Documents.Word.CollectionBase`1">
            <summary>
            Base class for collections.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.CollectionBase`1.Clear">
            <summary>
            Removes all elements from this collection.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.CollectionBase`1.RemoveAt(System.Int32)">
            <summary>
            Removes the item at the specified ordinal position within this collection.
            </summary>
            <param name="index">The ordinal position of the item to remove.</param>
        </member>
        <member name="M:Infragistics.Documents.Word.CollectionBase`1.Remove(`0)">
            <summary>
            Removes the specified <paramref name="item"/> from this collection.
            </summary>
            <param name="item">The item to remove.</param>
        </member>
        <member name="M:Infragistics.Documents.Word.CollectionBase`1.Add(`0)">
            <summary>
            Adds the specified <paramref name="item"/> to this collection.
            </summary>
            <param name="item">The item to add.</param>
        </member>
        <member name="M:Infragistics.Documents.Word.CollectionBase`1.Insert(System.Int32,`0)">
            <summary>
            Inserts the specified <paramref name="item"/> into this collection
            at the specified <paramref name="index"/>
            </summary>
            <param name="item">The item to add.</param>
            <param name="index">The ordinal position at which to add the item.</param>
        </member>
        <member name="M:Infragistics.Documents.Word.CollectionBase`1.IndexOf(`0)">
            <summary>
            Returns the index of the specified <paramref name="item"/>
            within this collection, or -1 if the item is not a member
            of this collection.
            </summary>
            <param name="item">The item to locate.</param>
        </member>
        <member name="M:Infragistics.Documents.Word.CollectionBase`1.Contains(`0)">
            <summary>
            Returns a boolean value indicating whether the specified <paramref name="item"/>
            is contained within this collection.
            </summary>
            <param name="item">The item to test.</param>
        </member>
        <member name="M:Infragistics.Documents.Word.CollectionBase`1.ToString">
            <summary>
            Returns the string representation of this object.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.CollectionBase`1.Item(System.Int32)">
            <summary>
            Returns the object at the specified ordinal position within this collection.
            </summary>
            <param name="index">The zero-based ordinal position of the item within this collection.</param>
            <returns>The object at the specified ordinal position.</returns>
        </member>
        <member name="P:Infragistics.Documents.Word.CollectionBase`1.Count">
            <summary>
            Returns the number of elements in this collection.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.CollectionBase`1.Document">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>
            with which this collection is associated.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.AnchorsCollection.AddAnchoredPicture(System.Drawing.Image)">
            <summary>
            Adds an
            <see cref="T:Infragistics.Documents.Word.AnchoredPicture">AnchoredPicture</see>
            to the associated paragraph.
            </summary>
            <param name="image">
            The image displayed by the picture.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.AnchorsCollection.AddAnchoredPicture(Infragistics.Documents.Word.AnchoredPicture)">
            <summary>
            Adds an
            <see cref="T:Infragistics.Documents.Word.AnchoredPicture">AnchoredPicture</see>
            to the associated paragraph.
            </summary>
            <param name="anchoredPicture">
            The
            <see cref="T:Infragistics.Documents.Word.AnchoredPicture">AnchoredPicture</see>
            instance to be added.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.AnchorsCollection.InsertAnchoredPicture(System.Int32,System.Drawing.Image)">
            <summary>
            Inserts an
            <see cref="T:Infragistics.Documents.Word.AnchoredPicture">AnchoredPicture</see>
            into the associated paragraph at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the picture.</param>
            <param name="image">
            The image displayed by the picture.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.AnchorsCollection.InsertAnchoredPicture(System.Int32,Infragistics.Documents.Word.AnchoredPicture)">
            <summary>
            Inserts an
            <see cref="T:Infragistics.Documents.Word.AnchoredPicture">AnchoredPicture</see>
            into the associated paragraph at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the picture.</param>
            <param name="anchoredPicture">
            The
            <see cref="T:Infragistics.Documents.Word.AnchoredPicture">AnchoredPicture</see>
            instance to be added.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.AnchorsCollection.AddAnchoredShape(Infragistics.Documents.Word.ShapeType)">
            <summary>
            Adds an
            <see cref="T:Infragistics.Documents.Word.AnchoredShape">AnchoredShape</see>
            to the associated paragraph.
            </summary>
            <param name="shapeType">
            A
            <see cref="T:Infragistics.Documents.Word.ShapeType">ShapeType</see>
            constant which defines the type of shape to be added, i.e., a line,
            rectangle, ellipse, etc.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.AnchorsCollection.AddAnchoredShape(Infragistics.Documents.Word.VmlShape)">
            <summary>
            Adds an
            <see cref="T:Infragistics.Documents.Word.AnchoredShape">AnchoredShape</see>
            to the associated paragraph.
            </summary>
            <param name="shape">
            A
            <see cref="T:Infragistics.Documents.Word.VmlShape">VmlShape</see>
            instance which defines the properties of the shape to be added.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.AnchorsCollection.AddAnchoredShape(Infragistics.Documents.Word.AnchoredShape)">
            <summary>
            Adds an
            <see cref="T:Infragistics.Documents.Word.AnchoredShape">AnchoredShape</see>
            to the associated paragraph.
            </summary>
            <param name="anchoredShape">
            The
            <see cref="T:Infragistics.Documents.Word.AnchoredShape">AnchoredShape</see>
            instance to be added.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.AnchorsCollection.InsertAnchoredShape(System.Int32,Infragistics.Documents.Word.ShapeType)">
            <summary>
            Inserts an
            <see cref="T:Infragistics.Documents.Word.AnchoredShape">AnchoredShape</see>
            into the associated paragraph at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the picture.</param>
            <param name="shapeType">
            A
            <see cref="T:Infragistics.Documents.Word.ShapeType">ShapeType</see>
            constant which defines the type of shape to be added, i.e., a line,
            rectangle, ellipse, etc.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.AnchorsCollection.InsertAnchoredShape(System.Int32,Infragistics.Documents.Word.VmlShape)">
            <summary>
            Inserts an
            <see cref="T:Infragistics.Documents.Word.AnchoredShape">AnchoredShape</see>
            into the associated paragraph at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the picture.</param>
            <param name="shape">
            A
            <see cref="T:Infragistics.Documents.Word.VmlShape">VmlShape</see>
            instance which defines the properties of the shape to be added.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.AnchorsCollection.InsertAnchoredShape(System.Int32,Infragistics.Documents.Word.AnchoredShape)">
            <summary>
            Inserts an
            <see cref="T:Infragistics.Documents.Word.AnchoredShape">AnchoredShape</see>
            into the associated paragraph at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the picture.</param>
            <param name="anchoredShape">
            A
            <see cref="T:Infragistics.Documents.Word.AnchoredShape">AnchoredShape</see>
            instance which defines the type of shape to be added, i.e., a line,
            rectangle, ellipse, etc.
            </param>
        </member>
        <member name="T:Infragistics.Documents.Word.ContentBlock">
            <summary>
            Encapsulates a block of content within a
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>
            such as a
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            or
            <see cref="T:Infragistics.Documents.Word.Table">Table</see>.
            </summary>
            <remarks>
            <p class="body">
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentBlock.#ctor(Infragistics.Documents.Word.Document)">
            <summary>
            Creates a new instance of the class.
            </summary>
            <param name="document">
            The
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>
            with which this instance is associated.
            </param>
        </member>
        <member name="P:Infragistics.Documents.Word.ContentBlock.Index">
            <summary>
            Returns the ordinal position of this item within the collection
            to which it belongs, or -1 if it does not belong to a collection.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.ContentBlock.Document">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>
            associated with this instance.
            </summary>
        </member>
        <member name="T:Infragistics.Documents.Word.ContentBlocksCollection">
            <summary>
            Contains the block-level content (i.e., 
            <see cref="T:Infragistics.Documents.Word.Paragraph">paragraphs</see>
            and
            <see cref="T:Infragistics.Documents.Word.Table">tables</see>
            ) for a
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>,
            <see cref="T:Infragistics.Documents.Word.TableCell">TableCell</see>,
            <see cref="T:Infragistics.Documents.Word.SectionHeader">header</see>,
            or
            <see cref="T:Infragistics.Documents.Word.SectionFooter">footer</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentBlocksCollection.AddParagraph">
            <summary>
            Adds a
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            to this collection.
            </summary>
            <returns>
            A reference to the
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            that was added.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentBlocksCollection.InsertParagraph(System.Int32)">
            <summary>
            Inserts a
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            at the specified ordinal position within this collection.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the paragraph.</param>
            <returns>
            A reference to the
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            that was added.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentBlocksCollection.AddTable">
            <summary>
            Adds a
            <see cref="T:Infragistics.Documents.Word.Table">Table</see>
            to this collection.
            </summary>
            <returns>
            A reference to the
            <see cref="T:Infragistics.Documents.Word.Table">Table</see>
            that was added.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentBlocksCollection.InsertTable(System.Int32)">
            <summary>
            Inserts a
            <see cref="T:Infragistics.Documents.Word.Table">Table</see>
            at the specified ordinal position within this collection.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the paragraph.</param>
            <returns>
            A reference to the
            <see cref="T:Infragistics.Documents.Word.Table">Table</see>
            that was added.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentBlocksCollection.GetParagraphs">
            <summary>
            Returns an enumerator which includes only the
            <see cref="T:Infragistics.Documents.Word.Paragraph">paragraphs</see>
            which belong to this collection.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentBlocksCollection.GetTables">
            <summary>
            Returns an enumerator which includes only the
            <see cref="T:Infragistics.Documents.Word.Table">tables</see>
            which belong to this collection.
            </summary>
        </member>
        <member name="T:Infragistics.Documents.Word.ContentRunsCollection">
            <summary>
            Contains the inline content for the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>,
            such as text, hyperlinks, inline pictures, and inline shapes.
            </summary>
            <remarks>
            <p class="body">
            A run of text can be added to the paragraph using the
            <see cref="M:Infragistics.Documents.Word.ContentRunsCollection.AddTextRun(System.String)">AddTextRun</see>
            method.
            </p>
            <p class="body">
            A hyperlink can be added to the paragraph using the
            <see cref="M:Infragistics.Documents.Word.ContentRunsCollection.AddHyperlink(System.String,System.String)">AddHyperlink</see>
            method.
            </p>
            <p class="body">
            A picture which appears inline with textual content can be added to the paragraph using the
            <see cref="M:Infragistics.Documents.Word.ContentRunsCollection.AddInlinePicture(System.Drawing.Image)">AddInlinePicture</see>
            method.
            </p>
            <p class="body">
            A shape which appears inline with textual content can be added to the paragraph using the
            <see cref="M:Infragistics.Documents.Word.ContentRunsCollection.AddInlineShape(Infragistics.Documents.Word.ShapeType)">AddInlineShape</see>
            method.
            </p>
            <p class="body">
            "Inline" content is defined as content whose position within the document changes dynamically
            as other content is added to or removed from the document. The ContentRunsCollection class
            is the container for all such content.
            </p>
            <p class="body">
            Pictures and Shapes which are anchored to a specific location within the document
            can be added to a paragraph using the
            <see cref="P:Infragistics.Documents.Word.Paragraph.Anchors">Anchors</see>
            collection.
            </p>
            </remarks>
            <seealso cref="T:Infragistics.Documents.Word.AnchorsCollection">AnchorsCollection class</seealso>
            <seealso cref="P:Infragistics.Documents.Word.Paragraph.Anchors">Anchors collection (Paragraph class)</seealso>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddNewLine">
            <summary>
            Adds a new line to the associated paragraph.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddNewLine(Infragistics.Documents.Word.NewLineType)">
            <summary>
            Adds a new line to the associated paragraph.
            </summary>
            <param name="newLineType">
            A
            <see cref="T:Infragistics.Documents.Word.NewLineType">NewLineType</see>
            constant which determines the way the newline character is represented
            in the generated output.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddTextRun(System.String)">
            <summary>
            Adds a
            <see cref="T:Infragistics.Documents.Word.TextRun">TextRun</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="text">The text to be added.</param>
            <returns>
            A
            <see cref="T:Infragistics.Documents.Word.TextRun">TextRun</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddTextRun(System.String,Infragistics.Documents.Word.Font)">
            <summary>
            Adds a
            <see cref="T:Infragistics.Documents.Word.TextRun">TextRun</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="text">The text to be added.</param>
            <param name="font">
            A
            <see cref="T:Infragistics.Documents.Word.Font">Font</see>
            instance which defines the formatting attributes for the resulting
            run of text.
            </param>
            <returns>
            A
            <see cref="T:Infragistics.Documents.Word.TextRun">TextRun</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddTextRun(System.String,Infragistics.Documents.Word.Font,System.Nullable{System.Boolean})">
            <summary>
            Adds a
            <see cref="T:Infragistics.Documents.Word.TextRun">TextRun</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="text">The text to be added.</param>
            <param name="font">
            A
            <see cref="T:Infragistics.Documents.Word.Font">Font</see>
            instance which defines the formatting attributes for the resulting
            run of text.
            </param>
            <param name="checkSpellingAndGrammar">Specifies whether the content is proofed for spelling and grammatical errors.</param>
            <returns>
            A
            <see cref="T:Infragistics.Documents.Word.TextRun">TextRun</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddTextRun(Infragistics.Documents.Word.TextRun)">
            <summary>
            Adds the specified
            <see cref="T:Infragistics.Documents.Word.TextRun">TextRun</see>
            </summary>
            <param name="textRun">
            The
            <see cref="T:Infragistics.Documents.Word.TextRun">TextRun</see>
            instance to add.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddHyperlink(System.String,System.String)">
            <summary>
            Adds a
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="address">The address for the hyperlink. Must be a valid URI.</param>
            <param name="text">The text displayed for the hyperlink. In the absence of an explicit value, the <paramref name="address"/> is displayed.</param>
            <returns>
            A
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddHyperlink(System.String,System.String,System.String)">
            <summary>
            Adds a
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="address">The address for the hyperlink. Must be a valid URI.</param>
            <param name="text">The text displayed for the hyperlink. In the absence of an explicit value, the <paramref name="address"/> is displayed.</param>
            <param name="toolTipText">The text that is displayed when the user hovers the cursor over this hyperlink.</param>
            <returns>
            A
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddHyperlink(System.String,System.String,Infragistics.Documents.Word.Font)">
            <summary>
            Adds a
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="address">The address for the hyperlink. Must be a valid URI.</param>
            <param name="text">The text displayed for the hyperlink. In the absence of an explicit value, the <paramref name="address"/> is displayed.</param>
            <param name="font">
            The
            <see cref="T:Infragistics.Documents.Word.Font">Font</see>
            which defines the formatting attributes for the text that is displayed.
            </param>
            <returns>
            A
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddHyperlink(System.String,System.String,Infragistics.Documents.Word.Font,System.String)">
            <summary>
            Adds a
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="address">The address for the hyperlink. Must be a valid URI.</param>
            <param name="text">The text displayed for the hyperlink. In the absence of an explicit value, the <paramref name="address"/> is displayed.</param>
            <param name="font">
            The
            <see cref="T:Infragistics.Documents.Word.Font">Font</see>
            which defines the formatting attributes for the text that is displayed.
            </param>
            <param name="toolTipText">The text that is displayed when the user hovers the cursor over this hyperlink.</param>
            <returns>
            A
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddHyperlink(System.String,System.Collections.Generic.IList{Infragistics.Documents.Word.TextRun},System.String)">
            <summary>
            Adds a
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="address">The address for the hyperlink. Must be a valid URI.</param>
            <param name="textRuns">
            A list of
            <see cref="T:Infragistics.Documents.Word.TextRun">TextRun</see>
            instances which define the rich content for the hyperlink.
            </param>
            <param name="toolTipText">The text that is displayed when the user hovers the cursor over this hyperlink.</param>
            <returns>
            A
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddHyperlink(Infragistics.Documents.Word.TextHyperlink)">
            <summary>
            Adds the specified
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="hyperlink">
            The
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            instance to add.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddInlinePicture(System.Drawing.Image)">
            <summary>
            Adds an
            <see cref="T:Infragistics.Documents.Word.InlinePicture">InlinePicture</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="image">The image associated with the inline picture to be added.</param>
            <returns>
            An
            <see cref="T:Infragistics.Documents.Word.InlinePicture">InlinePicture</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddInlinePicture(System.Drawing.Image,System.Nullable{System.Drawing.SizeF})">
            <summary>
            Adds an
            <see cref="T:Infragistics.Documents.Word.InlinePicture">InlinePicture</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="image">The image associated with the inline picture to be added.</param>
            <param name="size">The size at which the picture is displayed. Specify null to use the natural size of the associated <paramref name="image"/>.</param>
            <returns>
            An
            <see cref="T:Infragistics.Documents.Word.InlinePicture">InlinePicture</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddInlinePicture(Infragistics.Documents.Word.InlinePicture)">
            <summary>
            Adds the specified
            <see cref="T:Infragistics.Documents.Word.InlinePicture">InlinePicture</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="inlinePicture">
            The
            <see cref="T:Infragistics.Documents.Word.InlinePicture">InlinePicture</see>
            instance to add.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddInlineShape(Infragistics.Documents.Word.ShapeType)">
            <summary>
            Adds an
            <see cref="T:Infragistics.Documents.Word.InlineShape">InlineShape</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="shapeType">
            A
            <see cref="T:Infragistics.Documents.Word.ShapeType">ShapeType</see>
            constant which defines the type of shape to be added, i.e., a line,
            rectangle, ellipse, etc.
            </param>
            <returns>
            An
            <see cref="T:Infragistics.Documents.Word.InlineShape">InlineShape</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddInlineShape(Infragistics.Documents.Word.ShapeType,System.Nullable{System.Drawing.SizeF})">
            <summary>
            Adds an
            <see cref="T:Infragistics.Documents.Word.InlineShape">InlineShape</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="shapeType">
            A
            <see cref="T:Infragistics.Documents.Word.ShapeType">ShapeType</see>
            constant which defines the type of shape to be added, i.e., a line,
            rectangle, ellipse, etc.
            </param>
            <param name="size">The size at which the shape is displayed. In the absence of an explicit value, the shape is displayed at a size of one inch square.</param>
            <returns>
            An
            <see cref="T:Infragistics.Documents.Word.InlineShape">InlineShape</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddInlineShape(Infragistics.Documents.Word.InlineShape)">
            <summary>
            Adds the specified
            <see cref="T:Infragistics.Documents.Word.InlineShape">InlineShape</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="inlineShape">
            The
            <see cref="T:Infragistics.Documents.Word.InlineShape">InlineShape</see>
            instance to add.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddInlineShape(Infragistics.Documents.Word.VmlShape)">
            <summary>
            Adds the specified
            <see cref="T:Infragistics.Documents.Word.InlineShape">InlineShape</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="shape">
            The
            <see cref="T:Infragistics.Documents.Word.VmlShape">VmlShape</see>
            instance to add.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.AddPageNumberField(Infragistics.Documents.Word.PageNumberFieldFormat)">
            <summary>
            Adds a
            <see cref="T:Infragistics.Documents.Word.PageNumberField">PageNumberField</see>
            to the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <param name="format">
            A
            <see cref="T:Infragistics.Documents.Word.PageNumberFieldFormat">PageNumberFieldFormat</see>
            constant which defines the format for the page number field.
            </param>
            <returns>
            A
            <see cref="T:Infragistics.Documents.Word.PageNumberField">PageNumberField</see>
            instance.
            </returns>
            <remarks>
            <p class="body">
            <b>Note: </b>Page number fields are only supported for content which appears
            within a header or footer. Attempting to add a page number field to content
            which appears within the main document part will cause an exception to be thrown.
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.InsertTextRun(System.Int32,System.String)">
            <summary>
            Inserts a
            <see cref="T:Infragistics.Documents.Word.TextRun">TextRun</see>
            into the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the text run.</param>
            <param name="text">The text to be added.</param>
            <returns>
            A
            <see cref="T:Infragistics.Documents.Word.TextRun">TextRun</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.InsertTextRun(System.Int32,Infragistics.Documents.Word.TextRun)">
            <summary>
            Inserts a
            <see cref="T:Infragistics.Documents.Word.TextRun">TextRun</see>
            into the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the text run.</param>
            <param name="textRun">
            The
            <see cref="T:Infragistics.Documents.Word.TextRun">TextRun</see>
            to be added.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.InsertHyperlink(System.Int32,System.String)">
            <summary>
            Inserts a
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            into the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the hyperlink.</param>
            <param name="address">The address for the hyperlink.</param>
            <returns>
            A
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.InsertHyperlink(System.Int32,System.String,System.String)">
            <summary>
            Inserts a
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            into the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the hyperlink.</param>
            <param name="address">The address for the hyperlink. Must be a valid URI.</param>
            <param name="text">The text displayed for the hyperlink. In the absence of an explicit value, the <paramref name="address"/> is displayed.</param>
            <returns>
            A
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.InsertHyperlink(System.Int32,Infragistics.Documents.Word.TextHyperlink)">
            <summary>
            Inserts a
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            into the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the hyperlink.</param>
            <param name="hyperlink">
            The
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            instance to insert.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.InsertInlinePicture(System.Int32,System.Drawing.Image)">
            <summary>
            Inserts an
            <see cref="T:Infragistics.Documents.Word.InlinePicture">InlinePicture</see>
            into the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the picture.</param>
            <param name="image">The image associated with the inline picture to be added.</param>
            <returns>
            An
            <see cref="T:Infragistics.Documents.Word.InlinePicture">InlinePicture</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.InsertInlinePicture(System.Int32,Infragistics.Documents.Word.InlinePicture)">
            <summary>
            Inserts an
            <see cref="T:Infragistics.Documents.Word.InlinePicture">InlinePicture</see>
            into the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the picture.</param>
            <param name="inlinePicture">
            The
            <see cref="T:Infragistics.Documents.Word.InlinePicture">InlinePicture</see>
            instance to insert.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.InsertInlineShape(System.Int32,Infragistics.Documents.Word.ShapeType)">
            <summary>
            Inserts an
            <see cref="T:Infragistics.Documents.Word.InlineShape">InlineShape</see>
            into the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the shape.</param>
            <param name="shapeType">
            A
            <see cref="T:Infragistics.Documents.Word.ShapeType">ShapeType</see>
            constant which defines the type of shape to be added, i.e., a line,
            rectangle, ellipse, etc.
            </param>
            <returns>
            An
            <see cref="T:Infragistics.Documents.Word.InlineShape">InlineShape</see>
            instance.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.InsertInlineShape(System.Int32,Infragistics.Documents.Word.InlineShape)">
            <summary>
            Inserts an
            <see cref="T:Infragistics.Documents.Word.InlineShape">InlineShape</see>
            into the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the shape.</param>
            <param name="inlineShape">
            The
            <see cref="T:Infragistics.Documents.Word.InlineShape">InlineShape</see>
            instance to insert.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.InsertPageNumberField(System.Int32,Infragistics.Documents.Word.PageNumberFieldFormat)">
            <summary>
            Inserts a
            <see cref="T:Infragistics.Documents.Word.PageNumberField">PageNumberField</see>
            into the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the text run.</param>
            <param name="format">
            A
            <see cref="T:Infragistics.Documents.Word.PageNumberFieldFormat">PageNumberFieldFormat</see>
            constant which defines the format for the page number field.
            </param>
            <returns>
            A
            <see cref="T:Infragistics.Documents.Word.PageNumberField">PageNumberField</see>
            instance.
            </returns>
            <remarks>
            <p class="body">
            <b>Note: </b>Page number fields are only supported for content which appears
            within a header or footer. Attempting to add a page number field to content
            which appears within the main document part will cause an exception to be thrown.
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Documents.Word.ContentRunsCollection.InsertPageNumberField(System.Int32,Infragistics.Documents.Word.PageNumberField)">
            <summary>
            Inserts the specified
            <see cref="T:Infragistics.Documents.Word.PageNumberField">PageNumberField</see>
            into the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the page number field.</param>
            <param name="pageNumberField">
            The
            <see cref="T:Infragistics.Documents.Word.PageNumberField">PageNumberField</see>
            instance to insert.
            </param>
            <remarks>
            <p class="body">
            <b>Note: </b>Page number fields are only supported for content which appears
            within a header or footer. Attempting to add a page number field to content
            which appears within the main document part will cause an exception to be thrown.
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Documents.Word.Document">
            <summary>
            Encapsulates a word processing document.
            </summary>
            <remarks>
            <p class="body">
            The Document class represents the root level of the object hierarchy.
            It serves as a container for block-level content such as
            <see cref="T:Infragistics.Documents.Word.Paragraph">paragraphs</see>
            and
            <see cref="T:Infragistics.Documents.Word.Table">tables</see>.
            </p>
            <p class="body">
            Block-level content is contained within the
            <see cref="P:Infragistics.Documents.Word.Document.ContentBlocks">ContentBlocks</see>
            collection; paragraphs and tables can be added to a document using the
            <see cref="M:Infragistics.Documents.Word.ContentBlocksCollection.AddParagraph">AddParagraph</see>
            and
            <see cref="M:Infragistics.Documents.Word.ContentBlocksCollection.AddTable">AddTable</see>
            methods, respectively.
            </p>
            <p class="body">
            Properties of the document such as author, title, and subject can be specified using the
            <see cref="P:Infragistics.Documents.Word.Document.DocumentProperties">DocumentProperties</see>
            property.
            </p>
            <p class="body">
            Default formatting attributes for all content within the document can be defined using the
            <see cref="P:Infragistics.Documents.Word.Document.DefaultFont">DefaultFont</see>,
            <see cref="P:Infragistics.Documents.Word.Document.DefaultParagraphProperties">DefaultParagraphProperties</see>,
            and
            <see cref="P:Infragistics.Documents.Word.Document.DefaultTableProperties">DefaultTableProperties</see>
            properties.
            </p>
            <p class="body">
            Pagination properties such as page size, page orientation, and margins, can be defined using the
            <see cref="P:Infragistics.Documents.Word.Document.FinalSection">FinalSection</see>
            property and the
            <see cref="P:Infragistics.Documents.Word.Document.Sections">Sections</see>
            collection. The FinalSection property returns an object with which the developer
            can specify pagination properties for the entire document. The Sections collection
            provides a way to define document sections for groups or block-level content. When
            the Sections collection contains one or more members, the FinalSection defines the
            pagination for the block-level content in the document which follows the last block
            for which a section is explicitly defined.
            </p>
            <p class="body">
            Headers and footers can also be added to the document, using the
            <see cref="P:Infragistics.Documents.Word.SectionBase.HeaderAllPages">HeaderAllPages</see>,
            <see cref="P:Infragistics.Documents.Word.SectionBase.FooterAllPages">FooterAllPages</see>,
            <see cref="P:Infragistics.Documents.Word.SectionBase.HeaderFirstPageOnly">HeaderFirstPageOnly</see>,
            and
            <see cref="P:Infragistics.Documents.Word.SectionBase.FooterFirstPageOnly">FooterFirstPageOnly</see>
            properties of the
            <see cref="T:Infragistics.Documents.Word.SectionBase">section</see>.
            Headers and footers can contain the same block-level content as the
            document itself; content is written to the headers/footers using the
            identical syntax as is used when writing main document content (headers
            and footers expose a ContentBlocks collection, which is the same type as
            the ContentBlocks collection exposed by the Document).
            </p>
            <p class="body">
            The developer can use the
            <see cref="P:Infragistics.Documents.Word.Document.Unit">Unit</see>
            property to change the implied unit of measurement for the property
            get and set methods at any time during the lifetime of the document
            without affecting the actual values. For example, when setting font
            sizes the property can be set to 'Point', and then changed to 'Inch'
            or 'Centimeter' when setting indentation or line spacing, and any
            previously set values will remain as they were.
            </p>
            </remarks>
        </member>
        <member name="F:Infragistics.Documents.Word.Document.DefaultFileExtension">
            <summary>
            The default file extension for documents produced by this class ("docx").
            </summary>
        </member>
        <member name="F:Infragistics.Documents.Word.Document.DefaultUnitOfMeasurement">
            <summary>
            The default value for the
            <see cref="P:Infragistics.Documents.Word.Document.Unit">Unit</see>
            property (Point).
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.Document.#ctor">
            <summary>
            Creates a new instance of the class.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.Document.CreateFont">
            <summary>
            Returns a new
            <see cref="T:Infragistics.Documents.Word.Font">Font</see>
            for use within this
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.Document.CreateTextRun(System.String)">
            <summary>
            Returns a new
            <see cref="T:Infragistics.Documents.Word.TextRun">TextRun</see>
            for use within this
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>.
            </summary>
            <param name="text">The text for the run.</param>
        </member>
        <member name="M:Infragistics.Documents.Word.Document.CreateHyperlink(System.String,System.String)">
            <summary>
            Returns a new
            <see cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink</see>
            for use within this
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>.
            </summary>
            <param name="address">The address of the hyperlink. Must be a valid URI.</param>
            <param name="text">The text displayed for the hyperlink. If null, the <paramref name="address"/> is displayed.</param>
        </member>
        <member name="M:Infragistics.Documents.Word.Document.CreateInlinePicture(System.Drawing.Image)">
            <summary>
            Returns a new
            <see cref="T:Infragistics.Documents.Word.InlinePicture">InlinePicture</see>
            for use within this
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>.
            </summary>
            <param name="image">The image associated with the picture.</param>
        </member>
        <member name="M:Infragistics.Documents.Word.Document.CreateAnchoredPicture(System.Drawing.Image)">
            <summary>
            Returns a new
            <see cref="T:Infragistics.Documents.Word.AnchoredPicture">AnchoredPicture</see>
            for use within this
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>.
            </summary>
            <param name="image">The image associated with the picture.</param>
        </member>
        <member name="M:Infragistics.Documents.Word.Document.CreateInlineShape(Infragistics.Documents.Word.ShapeType)">
            <summary>
            Returns a new
            <see cref="T:Infragistics.Documents.Word.InlineShape">InlineShape</see>
            for use within this
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>.
            </summary>
            <param name="shapeType">
            A
            <see cref="T:Infragistics.Documents.Word.ShapeType">ShapeType</see>
            constant which defines the type of shape, i.e., a line, rectangle, ellipse, etc.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.Document.CreateInlineShape(Infragistics.Documents.Word.VmlShape)">
            <summary>
            Returns a new
            <see cref="T:Infragistics.Documents.Word.InlineShape">InlineShape</see>
            for use within this
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>.
            </summary>
            <param name="shape">
            A previously created
            <see cref="T:Infragistics.Documents.Word.VmlShape">VmlShape</see>
            instance which defines the properties of the shape.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.Document.CreateAnchoredShape(Infragistics.Documents.Word.ShapeType)">
            <summary>
            Returns a new
            <see cref="T:Infragistics.Documents.Word.AnchoredShape">AnchoredShape</see>
            for use within this
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>.
            </summary>
            <param name="shapeType">
            A
            <see cref="T:Infragistics.Documents.Word.ShapeType">ShapeType</see>
            constant which defines the type of shape, i.e., a line, rectangle, ellipse, etc.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.Document.CreateAnchoredShape(Infragistics.Documents.Word.VmlShape)">
            <summary>
            Returns a new
            <see cref="T:Infragistics.Documents.Word.AnchoredShape">AnchoredShape</see>
            for use within this
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>.
            </summary>
            <param name="shape">
            A previously created
            <see cref="T:Infragistics.Documents.Word.VmlShape">VmlShape</see>
            instance which defines the properties of the shape.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.Document.CreateVmlShape(Infragistics.Documents.Word.ShapeType)">
            <summary>
            Returns a new
            <see cref="T:Infragistics.Documents.Word.VmlShape">VmlShape</see>
            for use within this
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>.
            </summary>
            <param name="shapeType">
            A
            <see cref="T:Infragistics.Documents.Word.ShapeType">ShapeType</see>
            constant which defines the type of shape, i.e., a line, rectangle, ellipse, etc.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.Document.Save(System.String)">
            <summary>
            Saves the contents of the document to a file in the MS Word2007 document format.
            </summary>
            <param name="filename">
            The complete path to the destination file. Note that if the file extension is omitted, the
            <see cref="F:Infragistics.Documents.Word.Document.DefaultFileExtension">DefaultFileExtension</see>
            is used.
            </param>
            <remarks>
            <p class="body">
            The output produced by this method can be consumed by a WordprocessingML
            that supports the MS Word2007 format, or an application which supports the
            WordProcessingML specification.
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Documents.Word.Document.Save(System.IO.Stream)">
            <summary>
            Exports the contents of this
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>
            to the specified <paramref name="stream"/>.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.Document.Reset">
            <summary>
            Restores all property values to their respective defaults,
            and clears the contents of all collections.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.Document.ToString">
            <summary>
            Returns the string representation of this instance.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.Document.ContentBlocks">
            <summary>
            Returns a collection of
            <see cref="T:Infragistics.Documents.Word.ContentBlock">ContentBlock</see>-derived
            objects, such as
            <see cref="T:Infragistics.Documents.Word.Paragraph">paragraphs</see>
            or
            <see cref="T:Infragistics.Documents.Word.Table">tables</see>,
            which comprise the block-level content for this document.
            </summary>
            <seealso cref="M:Infragistics.Documents.Word.ContentBlocksCollection.AddParagraph">AddParagraph method</seealso>
            <seealso cref="M:Infragistics.Documents.Word.ContentBlocksCollection.AddTable">AddTable method</seealso>
        </member>
        <member name="P:Infragistics.Documents.Word.Document.DocumentProperties">
            <summary>
            Returns an object which contains information about this
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>
            such as title, author, subject, etc.
            </summary>
            <seealso cref="T:Infragistics.Documents.Word.WordDocumentProperties">DocumentProperties class</seealso>
        </member>
        <member name="P:Infragistics.Documents.Word.Document.HasDocumentProperties">
            <summary>
            Returns a boolean value indicating whether the object returned from the
            <see cref="P:Infragistics.Documents.Word.Document.DocumentProperties">DocumentProperties</see>
            property has been created, and whether any of its properties are set to
            non-default values.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.Document.DefaultFont">
            <summary>
            Returns
            <see cref="T:Infragistics.Documents.Word.Font">Font</see>
            object which applies to all characters in this document with
            no more specific setting.
            </summary>
            <remarks>
            <p class="body">
            The properties of the instance returned by this property define
            the font attributes for all text runs within the document which
            do not have a font explicitly defined.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Documents.Word.Document.DefaultParagraphProperties">
            <summary>
            Returns a
            <see cref="T:Infragistics.Documents.Word.ParagraphProperties">ParagraphProperties</see>
            instance which defines the properties for paragraphs which do not have properties
            explicitly defined.
            </summary>
            <seealso cref="P:Infragistics.Documents.Word.Paragraph.Properties">Properties property (Paragraph class)</seealso>
        </member>
        <member name="P:Infragistics.Documents.Word.Document.HasDefaultParagraphProperties">
            <summary>
            Returns a boolean value indicating whether the object returned from the
            <see cref="P:Infragistics.Documents.Word.Document.DefaultParagraphProperties">DefaultParagraphProperties</see>
            property has been created, and whether any of its properties are set to
            non-default values.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.Document.DefaultTableProperties">
            <summary>
            Returns a
            <see cref="T:Infragistics.Documents.Word.DefaultTableProperties">DefaultTableProperties</see>
            instance which defines the properties for tables which do not have properties
            explicitly defined.
            </summary>
            <seealso cref="T:Infragistics.Documents.Word.DefaultTableProperties">DefaultTableProperties class</seealso>
            <seealso cref="P:Infragistics.Documents.Word.Table.Properties">Properties property (Table class)</seealso>
        </member>
        <member name="P:Infragistics.Documents.Word.Document.HasDefaultTableProperties">
            <summary>
            Returns a boolean value indicating whether the object returned from the
            <see cref="P:Infragistics.Documents.Word.Document.DefaultTableProperties">DefaultTableProperties</see>
            property has been created, and whether any of its properties are set to
            non-default values.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.Document.FinalSection">
            <summary>
            Returns a
            <see cref="T:Infragistics.Documents.Word.DocumentFinalSection">DocumentFinalSection</see>
            instance which defines properties such as page size, margins,
            and orientation for the final section of the document.
            </summary>
            <remarks>
            <p class="body">
            The instance returned from this property defines the pagination
            for all content in the document that does not belong to a
            <see cref="T:Infragistics.Documents.Word.Section">section</see>.
            </p>
            <p class="body">
            In the case where no
            <see cref="P:Infragistics.Documents.Word.Document.Sections">sections</see>
            are defined for any paragraph or table in the document, this
            property defines the pagination for the entire document.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Documents.Word.Document.NewLineType">
            <summary>
            Returns or sets a value which determines the method used to
            represent a newline in the generated output.
            </summary>
            <remarks>
            <p class="body">
            The newline character(s) can be represented as either a line break
            or a carriage return. A document consumer may interpret a line break
            or carriage return differently depending on the circumstances under
            which it is used. For example, paragraph justification can behave
            differently in MS Word depending on whether a line break is contained
            within the paragraph. A carriage return is recognized in a standard
            paragraph as a line-breaking character, but is not recognized when the
            paragraph is contained within a table cell.
            </p>
            <p class="body">
            This property can be used to specify the method used to represent a
            newline for all text runs within the document. The
            <see cref="M:Infragistics.Documents.Word.ContentRunsCollection.AddNewLine(Infragistics.Documents.Word.NewLineType)">AddNewLine</see>
            method overload which takes a
            <see cref="T:Infragistics.Documents.Word.NewLineType">NewLineType</see>
            parameter can be used to generate a newline character independently of
            the value of this property. The
            <see cref="T:Infragistics.Documents.Word.TextRun">TextRun</see>
            class also exposes a NewLineType property, so that the newline character
            can be specified on a per-TextRun basis.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Documents.Word.Document.Sections">
            <summary>
            Returns a collection of
            <see cref="T:Infragistics.Documents.Word.Section">Section</see>
            instances which define the pagination for specific parts of the
            document.
            </summary>
            <remarks>
            <p class="body">
            The
            The Sections collection provides a way to define sections for a range of
            <see cref="T:Infragistics.Documents.Word.ContentBlock">ContentBlocks</see>,
            rather than for the entire document. For example, if a member is added to the
            Sections collection for the third paragraph in a document, the pagination
            for that section applies to the first three paragraphs in the document.
            Pagination for the remainder of the content in the document is then
            defined by the
            <see cref="P:Infragistics.Documents.Word.Document.FinalSection">FinalSection</see>.
            </p>
            <p class="body">
            Each member of the Sections collection defines pagination for the content block
            with which it is associated, and the content blocks which precede it. For example,
            if one section is defined for the third paragraph in the document, and another one
            for the fifth, pagination for paragraphs four and five are defined by the second
            section, and pagination for paragraphs one, two, and three by the first one.
            Pagination for all paragraphs following the fifth one in this case is defined by
            the FinalSection.
            </p>
            </remarks>
            <seealso cref="P:Infragistics.Documents.Word.Document.FinalSection">FinalSection property</seealso>
            <seealso cref="T:Infragistics.Documents.Word.Section">Section class</seealso>
        </member>
        <member name="P:Infragistics.Documents.Word.Document.Unit">
            <summary>
            Returns or sets a value indicating the implied unit of measurement
            for properties which represent graphical quantities.
            </summary>
            <remarks>
            <p class="body">
            The default unit of measurement for the properties which represent
            graphical quantities is the desktop publishing point, which is equivalent
            to 1/72 of an inch. This property can be changed to redefine that unit of
            measurement, so that graphical properties can be interacted with using units
            that are most comfortable to the end developer.
            </p>
            <p class="body">
            All property values are stored internally as twips (twentieths of a point),
            and coverted as appropriate in the property's get and set method implementations.
            The value of the Unit property can be changed at any time by the developer
            without affecting previously persisted property values.
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Documents.Word.SectionHeaderFooter">
            <summary>
            Base class for
            <see cref="T:Infragistics.Documents.Word.SectionHeader">headers</see>
            and
            <see cref="T:Infragistics.Documents.Word.SectionFooter">footers</see>.
            </summary>
            <remarks>
            <p class="body">
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Documents.Word.SectionHeaderFooter.ContentBlocks">
            <summary>
            Returns a collection of
            <see cref="T:Infragistics.Documents.Word.ContentBlock">ContentBlock</see>-derived
            objects, such as
            <see cref="T:Infragistics.Documents.Word.Paragraph">paragraphs</see>
            or
            <see cref="T:Infragistics.Documents.Word.Table">tables</see>,
            which comprise the block-level content for this header/footer.
            </summary>
            <remarks>
            <p class="body">
            Headers and footers can host the same content as the main document, i.e.,
            paragraphs and tables.
            </p>
            </remarks>
            <seealso cref="P:Infragistics.Documents.Word.Document.ContentBlocks">ContentBlocks collection (Document class)</seealso>
        </member>
        <member name="T:Infragistics.Documents.Word.SectionHeader">
            <summary>
            Encapsulates the header which appears at the top of a
            <see cref="T:Infragistics.Documents.Word.Section">section</see>.
            </summary>
        </member>
        <member name="T:Infragistics.Documents.Word.SectionFooter">
            <summary>
            Encapsulates the footer which appears at the bottom of a
            <see cref="T:Infragistics.Documents.Word.Section">section</see>.
            </summary>
        </member>
        <member name="T:Infragistics.Documents.Word.Paragraph">
            <summary>
            Encapsulates a paragraph within the document.
            </summary>
            <remarks>
            <p class="body">
            Use the
            <see cref="M:Infragistics.Documents.Word.ContentRunsCollection.AddTextRun(System.String)">AddTextRun</see>
            method to add a run of text to the paragraph.
            </p>
            <p class="body">
            Use the
            <see cref="M:Infragistics.Documents.Word.ContentRunsCollection.AddHyperlink(System.String,System.String)">AddHyperlink</see>
            method to add a hyperlink to the paragraph.
            </p>
            <p class="body">
            Use the
            <see cref="M:Infragistics.Documents.Word.ContentRunsCollection.AddInlinePicture(System.Drawing.Image)">AddInlinePicture</see>
            and
            <see cref="M:Infragistics.Documents.Word.ContentRunsCollection.AddInlineShape(Infragistics.Documents.Word.ShapeType)">AddInlineShape</see>
            methods to add an image or shape to the paragraph, which appears in line with the textual content.
            </p>
            <p class="body">
            Use the
            <see cref="M:Infragistics.Documents.Word.AnchorsCollection.AddAnchoredPicture(System.Drawing.Image)">AddAnchoredPicture</see>
            and
            <see cref="M:Infragistics.Documents.Word.AnchorsCollection.AddAnchoredShape(Infragistics.Documents.Word.ShapeType)">AddAnchoredShape</see>
            methods to add an image or shape to the paragraph, which are anchored to a specific location within the document.
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Documents.Word.Paragraph.#ctor(Infragistics.Documents.Word.Document)">
            <summary>
            Creates a new instance of the class.
            </summary>
            <param name="document">
            The
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>
            with which this instance is associated.
            </param>
        </member>
        <member name="P:Infragistics.Documents.Word.Paragraph.Anchors">
            <summary>
            Returns a collection which contains the anchored content for the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <remarks>
            <p class="body">
            Textual content, and content that appears "inline" with text, is added to the paragraph via the
            <see cref="P:Infragistics.Documents.Word.Paragraph.ContentRuns">ContentRuns</see>
            collection. Anchored content, such as pictures and shapes, can be added to the
            paragraph by adding members to the Anchors collection. The members of this collection
            are stationary; they do not flow along with the textual content, but rather remain at a
            fixed location within the document.
            </p>
            </remarks>
            <seealso cref="T:Infragistics.Documents.Word.AnchoredPicture">AnchoredPicture class</seealso>
            <seealso cref="T:Infragistics.Documents.Word.AnchoredShape">AnchoredShape class</seealso>
            <seealso cref="P:Infragistics.Documents.Word.Paragraph.ContentRuns">ContentRuns collection</seealso>
        </member>
        <member name="P:Infragistics.Documents.Word.Paragraph.ContentRuns">
            <summary>
            Returns a collection which contains the inline content for the associated
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            such as text, hyperlinks, inline pictures, and inline shapes.
            </summary>
            <remarks>
            <p class="body">
            All textual content for the paragraph is added via the ContentRuns collection.
            The collection also contains content which appears "inline" with the text; such
            content is not anchored to a specific location within the document, but rather
            flows along with adjacent text. Examples of such content are:
            <ul>
            <li><see cref="T:Infragistics.Documents.Word.TextHyperlink">hyperlinks</see></li>
            <li><see cref="T:Infragistics.Documents.Word.InlinePicture">inline pictures</see></li>
            <li><see cref="T:Infragistics.Documents.Word.InlineShape">inline shapes</see></li>
            </ul>
            </p>
            </remarks>
            <seealso cref="T:Infragistics.Documents.Word.TextRun">TextRun class</seealso>
            <seealso cref="T:Infragistics.Documents.Word.TextHyperlink">TextHyperlink class</seealso>
            <seealso cref="T:Infragistics.Documents.Word.InlinePicture">InlinePicture class</seealso>
            <seealso cref="T:Infragistics.Documents.Word.InlineShape">InlineShape class</seealso>
            <seealso cref="P:Infragistics.Documents.Word.Paragraph.Anchors">Anchors collection</seealso>
        </member>
        <member name="P:Infragistics.Documents.Word.Paragraph.Properties">
            <summary>
            Returns a
            <see cref="T:Infragistics.Documents.Word.ParagraphProperties">ParagraphProperties</see>
            instance which defines the properties of this
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </summary>
            <remarks>
            <p class="body">
            The object returned from this property provides a way to change things like
            alignment, indentation, and line spacing for the paragraph.
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Documents.Word.WordResourceCustomizer">
            <summary>
            Class used to provide the ability to customize resource strings.
            </summary>
            <remarks>
            </remarks>
        </member>
        <member name="M:Infragistics.Documents.Word.WordResourceCustomizer.#ctor">
            <summary>
            Creates a new instance of the DocumentsResourceCustomizer class.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.WordResourceCustomizer.GetCustomizedString(System.String)">
            <summary>
            Gets the customized string identified by the specified string resource name.
            </summary>
            <param name="name">Name of the string resource that was customized.</param>
            <returns>The customized string or null if the resource wasn't customized.</returns>
            <seealso cref="M:Infragistics.Documents.Word.WordResourceCustomizer.ResetAllCustomizedStrings"/>
            <seealso cref="M:Infragistics.Documents.Word.WordResourceCustomizer.ResetCustomizedString(System.String)"/>
            <seealso cref="M:Infragistics.Documents.Word.WordResourceCustomizer.SetCustomizedString(System.String,System.String)"/>
        </member>
        <member name="M:Infragistics.Documents.Word.WordResourceCustomizer.ResetAllCustomizedStrings">
            <summary>
            Clears all strings customized by calls to <see cref="M:Infragistics.Documents.Word.WordResourceCustomizer.SetCustomizedString(System.String,System.String)"/> method.
            </summary>
            <seealso cref="M:Infragistics.Documents.Word.WordResourceCustomizer.SetCustomizedString(System.String,System.String)"/>
            <seealso cref="M:Infragistics.Documents.Word.WordResourceCustomizer.ResetCustomizedString(System.String)"/>
        </member>
        <member name="M:Infragistics.Documents.Word.WordResourceCustomizer.ResetCustomizedString(System.String)">
            <summary>
            Resets a customized string identified by the specified string resource name so that it will load from the resource file.
            </summary>
            <param name="name">Name of the string resource to customize.</param>
            <seealso cref="M:Infragistics.Documents.Word.WordResourceCustomizer.SetCustomizedString(System.String,System.String)"/>
        </member>
        <member name="M:Infragistics.Documents.Word.WordResourceCustomizer.SetCustomizedString(System.String,System.String)">
            <summary>
            Sets a customized string identified by the specified string resource name.
            </summary>
            <param name="name">Name of the string resource to customize.</param>
            <param name="customizedText">The customized string. If null this has the same effect as calling <see cref="M:Infragistics.Documents.Word.WordResourceCustomizer.ResetCustomizedString(System.String)"/></param>
            <seealso cref="M:Infragistics.Documents.Word.WordResourceCustomizer.ResetAllCustomizedStrings"/>
            <seealso cref="M:Infragistics.Documents.Word.WordResourceCustomizer.ResetCustomizedString(System.String)"/>
        </member>
        <member name="T:Infragistics.Documents.Word.Resources">
            <summary>
            Exposes a <see cref="!:Infragistics.Documents.DocumentsResourceCustomizer"/> instance for this assembly. 
            </summary>
            <seealso cref="P:Infragistics.Documents.Word.Resources.Customizer"/> 
            <seealso cref="!:Infragistics.Documents.DocumentsResourceCustomizer"/> 
        </member>
        <member name="M:Infragistics.Documents.Word.Resources.GetString(System.String,System.Object[])">
            <summary>
            Returns the resource string using the specified name and default culture.
            </summary>
            <param name="name">Name of the string resource to return.</param>
            <param name="args">Arguments supplied to the string.Format method when formatting the string.</param>
        </member>
        <member name="M:Infragistics.Documents.Word.Resources.GetString(System.String)">
            <summary>
            Returns the resource string using the specified resource name and default culture. The string is then formatted using the arguments specified.
            </summary>
            <param name="name">Name of the string resource to return.</param>
        </member>
        <member name="M:Infragistics.Documents.Word.Resources.GetObject(System.String)">
            <summary>
            Returns the resource object using the specified name.
            </summary>
            <param name="name">Name of the resource item</param>
            <returns>An object containing the specified resource</returns>
        </member>
        <member name="P:Infragistics.Documents.Word.Resources.Customizer">
            <summary>
            Returns the <see cref="!:Infragistics.Documents.DocumentsResourceCustomizer"/> for this assembly.
            </summary>
            <seealso cref="!:Infragistics.Documents.DocumentsResourceCustomizer"/> 
        </member>
        <member name="T:Infragistics.Documents.Word.SectionBase">
            <summary>
            Base class from which the
            <see cref="T:Infragistics.Documents.Word.Section">Section</see>
            and
            <see cref="T:Infragistics.Documents.Word.DocumentFinalSection">DocumentFinalSection</see>
            classes derive.
            </summary>
            <remarks>
            <p class="body">
            The pagination for all content associated with a document section can be
            customized using the
            <see cref="T:Infragistics.Documents.Word.SectionProperties">SectionProperties</see>
            object returned by the
            <see cref="P:Infragistics.Documents.Word.SectionBase.Properties">Properties</see>
            property. Use this object to define the page size, margins, and orientation for
            the section.
            </p>
            <p class="body">
            Headers and/or footers can be specified for a section using the
            <see cref="P:Infragistics.Documents.Word.SectionBase.HeaderAllPages">HeaderAllPages</see>,
            <see cref="P:Infragistics.Documents.Word.SectionBase.HeaderFirstPageOnly">HeaderFirstPageOnly</see>,
            <see cref="P:Infragistics.Documents.Word.SectionBase.FooterAllPages">FooterAllPages</see>,
            and
            <see cref="P:Infragistics.Documents.Word.SectionBase.FooterFirstPageOnly">FooterFirstPageOnly</see>
            properties.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Documents.Word.SectionBase.HeaderFirstPageOnly">
            <summary>
            Returns a
            <see cref="T:Infragistics.Documents.Word.SectionHeader">SectionHeader</see>
            instance which encapsulates the content which appears in the header for
            the first page in the associated
            <see cref="T:Infragistics.Documents.Word.SectionBase">Section</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.SectionBase.HeaderAllPages">
            <summary>
            Returns a
            <see cref="T:Infragistics.Documents.Word.SectionHeader">SectionHeader</see>
            instance which encapsulates the content which appears in the header for
            all pages in the associated
            <see cref="T:Infragistics.Documents.Word.SectionBase">Section</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.SectionBase.FooterFirstPageOnly">
            <summary>
            Returns a
            <see cref="T:Infragistics.Documents.Word.SectionFooter">SectionFooter</see>
            instance which encapsulates the content which appears in the footer for
            the first page in the associated
            <see cref="T:Infragistics.Documents.Word.SectionBase">Section</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.SectionBase.FooterAllPages">
            <summary>
            Returns a
            <see cref="T:Infragistics.Documents.Word.SectionFooter">SectionFooter</see>
            instance which encapsulates the content which appears in the footer for
            all pages in the associated
            <see cref="T:Infragistics.Documents.Word.SectionBase">Section</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.SectionBase.Properties">
            <summary>
            Returns a
            <see cref="T:Infragistics.Documents.Word.SectionProperties">SectionProperties</see>
            instance which defines the properties of this
            <see cref="T:Infragistics.Documents.Word.Section">Section</see>.
            </summary>
        </member>
        <member name="T:Infragistics.Documents.Word.Section">
            <summary>
            Encapsulates the pagination properties and header/footer content
            for a document section.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.Section.ContentBlock">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            or
            <see cref="T:Infragistics.Documents.Word.Table">Table</see>
            associated with this instance.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.Section.Document">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>
            associated with this instance.
            </summary>
        </member>
        <member name="T:Infragistics.Documents.Word.DocumentFinalSection">
            <summary>
            Encapsulates the properties of the final document section.
            </summary>
        </member>
        <member name="T:Infragistics.Documents.Word.SectionsCollection">
            <summary>
            Contains the
            <see cref="T:Infragistics.Documents.Word.Section">Section</see>
            instances which define pagination for specific portions of the associated
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.SectionsCollection.Add(Infragistics.Documents.Word.Table)">
            <summary>
            Adds a
            <see cref="T:Infragistics.Documents.Word.Section">Section</see>
            which defines pagination for the specified
            <see cref="T:Infragistics.Documents.Word.Table">Table</see>
            and all content blocks which precede it.
            </summary>
            <returns>
            A reference to the
            <see cref="T:Infragistics.Documents.Word.Section">Section</see>
            that was added.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.SectionsCollection.Add(Infragistics.Documents.Word.Paragraph)">
            <summary>
            Adds a
            <see cref="T:Infragistics.Documents.Word.Section">Section</see>
            which defines pagination for the specified
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            and all content blocks which precede it.
            </summary>
            <returns>
            A reference to the
            <see cref="T:Infragistics.Documents.Word.Section">Section</see>
            that was added.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.SectionsCollection.Contains(Infragistics.Documents.Word.Paragraph)">
            <summary>
            Returns a boolean value indicating whether an element associated with the specified
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            instance exists in this collection.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.SectionsCollection.Contains(Infragistics.Documents.Word.Table)">
            <summary>
            Returns a boolean value indicating whether an element associated with the specified
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            instance exists in this collection.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.SectionsCollection.Contains(Infragistics.Documents.Word.ContentBlock)">
            <summary>
            Returns a boolean value indicating whether an element associated with the specified
            <see cref="T:Infragistics.Documents.Word.ContentBlock">ContentBlock</see>
            instance exists in this collection.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.SectionsCollection.Remove(Infragistics.Documents.Word.Paragraph)">
            <summary>
            Removes the element associated with the specified
            <see cref="T:Infragistics.Documents.Word.Paragraph">paragraph</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.SectionsCollection.Remove(Infragistics.Documents.Word.Table)">
            <summary>
            Removes the element associated with the specified
            <see cref="T:Infragistics.Documents.Word.Table">table</see>.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.SectionsCollection.Clear">
            <summary>
            Removes all elements from this collection.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.SectionsCollection.ToString">
            <summary>
            Returns the string representation of this object.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.SectionsCollection.Count">
            <summary>
            Returns the number of items in this collection.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.SectionsCollection.Item(Infragistics.Documents.Word.Paragraph)">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.Section">Section</see>
            in this collection which is associated with the specified
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>
            </summary>
            <param name="paragraph">
            The paragraph associated with the section to be returned.
            </param>
        </member>
        <member name="P:Infragistics.Documents.Word.SectionsCollection.Item(Infragistics.Documents.Word.Table)">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.Section">Section</see>
            in this collection which is associated with the specified
            <see cref="T:Infragistics.Documents.Word.Table">Table</see>
            </summary>
            <param name="table">
            The table associated with the section to be returned.
            </param>
        </member>
        <member name="T:Infragistics.Documents.Word.Table">
            <summary>
            Encapsulates a
            <see cref="T:Infragistics.Documents.Word.Table">table</see>
            within the document.
            </summary>
            <remarks>
            <p class="body">
            A table is a block of content which contains rows and cells. Rows are
            added to the table using the
            <see cref="P:Infragistics.Documents.Word.Table.Rows">Rows</see> collection.
            </p>
            <p class="body">
            The number of columns within the table is determined by the number of elements in the
            <see cref="P:Infragistics.Documents.Word.Table.Columns">Columns</see>
            collection.
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Documents.Word.Table.#ctor(Infragistics.Documents.Word.Document)">
            <summary>
            Creates a new instance of the class.
            </summary>
            <param name="document">
            The
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>
            with which this instance is associated.
            </param>
        </member>
        <member name="P:Infragistics.Documents.Word.Table.Columns">
            <summary>
            Returns a collection of
            <see cref="T:Infragistics.Documents.Word.TableColumn">TableColumn</see>
            instances which comprise the columns which appear within this table.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.Table.Rows">
            <summary>
            Returns a collection of
            <see cref="T:Infragistics.Documents.Word.TableRow">TableRow</see>
            instances which comprise the rows which appear within this table.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.Table.Properties">
            <summary>
            Returns a
            <see cref="T:Infragistics.Documents.Word.TableProperties">TableProperties</see>
            instance which defines the properties of this
            <see cref="T:Infragistics.Documents.Word.Table">Table</see>.
            </summary>
        </member>
        <member name="T:Infragistics.Documents.Word.TableCell">
            <summary>
            Encapsulates a
            <see cref="T:Infragistics.Documents.Word.TableCell">cell</see>
            within a
            <see cref="T:Infragistics.Documents.Word.TableRow">row</see>.
            </summary>
            <remarks>
            <p class="body">
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Documents.Word.TableContent">
            <summary>
            Base class for the
            <see cref="T:Infragistics.Documents.Word.TableRow">TableRow</see>,
            <see cref="T:Infragistics.Documents.Word.TableColumn">TableColumn</see>,
            and
            <see cref="T:Infragistics.Documents.Word.TableCell">TableCell</see>
            classes.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.TableContent.Document">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>
            with which this item is associated.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.TableContent.Index">
            <summary>
            Returns the ordinal position of this item within the
            collection to which it belongs, or -1 if it does not
            belong to a collection.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.TableCell.#ctor(Infragistics.Documents.Word.Document)">
            <summary>
            Creates a new instance of the class.
            </summary>
            <param name="document">
            The
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>
            with which this instance is associated.
            </param>
        </member>
        <member name="M:Infragistics.Documents.Word.TableCell.SetText(System.String)">
            <summary>
            Assigns a simple text value to the cell.
            </summary>
            <param name="value">The string to assign.</param>
            <remarks>
            <p class="body">
            The SetText method provides a way to assign a simple text value to a table cell,
            without triggering creation of the
            <see cref="P:Infragistics.Documents.Word.TableCell.ContentBlocks">ContentBlocks</see>
            collection or a
            <see cref="T:Infragistics.Documents.Word.Paragraph">Paragraph</see>.
            </p>
            <p class="body">
            To add more complex content such as text with mixed formatting attributes,
            hyperlinks, images, shapes, and tables, use the
            <see cref="P:Infragistics.Documents.Word.TableCell.ContentBlocks">ContentBlocks</see>
            collection.
            </p>
            <p class="body">
            Note that calling this method causes the contents of the
            <see cref="P:Infragistics.Documents.Word.TableCell.ContentBlocks">ContentBlocks</see>
            collection to be emptied.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Documents.Word.TableCell.CellsCollection">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.TableCellsCollection">TableCellsCollection</see>
            to which this instance belongs, or null if this cell does not currently belong to a
            collection.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.TableCell.ContentBlocks">
            <summary>
            Returns a collection of
            <see cref="T:Infragistics.Documents.Word.ContentBlock">ContentBlock</see>-derived
            objects, such as
            <see cref="T:Infragistics.Documents.Word.Paragraph">paragraphs</see>
            or
            <see cref="T:Infragistics.Documents.Word.Table">tables</see>,
            which comprise the block-level content for this table cell.
            </summary>
            <remarks>
            <p class="body">
            Table cells can host the same content as the main document, i.e.,
            paragraphs and tables.
            </p>
            <p class="body">
            Simple text can be assigned to a table cell using the
            <see cref="M:Infragistics.Documents.Word.TableCell.SetText(System.String)">SetText</see>
            method. This method is extended as a convenience to the developer, so that the
            cell can display a textual value with no specific font attributes without
            incurring the overhead associated with triggering creation of this collection,
            as well as a Paragraph and a TextRun.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Documents.Word.TableCell.Properties">
            <summary>
            Returns a
            <see cref="T:Infragistics.Documents.Word.TableCellProperties">TableCellProperties</see>
            instance which defines the properties of this
            <see cref="T:Infragistics.Documents.Word.TableCell">TableCell</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.TableCell.Row">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.TableRow">TableRow</see>
            with which this cell is associated, or null if this cell is currently
            not associated with a row.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.TableCell.Table">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.Table">Table</see>
            with which this cell is associated, or null if this cell is
            currently not associated with a table. 
            </summary>
        </member>
        <member name="T:Infragistics.Documents.Word.TableCellsCollection">
            <summary>
            Contains the
            <see cref="T:Infragistics.Documents.Word.TableCell">cells</see>
            which belong to a
            <see cref="T:Infragistics.Documents.Word.TableRow">row</see>.
            </summary>
            <remarks>
            <p class="body">
            </p>
            </remarks>
        </member>
        <member name="T:Infragistics.Documents.Word.TableContentsCollection">
            <summary>
            Base class for collections of types which derive from the
            <see cref="T:Infragistics.Documents.Word.TableContent">TableContent</see>
            class.
            </summary>
        </member>
        <member name="M:Infragistics.Documents.Word.TableCellsCollection.Add">
            <summary>
            Adds a new
            <see cref="T:Infragistics.Documents.Word.TableCell">TableCell</see>
            to the associated table.
            </summary>
            <returns>
            A reference to the
            <see cref="T:Infragistics.Documents.Word.TableCell">TableCell</see>
            that was added.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.TableCellsCollection.Insert(System.Int32)">
            <summary>
            Inserts a new
            <see cref="T:Infragistics.Documents.Word.TableCell">TableCell</see>
            into the associated table at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the row.</param>
            <returns>
            A reference to the
            <see cref="T:Infragistics.Documents.Word.TableCell">TableCell</see>
            that was inserted.
            </returns>
        </member>
        <member name="P:Infragistics.Documents.Word.TableCellsCollection.Item(System.Int32)">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.TableCell">TableCell</see>
            instance at the specified ordinal position within this collection.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.TableCellsCollection.Row">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.TableRow">TableRow</see>
            to which this collection belongs.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.TableCellsCollection.Table">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.Table">Table</see>
            with which this collection is associated.
            </summary>
        </member>
        <member name="T:Infragistics.Documents.Word.TableColumn">
            <summary>
            Encapsulates a
            <see cref="T:Infragistics.Documents.Word.TableColumn">column</see>
            within a
            <see cref="T:Infragistics.Documents.Word.Table">table</see>.
            </summary>
            <remarks>
            <p class="body">
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Documents.Word.TableColumn.#ctor(Infragistics.Documents.Word.Document)">
            <summary>
            Creates a new instance of the class.
            </summary>
            <param name="document">
            The
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>
            with which this instance is associated.
            </param>
        </member>
        <member name="P:Infragistics.Documents.Word.TableColumn.ColumnsCollection">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.TableColumnsCollection">TableColumnsCollection</see>
            to which this instance belongs, or null if this column is currently not associated with a table.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.TableColumn.Table">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.Table">Table</see>
            with which this column is associated, or null if this
            column is currently not associated with a table.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.TableColumn.PreferredWidth">
            <summary>
            Returns or sets the preferred width for this column.
            </summary>
            <remarks>
            <p class="body">
            This property is only applicable when the
            <see cref="P:Infragistics.Documents.Word.TableProperties.Layout">Layout</see>
            property is set to 'Fixed'.
            </p>
            </remarks>
            <seealso cref="P:Infragistics.Documents.Word.TableProperties.PreferredWidth">PreferredWidth</seealso>
            <seealso cref="P:Infragistics.Documents.Word.TableProperties.Layout">Layout</seealso>
        </member>
        <member name="T:Infragistics.Documents.Word.TableColumnsCollection">
            <summary>
            Contains the
            <see cref="T:Infragistics.Documents.Word.TableColumn">columns</see>
            which belong to a
            <see cref="T:Infragistics.Documents.Word.Table">table</see>.
            </summary>
            <remarks>
            <p class="body">
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Documents.Word.TableColumnsCollection.Add">
            <summary>
            Adds a new
            <see cref="T:Infragistics.Documents.Word.TableColumn">TableColumn</see>
            to the associated table.
            </summary>
            <returns>
            A reference to the
            <see cref="T:Infragistics.Documents.Word.TableColumn">TableColumn</see>
            that was added.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.TableColumnsCollection.Insert(System.Int32)">
            <summary>
            Inserts a new
            <see cref="T:Infragistics.Documents.Word.TableColumn">TableColumn</see>
            into the associated table at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the row.</param>
            <returns>
            A reference to the
            <see cref="T:Infragistics.Documents.Word.TableColumn">TableColumn</see>
            that was inserted.
            </returns>
        </member>
        <member name="P:Infragistics.Documents.Word.TableColumnsCollection.Item(System.Int32)">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.TableColumn">TableColumn</see>
            instance at the specified ordinal position within this collection.
            </summary>
        </member>
        <member name="T:Infragistics.Documents.Word.TableRow">
            <summary>
            Encapsulates a
            <see cref="T:Infragistics.Documents.Word.TableRow">row</see>
            within a
            <see cref="T:Infragistics.Documents.Word.Table">table</see>.
            </summary>
            <remarks>
            <p class="body">
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Documents.Word.TableRow.#ctor(Infragistics.Documents.Word.Document)">
            <summary>
            Creates a new instance of the class.
            </summary>
            <param name="document">
            The
            <see cref="T:Infragistics.Documents.Word.Document">Document</see>
            with which this instance is associated.
            </param>
        </member>
        <member name="P:Infragistics.Documents.Word.TableRow.Cells">
            <summary>
            Returns a collection of
            <see cref="T:Infragistics.Documents.Word.TableCell">TableCell</see>
            instances which comprise the cells in this row.
            </summary>
            <remarks>
            <p class="body">
            Because one TableRow can contain a different number of cells than
            another TableRow in the same Table, the Cells collection is not
            connected with the
            <see cref="P:Infragistics.Documents.Word.Table.Columns">Columns</see>
            collection of the associated table, and must be explicitly populated.
            </p>
            <p class="body">
            If the Columns collection of the associated Table contains fewer elements
            than this Cells collection, the additional cells are displayed after the
            cell which corresponds to the last column.
            </p>
            </remarks>
        </member>
        <member name="P:Infragistics.Documents.Word.TableRow.RowsCollection">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.TableRowsCollection">TableRowsCollection</see>
            to which this instance belongs.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.TableRow.Properties">
            <summary>
            Returns a
            <see cref="T:Infragistics.Documents.Word.TableRowProperties">TableRowProperties</see>
            instance which defines the properties of this
            <see cref="T:Infragistics.Documents.Word.TableRow">TableRow</see>.
            </summary>
        </member>
        <member name="P:Infragistics.Documents.Word.TableRow.Table">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.Table">Table</see>
            to which this row belongs, or null if this row is currently
            not associated with any table.
            </summary>
        </member>
        <member name="T:Infragistics.Documents.Word.TableRowsCollection">
            <summary>
            Contains the
            <see cref="T:Infragistics.Documents.Word.TableRow">rows</see>
            which belong to a
            <see cref="T:Infragistics.Documents.Word.Table">table</see>.
            </summary>
            <remarks>
            <p class="body">
            </p>
            </remarks>
        </member>
        <member name="M:Infragistics.Documents.Word.TableRowsCollection.Add">
            <summary>
            Adds a new
            <see cref="T:Infragistics.Documents.Word.TableRow">TableRow</see>
            to the associated table.
            </summary>
            <returns>
            A reference to the
            <see cref="T:Infragistics.Documents.Word.TableRow">TableRow</see>
            that was added.
            </returns>
        </member>
        <member name="M:Infragistics.Documents.Word.TableRowsCollection.Insert(System.Int32)">
            <summary>
            Inserts a new
            <see cref="T:Infragistics.Documents.Word.TableRow">TableRow</see>
            into the associated table at the specified ordinal position.
            </summary>
            <param name="index">The ordinal position within this collection at which to insert the row.</param>
            <returns>
            A reference to the
            <see cref="T:Infragistics.Documents.Word.TableRow">TableRow</see>
            that was inserted.
            </returns>
        </member>
        <member name="P:Infragistics.Documents.Word.TableRowsCollection.Item(System.Int32)">
            <summary>
            Returns the
            <see cref="T:Infragistics.Documents.Word.TableRow">TableRow</see>
            instance at the specified ordinal position within this collection.
            </summary>
        </member>
        <member name="T:Infragistics.Shared.AssemblyVersion">
            <summary>
            Contains version information for the Infragistics assemblies.
            </summary>
        </member>
        <member name="F:Infragistics.Shared.AssemblyVersion.MajorMinor">
            <summary>
            Major.Minor number portion of the assembly version
            </summary>
        </member>
        <member name="F:Infragistics.Shared.AssemblyVersion.Build">
            <summary>
            Build number portion of the assembly version
            </summary>
        </member>
        <member name="F:Infragistics.Shared.AssemblyVersion.Revision">
            <summary>
            Revision number portion of the assembly version
            </summary>
        </member>
        <member name="F:Infragistics.Shared.AssemblyVersion.Version">
            <summary>
            Assembly version number
            </summary>
        </member>
        <member name="F:Infragistics.Shared.AssemblyVersion.CompanyName">
            <summary>
            Assembly company name
            </summary>
        </member>
        <member name="F:Infragistics.Shared.AssemblyVersion.EndCopyrightYear">
            <summary>
            End year of assembly copyright
            </summary>
        </member>
        <member name="F:Infragistics.Shared.AssemblyVersion.SatelliteContractVersion">
            <summary>
            The assembly version number for the satellite assemblies.
            </summary>
        </member>
        <member name="F:Infragistics.Shared.AssemblyVersion.Configuration">
            <summary>
            The current build configuration for the assembly.
            </summary>
        </member>
    </members>
</doc>
