<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Independentsoft.Office</name>
    </assembly>
    <members>
        <member name="T:Independentsoft.Office.Odf.Annotation">
            <summary>
            Represents an OpenDocument annotation.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Annotation.#ctor">
            <summary>
            Initializes a new instance of the Annotation class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Annotation.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Annotation.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Annotation.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Annotation.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Annotation.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Annotation.ToString">
            <summary>
            Converts the value of the current Annotation object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.Content">
            <summary>
            Contains the child elements.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.Creator">
            <summary>
            Contains the name of the person who last modified a document, who created an annotation, who authored a change.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.CreationDate">
            <summary>
            Contains the date and time when the document was last modified, when an annotation was created, when a change was made.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.CreationDateString">
            <summary>
            Contains the date entered by a user that is of type string and not a date type. This value is used only for display as entered.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.Show">
            <summary>
            Contains true if an annotation is visible otherwise is false.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.ID">
            <summary>
            Contains unrestricted identifiers to draw elements.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.Layer">
            <summary>
            Contains the name of a layer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.Style">
            <summary>
            Contains the name of a style that defines a style with the family value of graphic.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.TextStyle">
            <summary>
            Contains the style for formatting of text in a shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.Name">
            <summary>
            Contains the name of the annotation.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.ZIndex">
            <summary>
            Contains the rendering order for shapes in a document instance.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.Transform">
            <summary>
            Contains a list of transform definitions, which are applied to the drawing shape in the order in which they are listed. The transform definitions in the list shall be separated by a white space and/or a comma.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.X">
            <summary>
            Contains the horizontal position of the annotation.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.Y">
            <summary>
            Contains the position where the annotation is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.Width">
            <summary>
            Contains the width of the rectangular which displays the annotation.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.Height">
            <summary>
            Contains the height of the rectangular which displays the annotation.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.RelativeWidth">
            <summary>
            Contains width of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.RelativeHeight">
            <summary>
            Contains height of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.CornerRadius">
            <summary>
            Contains the radius of the circle used to round off the corners of a caption, rectangle, or a text-box.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.CaptionPointX">
            <summary>
            Contains the position of a point that is captioned. A set of lines are rendered to that point from the caption area.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Annotation.CaptionPointY">
            <summary>
            Contains the position of a point that is captioned. A set of lines are rendered to that point from the caption area.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.AttributedText">
            <summary>
            Represents the application of a style to the character content of a portion of text. The content of this class is the text which uses that text style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.#ctor">
            <summary>
            Initializes a new instance of the AttributedText class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.#ctor(Independentsoft.Office.Odf.InternalXmlReader)">
            <summary>
            Initializes a new instance of the AttributedText class.
            </summary>
            <param name="reader"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.AddSpace">
            <summary>
            Adds a single space to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.AddSpace(System.Int32)">
            <summary>
            Adds a single space to the content.
            </summary>
            <param name="spaceCount"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.AddTab">
            <summary>
            Adds a single tab to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.AddLineBreak">
            <summary>
            Adds a single line break to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(System.String)">
            <summary>
            Adds a string object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.Text)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Text" /> object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.Annotation)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.Annotation" /> object to the content.
            </summary>
            <param name="annotation"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.AttributedText)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.AttributedText" /> object to the content.
            </summary>
            <param name="attributedText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.Hyperlink)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Hyperlink" /> object to the content.
            </summary>
            <param name="hyperlink"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.Fields.Field)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Fields.Field" /> object to the content.
            </summary>
            <param name="field"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.Bookmark)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Bookmark" /> object to the content.
            </summary>
            <param name="bookmark"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.BookmarkStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkStart" /> object to the content.
            </summary>
            <param name="bookmarkStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.BookmarkEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkEnd" /> object to the content.
            </summary>
            <param name="bookmarkEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.Change)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Change" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.ChangeEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeEnd" /> object to the content.
            </summary>
            <param name="changeEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.ChangeStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeStart" /> object to the content.
            </summary>
            <param name="changeStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.Drawing.Shape)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> object to the content.
            </summary>
            <param name="shape"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.Note)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Note" /> object to the content.
            </summary>
            <param name="note"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.Ruby)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Ruby" /> object to the content.
            </summary>
            <param name="ruby"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.PointReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.PointReference" /> object to the content.
            </summary>
            <param name="pointReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.RangeReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.RangeReference" /> object to the content.
            </summary>
            <param name="rangeReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Add(Independentsoft.Office.Odf.IParagraphContent)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.IParagraphContent" /> object to the content.
            </summary>
            <param name="paragraphContent"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.AttributedText.ToString">
            <summary>
            Converts the value of the current AttributedText object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.AttributedText.Content">
            <summary>
            Contains the child elements.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.AttributedText.Style">
            <summary>
            Contains the style by name, with the additional requirement that it belong to a family of styles.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.AttributedText.ClassNames">
            <summary>
            Contains a white space separated list of style names. The referenced styles are applied in the order they are contained in the list.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.BibliographyConfiguration">
            <summary>
            Represents how bibliography entries are displayed in-line, and how they are displayed in a bibliography index.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.BibliographyConfiguration.#ctor">
            <summary>
            Initializes a new instance of the BibliographyConfiguration class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.BibliographyConfiguration.#ctor(Independentsoft.Office.Odf.InternalXmlReader)">
            <summary>
            Initializes a new instance of the BibliographyConfiguration class.
            </summary>
            <param name="reader"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.BibliographyConfiguration.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BibliographyConfiguration.ToString">
            <summary>
            Converts the value of the current BibliographyConfiguration object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.BibliographyConfiguration.Prefix">
            <summary>
            Contains a string that is displayed before a bibliography entry's short name or number if it occurs outside the bibliography.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.BibliographyConfiguration.Suffix">
            <summary>
            Contains a string that is displayed after a bibliography entry's short name or number if it occurs outside the bibliography.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.BibliographyConfiguration.NumberedEntries">
            <summary>
            Specifies whether a number is displayed for bibliography entries instead of their short name.
            The defined values for the are:
            -false: short names for bibliographic entries displayed.
            -true: number displayed for bibliographic entries.
            The default value for this attribute is false.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.BibliographyConfiguration.SortByPosition">
            <summary>
            Specifies whether bibliography entries are displayed in the order of their positions in the document, or by selected fields. 
            The defined values are:
            -false: bibliographic entries are displayed in the order of their positions in a document.
            -true: bibliographic entries are displayed as sorted by selected fields.
            The default value for this attribute is true.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.BibliographyConfiguration.Language">
            <summary>
            Contains the language code used for sorting an alphabetical index.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.BibliographyConfiguration.Country">
            <summary>
            Contains the country code used for sorting a bibliographic index.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.BibliographyConfiguration.SortAlgorithm">
            <summary>
            Contains the locale specific sorting algorithm by name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.BibliographyConfiguration.SortKeys">
            <summary>
            Contains the single sort key if bibliography entries are not displayed in document order.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Bookmark">
            <summary>
            Marks a text position.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.#ctor">
            <summary>
            Initializes a new instance of the Bookmark class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.AddSpace">
            <summary>
            Adds a single space to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.AddSpace(System.Int32)">
            <summary>
            Adds a single space to the content.
            </summary>
            <param name="spaceCount"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.AddTab">
            <summary>
            Adds a single tab to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.AddLineBreak">
            <summary>
            Adds a single line break to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(System.String)">
            <summary>
            Adds a string object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.Text)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Text" /> object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.Annotation)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.Annotation" /> object to the content.
            </summary>
            <param name="annotation"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.AttributedText)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.AttributedText" /> object to the content.
            </summary>
            <param name="attributedText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.Hyperlink)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Hyperlink" /> object to the content.
            </summary>
            <param name="hyperlink"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.Fields.Field)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Fields.Field" /> object to the content.
            </summary>
            <param name="field"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.Bookmark)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Bookmark" /> object to the content.
            </summary>
            <param name="bookmark"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.BookmarkStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkStart" /> object to the content.
            </summary>
            <param name="bookmarkStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.BookmarkEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkEnd" /> object to the content.
            </summary>
            <param name="bookmarkEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.Change)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Change" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.ChangeEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeEnd" /> object to the content.
            </summary>
            <param name="changeEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.ChangeStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeStart" /> object to the content.
            </summary>
            <param name="changeStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.Drawing.Shape)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> object to the content.
            </summary>
            <param name="shape"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.Note)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Note" /> object to the content.
            </summary>
            <param name="note"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.Ruby)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Ruby" /> object to the content.
            </summary>
            <param name="ruby"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.PointReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.PointReference" /> object to the content.
            </summary>
            <param name="pointReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.RangeReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.RangeReference" /> object to the content.
            </summary>
            <param name="rangeReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Add(Independentsoft.Office.Odf.IParagraphContent)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.IParagraphContent" /> object to the content.
            </summary>
            <param name="paragraphContent"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Bookmark.ToString">
            <summary>
            Converts the value of the current Bookmark object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Bookmark.Content">
            <summary>
            Contains the child elements.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Bookmark.Name">
            <summary>
            Contains the name for a bookmark.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.BookmarkEnd">
            <summary>
            Marks the end position of a bookmark in a text range.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.#ctor">
            <summary>
            Initializes a new instance of the BookmarkEnd class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.AddSpace">
            <summary>
            Adds a single space to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.AddSpace(System.Int32)">
            <summary>
            Adds a single space to the content.
            </summary>
            <param name="spaceCount"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.AddTab">
            <summary>
            Adds a single tab to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.AddLineBreak">
            <summary>
            Adds a single line break to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(System.String)">
            <summary>
            Adds a string object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.Text)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Text" /> object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.Annotation)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.Annotation" /> object to the content.
            </summary>
            <param name="annotation"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.AttributedText)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.AttributedText" /> object to the content.
            </summary>
            <param name="attributedText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.Hyperlink)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Hyperlink" /> object to the content.
            </summary>
            <param name="hyperlink"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.Fields.Field)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Fields.Field" /> object to the content.
            </summary>
            <param name="field"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.Bookmark)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Bookmark" /> object to the content.
            </summary>
            <param name="bookmark"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.BookmarkStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkStart" /> object to the content.
            </summary>
            <param name="bookmarkStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.BookmarkEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkEnd" /> object to the content.
            </summary>
            <param name="bookmarkEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.Change)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Change" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.ChangeEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeEnd" /> object to the content.
            </summary>
            <param name="changeEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.ChangeStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeStart" /> object to the content.
            </summary>
            <param name="changeStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.Drawing.Shape)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> object to the content.
            </summary>
            <param name="shape"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.Note)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Note" /> object to the content.
            </summary>
            <param name="note"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.Ruby)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Ruby" /> object to the content.
            </summary>
            <param name="ruby"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.PointReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.PointReference" /> object to the content.
            </summary>
            <param name="pointReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.RangeReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.RangeReference" /> object to the content.
            </summary>
            <param name="rangeReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Add(Independentsoft.Office.Odf.IParagraphContent)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.IParagraphContent" /> object to the content.
            </summary>
            <param name="paragraphContent"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkEnd.ToString">
            <summary>
            Converts the value of the current BookmarkEnd object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.BookmarkEnd.Content">
            <summary>
            Contains the child elements.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.BookmarkEnd.Name">
            <summary>
            Contains matching names for bookmarks.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.BookmarkReference">
            <summary>
            Represents a reference to a <see cref="T:Independentsoft.Office.Odf.BookmarkStart" /> or <see cref="T:Independentsoft.Office.Odf.Bookmark" /> object in a text.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkReference.#ctor">
            <summary>
            Initializes a new instance of the BookmarkReference class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkReference.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkReference.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkReference.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkReference.ToString">
            <summary>
            Converts the value of the current BookmarkReference object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.BookmarkReference.Name">
            <summary>
            Contains the name attribute of <see cref="T:Independentsoft.Office.Odf.Bookmark" /> or <see cref="T:Independentsoft.Office.Odf.BookmarkStart" /> object in a text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.BookmarkReference.Format">
            <summary>
            Specifies what information about a reference is displayed. If the reference format is not specified, the page format is used as the default.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.BookmarkReference.Value">
            <summary>
            Contains the reference to a  <see cref="T:Independentsoft.Office.Odf.BookmarkStart" /> or <see cref="T:Independentsoft.Office.Odf.Bookmark" />.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.BookmarkStart">
            <summary>
            Marks the start position of a bookmark in a text range.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.#ctor">
            <summary>
            Initializes a new instance of the BookmarkStart class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.AddSpace">
            <summary>
            Adds a single space to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.AddSpace(System.Int32)">
            <summary>
            Adds a single space to the content.
            </summary>
            <param name="spaceCount"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.AddTab">
            <summary>
            Adds a single tab to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.AddLineBreak">
            <summary>
            Adds a single line break to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(System.String)">
            <summary>
            Adds a string object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.Text)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Text" /> object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.Annotation)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.Annotation" /> object to the content.
            </summary>
            <param name="annotation"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.AttributedText)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.AttributedText" /> object to the content.
            </summary>
            <param name="attributedText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.Hyperlink)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Hyperlink" /> object to the content.
            </summary>
            <param name="hyperlink"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.Fields.Field)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Fields.Field" /> object to the content.
            </summary>
            <param name="field"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.Bookmark)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Bookmark" /> object to the content.
            </summary>
            <param name="bookmark"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.BookmarkStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkStart" /> object to the content.
            </summary>
            <param name="bookmarkStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.BookmarkEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkEnd" /> object to the content.
            </summary>
            <param name="bookmarkEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.Change)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Change" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.ChangeEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeEnd" /> object to the content.
            </summary>
            <param name="changeEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.ChangeStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeStart" /> object to the content.
            </summary>
            <param name="changeStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.Drawing.Shape)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> object to the content.
            </summary>
            <param name="shape"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.Note)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Note" /> object to the content.
            </summary>
            <param name="note"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.Ruby)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Ruby" /> object to the content.
            </summary>
            <param name="ruby"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.PointReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.PointReference" /> object to the content.
            </summary>
            <param name="pointReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.RangeReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.RangeReference" /> object to the content.
            </summary>
            <param name="rangeReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Add(Independentsoft.Office.Odf.IParagraphContent)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.IParagraphContent" /> object to the content.
            </summary>
            <param name="paragraphContent"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.BookmarkStart.ToString">
            <summary>
            Converts the value of the current BookmarkStart object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.BookmarkStart.Content">
            <summary>
            Contains the child elements.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.BookmarkStart.Name">
            <summary>
            Contains matching names for bookmarks.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.CalculationSettings">
            <summary>
            Represents a container for settings that effect the calculation of formula.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.CalculationSettings.#ctor">
            <summary>
            Initializes a new instance of the CalculationSettings class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.CalculationSettings.#ctor(Independentsoft.Office.Odf.InternalXmlReader)">
            <summary>
            Initializes a new instance of the CalculationSettings class.
            </summary>
            <param name="reader"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.CalculationSettings.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.CalculationSettings.ToString">
            <summary>
            Converts the value of the current CalculationSettings object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Independentsoft.Office.Odf.CaptionSequenceFormat">
            <summary>
            Represents the format of entries for the index of illustrations obtained from the image captions.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.CaptionSequenceFormat.Text">
            <summary>
            Displays the value of the referenced sequence field.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.CaptionSequenceFormat.CategoryAndValue">
            <summary>
            Displays the name and value of the referenced sequence field.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.CaptionSequenceFormat.Caption">
            <summary>
            Text of the caption in which the referenced sequence field is included
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.CaptionSequenceFormat.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Cell">
            <summary>
            Represents a table cell. It is contained in a table row element. A table cell can contain paragraphs and other text content as well as sub tables. Table cells may span multiple columns and rows. Table cells may be empty.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Cell.#ctor">
            <summary>
            Initializes a new instance of the Cell class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Cell.#ctor(System.String,Independentsoft.Office.Odf.CellValueType)">
            <summary>
            Initializes a new instance of the Cell class.
            </summary>
            <param name="value"></param>
            <param name="type"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Cell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Cell class.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Cell.#ctor(System.Double)">
            <summary>
            Initializes a new instance of the Cell class.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Cell.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the Cell class.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Cell.#ctor(System.DateTime)">
            <summary>
            Initializes a new instance of the Cell class.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Cell.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Cell.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Cell.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Cell.ToString">
            <summary>
            Converts the value of the current Cell object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Cell.NumberOfRepeatedCells">
            <summary>
            Contains the number of successive columns in which a cell is repeated. It may be used to describe two or more adjoining cells with a single cell element, if they meet the following conditions:
            - The cells contain the same content and style.
            - The cells are not merged horizontally or vertically.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Cell.SpannedColumnsCount">
            <summary>
            Contains the number of columns that a cell spans.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Cell.SpannedRowsCount">
            <summary>
            Contains the number of rows that a cell spans.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Cell.MatrixColumnsSpannedCount">
            <summary>
            Contains the number of columns spanned by a matrix.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Cell.MatrixRowsSpannedCount">
            <summary>
            Contains the number of rows spanned by a matrix.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Cell.Formula">
            <summary>
            Contains the formula for a table cell.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Cell.Currency">
            <summary>
            Contains the currency for a value of a table cell, a text field, or a form property.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Cell.Style">
            <summary>
            Contains the style of table cell.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Cell.ContentValidation">
            <summary>
            Specifies if a cell contains a validity check. The value of this attribute is a name found in the name attribute of a <see cref="P:Independentsoft.Office.Odf.Cell.ContentValidation" />. If this attribute is not present, a cell may have arbitrary content.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Cell.Type">
            <summary>
            Contains the value-type of a table cell, a text field, or a form property.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Cell.Value">
            <summary>
            Contains the currency, float or percentage value for a table cell, a text field, or a form property.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.CellPosition">
            <summary></summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.CellPosition.#ctor">
            <summary>
            Initializes a new instance of the CellPosition class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.CellPosition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CellPosition class.
            </summary>
            <param name="position"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.CellPosition.#ctor(System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the CellPosition class.
            </summary>
            <param name="column"></param>
            <param name="row"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.CellPosition.#ctor(System.String,System.Int32)">
            <summary>
            Initializes a new instance of the CellPosition class.
            </summary>
            <param name="column"></param>
            <param name="row"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.CellPosition.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.CellPosition.ColumnIndex">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.CellPosition.Column">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.CellPosition.Row">
            <summary></summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.CellValueType.Float">
            <summary>
            Cell contains a numeric value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.CellValueType.Percentage">
            <summary>
            Cell contains a numeric value. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.CellValueType.Currency">
            <summary>
            Cell contains a numeric value and currency symbol.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.CellValueType.Date">
            <summary>
            Cell contains a date value or date and time value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.CellValueType.Time">
            <summary>
            Cell contains a time value of duration.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.CellValueType.Boolean">
            <summary>
            Cell contains a boolean value encoded as true or false.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.CellValueType.String">
            <summary>
            Cell contains a string value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.CellValueType.None">
            <summary>
            None
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Change">
            <summary>
            Represents a position in an empty region where text has been deleted.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Change.#ctor">
            <summary>
            Initializes a new instance of the Change class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Change.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Change.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Change.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Change.ToString">
            <summary>
            Converts the value of the current Change object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Change.ID">
            <summary>
            Contains an id to the element that contains change information.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ChangedRegion">
            <summary>
            Represents a list of tracked changes for any changed region of a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangedRegion.#ctor">
            <summary>
            Initializes a new instance of the ChangedRegion class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangedRegion.Add(Independentsoft.Office.Odf.Deletion)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Deletion" /> object to the content.
            </summary>
            <param name="deletion"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangedRegion.Add(Independentsoft.Office.Odf.Insertion)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Insertion" /> object to the content.
            </summary>
            <param name="insertion"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangedRegion.Add(Independentsoft.Office.Odf.FormatChange)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.FormatChange" /> object to the content.
            </summary>
            <param name="formatChange"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangedRegion.Add(Independentsoft.Office.Odf.IChangedRegionContent)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.IChangedRegionContent" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangedRegion.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangedRegion.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangedRegion.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangedRegion.ToString">
            <summary>
            Converts the value of the current ChangedRegion object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.ChangedRegion.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.IChangedRegionContent" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ChangedRegion.ID">
            <summary>
            Contains the identifier.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ChangeEnd">
            <summary>
            Represents the end of a region with content where text has been inserted or the format has been changed.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangeEnd.#ctor">
            <summary>
            Initializes a new instance of the ChangeEnd class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangeEnd.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangeEnd.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangeEnd.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangeEnd.ToString">
            <summary>
            Converts the value of the current ChangeEnd object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.ChangeEnd.ID">
            <summary>
            Contains an id to the element that contains change information.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ChangeInfo">
            <summary>
            Specifies who made a change and when. It may also contain a comment on the change.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangeInfo.#ctor">
            <summary>
            Initializes a new instance of the ChangeInfo class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangeInfo.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangeInfo.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangeInfo.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangeInfo.ToString">
            <summary>
            Converts the value of the current Bookmark object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.ChangeInfo.Paragraphs">
            <summary>
            Contains the paragraphs, which is the basic unit of text in an OpenDocument file.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ChangeInfo.Creator">
            <summary>
            Contains the name of the person who last modified a document, who created an annotation, who authored a change.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ChangeInfo.Date">
            <summary>
            Contains the date and time when the document was last modified, when an annotation was created, when a change was made.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ChangeStart">
            <summary>
            Represents the start of a region with content where text has been inserted or the format has been changed.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangeStart.#ctor">
            <summary>
            Initializes a new instance of the ChangeStart class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangeStart.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangeStart.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangeStart.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChangeStart.ToString">
            <summary>
            Converts the value of the current ChangeStart object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.ChangeStart.ID">
            <summary>
            Contains an id to the element that contains change information.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ChapterDisplayFormat">
            <summary>
            Represents the display format of the chapter number in a chapter text field.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ChapterDisplayFormat.Name">
            <summary>
            The title of the chapter is displayed
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ChapterDisplayFormat.Number">
            <summary>
            The number including prefix and suffix of the chapter is displayed. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ChapterDisplayFormat.NumberAndName">
            <summary>
            The title and number including prefix and suffix of the chapter are displayed.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ChapterDisplayFormat.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ChapterIndexEntry">
            <summary>
            Represents the chapter number where an index entry is located.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChapterIndexEntry.#ctor">
            <summary>
            Initializes a new instance of the ChapterIndexEntry class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChapterIndexEntry.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ChapterIndexEntry.ToString">
            <summary>
            Converts the value of the current ChapterIndexEntry object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.ChapterIndexEntry.Style">
            <summary>
            Contains the character family styles.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ChapterIndexEntry.Format">
            <summary>
            Specifies the information that a chapter field should display.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.Axis">
            <summary>
            Represents an axis for a chart.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Axis.#ctor">
            <summary>
            Initializes a new instance of the Axis class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Axis.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Axis.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Axis.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Axis.ToString">
            <summary>
            Converts the value of the current Axis object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Axis.Dimension">
            <summary>
            Contains the dimension in a coordinate system.
            
            The defined values are:
            - x: dimension represented by the x-axis of a chart.
            - y: dimension represented by the y-axis of a chart.
            - z: dimension represented by the z-axis of a chart.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Axis.Style">
            <summary>
            References a chart style by its name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Axis.Name">
            <summary>
            Contains name of the axis.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Axis.Grids">
            <summary>
            Contains a collection of grids.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Axis.Title">
            <summary>
            Contains the title in a chart document.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.Category">
            <summary>
            Represents labels that are displayed on a category-axis.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Category.#ctor">
            <summary>
            Initializes a new instance of the Category class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Category.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Category.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Category.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Category.ToString">
            <summary>
            Converts the value of the current Category object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Category.CellRange">
            <summary>
            Specifies the region from which the category labels are taken.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.Chart">
            <summary>
            Represents a chart.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Chart.#ctor">
            <summary>
            Initializes a new instance of the Chart class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Chart.RenameStyle(Independentsoft.Office.Odf.Styles.Style,System.String)">
            <summary></summary>
            <param name="style"></param>
            <param name="newName"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Chart.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Chart.Fonts">
            <summary>
            Contains a collection of fonts
             </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Chart.OfficeScripts">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Chart.AutomaticStyles">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Chart.Width">
            <summary>
            Contains the width of the entire chart. If it is omitted, the size of the chart is determined by the size of the window in which the chart is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Chart.Height">
            <summary>
            Contains the height of the entire chart. If it is omitted, the size of the chart is determined by the size of the window in which the chart is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Chart.Type">
            <summary>
            Contains the chart type. The value is a namespaced token.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Chart.Style">
            <summary>
            Contains the names that reference style mechanisms.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Chart.Legend">
            <summary>
            Contains the legend for a chart.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Chart.PlotArea">
            <summary>
            Contains the coordinate system in which data is plotted including defined axes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Chart.Title">
            <summary>
            Contains the title in a chart document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Chart.Subtitle">
            <summary>
            Contains the subtitle for a chart.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Chart.Table">
            <summary>
            Contains the root element for a table.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.ChartBody">
            <summary>
            Represents chart content.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.ChartBody.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.ChartBody.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.ChartBody.ToString">
            <summary>
            Converts the value of the current ChartBody object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.ChartBody.Width">
            <summary>
            Contains the width of the entire chart. If it is omitted, the size of the chart is determined by the size of the window in which the chart is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.ChartBody.Height">
            <summary>
            Contains the height of the entire chart. If it is omitted, the size of the chart is determined by the size of the window in which the chart is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.ChartBody.Type">
            <summary>
            Contains the chart type. The value is a namespaced token.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.ChartBody.Style">
            <summary>
            Contains the names that reference style mechanisms.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.ChartBody.Legend">
            <summary>
            Contains the legend for a chart.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.ChartBody.PlotArea">
            <summary>
            Contains the coordinate system in which data is plotted including defined axes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.ChartBody.Title">
            <summary>
            Contains the title in a chart document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.ChartBody.Subtitle">
            <summary>
            Contains the subtitle for a chart.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.ChartBody.Table">
            <summary>
            Contains the root element for a table.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.ChartType">
            <summary>
            Represents a chart type.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.ChartType.Line">
            <summary>
            The values are interpreted as y-coordinates within a Cartesian coordinate system with horizontal x-axis and vertical y-axis.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.ChartType.Area">
            <summary>
            The values are interpreted as y-coordinates within a Cartesian coordinate system with horizontal x-axis and vertical y-axis.
            The accessory x-coordinates are generated from the positions in the y-value sequence starting with 1.0. The first y value gets an x value 1.0. The second y value is associated with an x value of 2.0 and so forth.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.ChartType.Circle">
            <summary>
            The values are displayed as pie chart.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.ChartType.Ring">
            <summary>
            The values are displayed as one ring in a donut chart.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.ChartType.Scatter">
            <summary>
            The values are interpreted as y-coordinates within a Cartesian coordinate system with horizontal x-axis and vertical y-axis.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.ChartType.Radar">
            <summary>
            The values are interpreted as radius-coordinates within a counter clockwise polar coordinate system.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.ChartType.Bar">
            <summary>
            The values are interpreted as y-coordinates within a Cartesian coordinate system with horizontal x-axis and vertical y-axis. The accessory x-coordinates are generated from the positions in the y-value sequence starting with 1.0. The first y value gets an x value 1.0. The second y value is associated with an x value of 2.0 and so forth.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.ChartType.Stock">
            <summary>
            The values are interpreted together to form the opening, minimum, maximum and closing (in this order) values of a stock symbol displayed at the y scale in a Cartesian coordinate system with horizontal x-axis and vertical y-axis. If only three series are given, the values are interpreted as minimum, maximum and closing values (in this order). The accessory x-coordinates are generated from the positions in the y-value sequence starting with 1.0. The first y value gets an x value 1.0. The second y value is associated with an x value of 2.0 and so forth.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.ChartType.Surface">
            <summary>
            The values are interpreted as altitudes at specific grid locations.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.ChartType.Gantt">
            <summary>
            The values are interpreted together to form the start and end values (in this order) in a gantt chart. Start and end values are displayed at the y-axis in a Cartesian coordinate system with horizontal x-axis and vertical y-axis. The accessory x-coordinates are generated from the positions in the y-value sequence starting with 1.0. The first y value gets an x value 1.0. The second y value is associated with an x value of 2.0 and so forth.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.DataPoint">
            <summary>
            Represents a style for a single data point in a data series.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.DataPoint.#ctor">
            <summary>
            Initializes a new instance of the DataPoint class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.DataPoint.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.DataPoint.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.DataPoint.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.DataPoint.ToString">
            <summary>
            Converts the value of the current DataPoint object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.DataPoint.Repeated">
            <summary>
            Specifies that more than one consecutive data-point has the same style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.DataPoint.Style">
            <summary>
            Contains name that reference style mechanisms.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.Dimension">
            <summary>
            Represents a dimension in a coordinate system.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.Dimension.X">
            <summary>
            Dimension represented by the x-axis of a chart.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.Dimension.Y">
            <summary>
            Dimension represented by the y-axis of a chart.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.Dimension.Z">
            <summary>
            Dimension represented by the z-axis of a chart.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.Domain">
            <summary>
            Represents a coordinate values required by particular chart types.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Domain.#ctor">
            <summary>
            Initializes a new instance of the Domain class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Domain.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Domain.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Domain.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Domain.ToString">
            <summary>
            Converts the value of the current Domain object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Domain.CellRange">
            <summary>
            Specifies the x and y-coordinate values for bubble charts.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.Floor">
            <summary>
            Represents the floor of a chart.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Floor.#ctor">
            <summary>
            Initializes a new instance of the Floor class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Floor.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Floor.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Floor.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Floor.ToString">
            <summary>
            Converts the value of the current Floor object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Floor.Width">
            <summary>
            Contains the width of a chart. If it is omitted, the size of a chart is determined by the size of the window in which the chart is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Floor.Style">
            <summary>
            Contains name that reference style mechanisms.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.Grid">
            <summary>
            Represents a grid for an axis.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Grid.#ctor">
            <summary>
            Initializes a new instance of the Grid class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Grid.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Grid.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Grid.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Grid.ToString">
            <summary>
            Converts the value of the current Grid object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Grid.Type">
            <summary>
            Contains the grid type. The value is a namespaced token.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Grid.Style">
            <summary>
            Contains name that reference style mechanisms.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.GridType">
            <summary>
            Represents whether major or minor tick marks are used on a grid.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.GridType.Major">
            <summary>
            Major tick marks are extended to grid lines.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.GridType.Minor">
            <summary>
            Minor tick marks are extended to grid lines.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.Legend">
            <summary>
            Represents a legend for a chart.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Legend.#ctor">
            <summary>
            Initializes a new instance of the Legend class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Legend.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Legend.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Legend.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Legend.ToString">
            <summary>
            Converts the value of the current Legend object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Legend.Position">
            <summary>
            Specifies the placement of a legend.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Legend.Align">
            <summary>
            Specifies the alignment of a legend with the plot area.
            The defined values are:
            - center: legend is aligned at the center of the plot-area.
            - end: legend is aligned at the end of the plot-area (which is right or bottom).
            - start: legend is aligned at the beginning of the plot-area (which is left or top).
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Legend.Expansion">
            <summary>
            Specifies the direction in which a legend expands while accommodating new entries.
            The defined values are:
            - balanced: legend expands horizontally and vertically.
            - custom: with a style:legend-expansion-aspect-ratio attribute legend expands according to the specified ratio.
            - high: legend expands vertically.
            - wide: legend expands horizontally.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Legend.ExpansionAspectRatio">
            <summary>
            Contains the ratio between width and height for a <see cref="T:Independentsoft.Office.Odf.Charts.Legend" /> object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Legend.Style">
            <summary>
            Contains name that reference style mechanisms.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Legend.X">
            <summary>
            Contains the X coordinate.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Legend.Y">
            <summary>
            Contains the Y coordinate.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.LegendAlign">
            <summary>
            Represents the alignment of a legend with the plot area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendAlign.Start">
            <summary>
            Legend is aligned at the beginning of the plot-area (which is left or top).
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendAlign.Center">
            <summary>
            Legend is aligned at the center of the plot-area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendAlign.End">
            <summary>
            Legend is aligned at the end of the plot-area (which is right or bottom).
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendAlign.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.LegendExpansion">
            <summary>
            Represents the direction in which a legend expands while accommodating new entries.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendExpansion.Wide">
            <summary>
            Legend expands horizontally.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendExpansion.High">
            <summary>
            Legend expands vertically. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendExpansion.Balanced">
            <summary>
            Legend expands horizontally and vertically.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendExpansion.Custom">
            <summary>
            Legend expands according to the specified ratio.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendExpansion.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.LegendPosition">
            <summary>
            Represents the placement of a legend.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendPosition.Start">
            <summary>
            Place legend on the left side of the plot area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendPosition.End">
            <summary>
            Place legend on the right side of the plot area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendPosition.Top">
            <summary>
            Place legend above the plot area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendPosition.Bottom">
            <summary>
            Place legend below the plot area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendPosition.TopStart">
            <summary>
            Place legend in the top left corner.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendPosition.BottomStart">
            <summary>
            Place the legend in the bottom left corner.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendPosition.TopEnd">
            <summary>
            Place legend in the top right corner.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Charts.LegendPosition.BottomEnd">
            <summary>
            Place legend in the bottom right corner.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.PlotArea">
            <summary>
            Represents a coordinate system in which data is plotted including defined axes.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.PlotArea.#ctor">
            <summary>
            Initializes a new instance of the PlotArea class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.PlotArea.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.PlotArea.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.PlotArea.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.PlotArea.ToString">
            <summary>
            Converts the value of the current PlotArea object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.PlotArea.CellRange">
            <summary>
            Contains ranges from which all the data for the chart comes. The range given here is interpreted by the chart as consecutive series.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.PlotArea.Style">
            <summary>
            Contains name that reference style mechanisms.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.PlotArea.X">
            <summary>
            Contains the X coordinate of plot area.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.PlotArea.Y">
            <summary>
            Contains the Y coordinate of plot area.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.PlotArea.Width">
            <summary>
            Contains the width of a chart. If it is omitted, the size of a chart is determined by the size of the window in which the chart is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.PlotArea.Height">
            <summary>
            Contains the default height for new frames that are created using the graphics style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.PlotArea.Axes">
            <summary>
            Contains collection of axis.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.PlotArea.Series">
            <summary>
            Contains collection of data series.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.PlotArea.Wall">
            <summary>
            Contains the wall of a chart. For two-dimensional charts, the wall spans the entire plot area. For three-dimensional charts, the wall consists of two perpendicular rectangles.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.PlotArea.Floor">
            <summary>
            Specifies the floor of a chart.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.Serie">
            <summary>
            Represents a data series in a chart.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Serie.#ctor">
            <summary>
            Initializes a new instance of the Serie class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Serie.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Serie.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Serie.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Serie.ToString">
            <summary>
            Converts the value of the current Serie object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Serie.CellRange">
            <summary>
            Contains the cell range that contains the values that should be visualized by that data series.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Serie.Style">
            <summary>
            Contains name that reference style mechanisms.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Serie.AttachedAxis">
            <summary>
            Contains the data series
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Serie.Type">
            <summary>
            Contains the chart type.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Serie.DataPoints">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Charts.DataPoint" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Serie.Domains">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Charts.Domain" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Serie.Categories">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Charts.Category" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.Subtitle">
            <summary>
            Represents a subtitle for a chart.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Subtitle.#ctor">
            <summary>
            Initializes a new instance of the Subtitle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Subtitle.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Subtitle.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Subtitle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Subtitle.ToString">
            <summary>
            Converts the value of the current Subtitle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Subtitle.Style">
            <summary>
            Contains name that reference style mechanisms.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Subtitle.X">
            <summary>
            Contains the X coordinate of subtitle.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Subtitle.Y">
            <summary>
            Contains the Y coordinate of subtitle.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Subtitle.CellRange">
            <summary>
            Contains a list of ranges of cells.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Subtitle.Paragraph">
            <summary>
            Contains the paragraph.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.Title">
            <summary>
            Represents a title in a chart document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Title.#ctor">
            <summary>
            Initializes a new instance of the Title class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Title.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Title.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Title.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Title.ToString">
            <summary>
            Converts the value of the current Title object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Title.Style">
            <summary>
            Contains name that reference style mechanisms.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Title.X">
            <summary>
            Contains the X coordinate of title.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Title.Y">
            <summary>
            Contains the Y coordinate of title.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Title.CellRange">
            <summary>
            Contains a list of ranges of cells.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Title.Paragraph">
            <summary>
            Contains the paragraph.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Charts.Wall">
            <summary>
            Represents the wall of a chart. For two-dimensional charts, the wall spans the entire plot area. For three-dimensional charts, the wall consists of two perpendicular rectangles.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Wall.#ctor">
            <summary>
            Initializes a new instance of the Wall class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Wall.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Wall.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Wall.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Charts.Wall.ToString">
            <summary>
            Converts the value of the current Wall object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Wall.Width">
            <summary>
            Specifies the thickness of a wall for three-dimensional charts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Charts.Wall.Style">
            <summary>
            Contains name that reference style mechanisms.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Column">
            <summary>
            Represents the attributes for every column in a table.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Column.#ctor">
            <summary>
            Initializes a new instance of the Column class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Column.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Column.ToString">
            <summary>
            Converts the value of the current Column object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Column.Style">
            <summary>
            Contains the styles that are assigned to elements.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Column.DefaultCellStyle">
            <summary>
            Contains the default cell style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Column.Visibility">
            <summary>
            Specifies whether a column is visible.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Column.NumberOfRepeatedColumns">
            <summary>
            Contains number of columns to which a column description applies. If two or more columns are adjoining, and have the same style, this attribute may be used to describe them with a single element.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Configuration">
            <summary>
            Represents a container element for application setting elements.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Configuration.#ctor">
            <summary>
            Initializes a new instance of the Configuration class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Configuration.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Configuration.ToString">
            <summary>
            Converts the value of the current Configuration object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Configuration.Name">
            <summary>
            Contains the name of an application setting, an application setting sequence, or an application setting container.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Configuration.Items">
            <summary>
            Contains an application setting whose name is specified by name.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ConfigurationItem">
            <summary>
            Represents the value of an application setting whose name is specified by its name attribute.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ConfigurationItem.#ctor">
            <summary>
            Initializes a new instance of the ConfigurationItem class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ConfigurationItem.#ctor(System.String,Independentsoft.Office.Odf.ConfigurationType,System.String)">
            <summary>
            Initializes a new instance of the ConfigurationItem class.
            </summary>
            <param name="name"></param>
            <param name="type"></param>
            <param name="value"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.ConfigurationItem.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ConfigurationItem.ToString">
            <summary>
            Converts the value of the current ConfigurationItem object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.ConfigurationItem.Name">
            <summary>
            Contains the name of an application setting, an application setting sequence, or an application setting container.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ConfigurationItem.Type">
            <summary>
            Contains a data type for a setting.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ConfigurationItem.Value">
            <summary>
            Contains the value of an application setting.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ConfigurationItemMapEntry">
            <summary>
            Represents a single setting in a sequence of settings.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ConfigurationItemMapEntry.#ctor">
            <summary>
            Initializes a new instance of the ConfigurationItemMapEntry class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ConfigurationItemMapEntry.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ConfigurationItemMapEntry.ToString">
            <summary>
            Converts the value of the current ConfigurationItemMapEntry object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.ConfigurationItemMapEntry.Name">
            <summary>
            Contains the name of an application setting, an application setting sequence, or an application setting container.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ConfigurationItemMapEntry.Items">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.ConfigurationItem" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ConfigurationItemMapIndexed">
            <summary>
            Represents a container element for ordered sequences of application settings.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ConfigurationItemMapIndexed.#ctor">
            <summary>
            Initializes a new instance of the ConfigurationItemMapIndexed class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ConfigurationItemMapIndexed.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ConfigurationItemMapIndexed.ToString">
            <summary>
            Converts the value of the current ConfigurationItemMapIndexed object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.ConfigurationItemMapIndexed.Name">
            <summary>
            Contains the name of an application setting, an application setting sequence, or an iapplication setting container.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ConfigurationItemMapIndexed.Items">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.ConfigurationItemMapEntry" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ConfigurationItemMapNamed">
            <summary>
            Represents a sequence of application setting elements. Each sequence is identified by the value of its name attribute.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ConfigurationItemMapNamed.#ctor">
            <summary>
            Initializes a new instance of the ConfigurationItemMapNamed class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ConfigurationItemMapNamed.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ConfigurationItemMapNamed.ToString">
            <summary>
            Converts the value of the current ConfigurationItemMapNamed object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.ConfigurationItemMapNamed.Name">
            <summary>
            Contains the name of an application setting, an application setting sequence, or an application setting container.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ConfigurationItemMapNamed.Items">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.ConfigurationItemMapEntry" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ConfigurationType">
            <summary>
            Represents a data type for a setting.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ConfigurationType.Boolean">
            <summary>
            A Boolean value may have either of the values true or false.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ConfigurationType.Short">
            <summary>
            Contains a short value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ConfigurationType.Int">
            <summary>
            Contains a integer value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ConfigurationType.Long">
            <summary>
            Contains a long value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ConfigurationType.Double">
            <summary>
            Contains a double value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ConfigurationType.String">
            <summary>
            Contains a string value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ConfigurationType.DateTime">
            <summary>
            Contains a dataTime value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ConfigurationType.Base64Binary">
            <summary>
            Contains a base64Binary value.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ContentValidation">
            <summary>
            Represents a validation rule for table cell content.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ContentValidation.#ctor">
            <summary>
            Initializes a new instance of the ContentValidation class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ContentValidation.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ContentValidation.ToString">
            <summary>
            Converts the value of the current ContentValidation object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.ContentValidation.Name">
            <summary>
            Contains the name of a content validation rule. It is used to reference the validation rule from the cell the rule should applied.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ContentValidation.Condition">
            <summary>
            Contains the condition that determines whether a cell content is valid in regard to a validation rule or not.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ContentValidation.BaseCellAddress">
            <summary>
            Contains the address of the base cell for relative addresses in formulas that occur within a condition. This attribute is only necessary when the condition contains a formula. The value of this attribute shall be an absolute cell address that contains a table name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ContentValidation.AllowEmptyCell">
            <summary>
            Specifies whether a cell can be empty. The default value for this attribute is true.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ContentValidation.DisplayListType">
            <summary>
            Specifies whether a list of values that occurs within a condition is displayed in the UI wile entering a cell value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ContentValidation.HelpMessage">
            <summary>
            Contains the message to display if a user selects a cell.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ContentValidation.ErrorMessage">
            <summary>
            Contains the message to display if a user tries to enter invalid content into a cell. That is when a validation rule's condition evaluates to “false” on the content the user attempts to enter.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.CoveredCell">
            <summary>
            Represents a cells that are covered by an object that spans multiple columns or rows.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.CoveredCell.#ctor">
            <summary>
            Initializes a new instance of the CoveredCell class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.CoveredCell.#ctor(System.String,Independentsoft.Office.Odf.CellValueType)">
            <summary>
            Initializes a new instance of the CoveredCell class.
            </summary>
            <param name="value"></param>
            <param name="type"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.CoveredCell.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CoveredCell class.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.CoveredCell.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the CoveredCell class.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.CoveredCell.#ctor(System.DateTime)">
            <summary>
            Initializes a new instance of the CoveredCell class.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.CoveredCell.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.CoveredCell.ToString">
            <summary>
            Converts the value of the current CoveredCell object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.CoveredCell.NumberOfRepeatedCells">
            <summary>
            Contains the number of successive columns in which a cell is repeated. It may be used to describe two or more adjoining cells with a single cell element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.CoveredCell.MatrixColumnsSpannedCount">
            <summary>
            Contains number of rows spanned by a matrix.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.CoveredCell.MatrixRowsSpannedCount">
            <summary>
            Contains number of rows spanned by a matrix.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.CoveredCell.Formula">
            <summary>
            Contains the formula for a table cell.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.CoveredCell.Style">
            <summary>
            Contains a style of table cell.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.CoveredCell.ContentValidation">
            <summary>
            Specifies if a cell contains a validity check.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.CoveredCell.Type">
            <summary>
            Contains the value-type of a table cell.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.CoveredCell.Value">
            <summary>
            Contains the currency, float or percentage value for a table cell.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Deletion">
            <summary>
            Represents information that identifies the person responsible for a deletion and the date of that deletion.This information may also contain one or more objects which contains a comment on the deletion.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.#ctor">
            <summary>
            Initializes a new instance of the Deletion class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.Add(Independentsoft.Office.Odf.Change)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Change" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.Add(Independentsoft.Office.Odf.ChangeEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeEnd" /> object to the content.
            </summary>
            <param name="changeEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.Add(Independentsoft.Office.Odf.ChangeStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeStart" /> object to the content.
            </summary>
            <param name="changeStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.Add(Independentsoft.Office.Odf.Drawing.Shape)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> object to the content.
            </summary>
            <param name="shape"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.Add(Independentsoft.Office.Odf.IndexOfIllustrations)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.IndexOfIllustrations" /> object to the content.
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.Add(Independentsoft.Office.Odf.Heading)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Heading" /> object to the content.
            </summary>
            <param name="heading"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.Add(Independentsoft.Office.Odf.Section)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Section" /> object to the content.
            </summary>
            <param name="section"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.Add(Independentsoft.Office.Odf.Table)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Table" /> object to the content.
            </summary>
            <param name="table"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.Add(Independentsoft.Office.Odf.TableOfContents)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.TableOfContents" /> object to the content.
            </summary>
            <param name="toc"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.Add(Independentsoft.Office.Odf.ITextContent)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ITextContent" /> object to the content.
            </summary>
            <param name="textContent"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Deletion.ToString">
            <summary>
            Converts the value of the current Deletion object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Deletion.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.ITextContent" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Deletion.ChangeInfo">
            <summary>
            Specifies who made a change and when. It may also contain a comment on the change.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.DisplayListType">
            <summary>
            Represents whether a list of values that occurs within a condition is displayed in the UI wile entering a cell value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.DisplayListType.Unsorted">
            <summary>
            The list values are displayed in the order they occur in the condition.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.DisplayListType.SortAscending">
            <summary>
            The list values are displayed in ascending order.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.DisplayListType.None">
            <summary>
            The list values are not displayed.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Document">
            <summary>
            Represents a document in OpenDocument format.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.DocumentStatistic">
            <summary>
            Represents statistics about a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.DocumentStatistic.#ctor">
            <summary>
            Initializes a new instance of the DocumentStatistic class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.DocumentStatistic.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.DocumentStatistic.ToString">
            <summary>
            Converts the value of the current DocumentStatistic object to its equivalent string representatio.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.DocumentStatistic.PageCount">
            <summary>
            Contains the number of pages that an OpenDocument producer has calculated for a document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.DocumentStatistic.TableCount">
            <summary>
            Contains the number of table object contained in a document instance.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.DocumentStatistic.DrawCount">
            <summary>
            Contains the number of drawing-shapes that an OpenDocument producer has counted for a document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.DocumentStatistic.ImageCount">
            <summary>
            Contains the number of images that an OpenDocument producer has counted for a document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.DocumentStatistic.ObjectCount">
            <summary>
            Contains the number of embedded objects stored in OpenDocument format that the OpenDocument producer has counted for the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.DocumentStatistic.OleObjectCount">
            <summary>
            Contains the number of embedded objects stored in a different format than OpenDocument that the OpenDocument producer has counted for the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.DocumentStatistic.ParagraphCount">
            <summary>
            Contains the number of paragraphs that an OpenDocument producer has counted for a document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.DocumentStatistic.WordCount">
            <summary>
            Contains the number of words that an OpenDocument producer has counted for a document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.DocumentStatistic.CharacterCount">
            <summary>
            Contains the number of characters that an OpenDocument producer has counted for a document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.DocumentStatistic.RowCount">
            <summary>
            Contains the number of lines contained in a document instance.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.DocumentStatistic.FrameCount">
            <summary>
            Contains the number of text-boxes that an OpenDocument producer has counted for a document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.DocumentStatistic.SentanceCount">
            <summary>
            Contains the number of sentences that an OpenDocument producer has counted for a document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.DocumentStatistic.SyllableCount">
            <summary>
            Contains the number of syllables that an OpenDocument producer has counted for a document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.DocumentStatistic.NonWhitespaceCharacterCount">
            <summary>
            Contains the number of non-white space characters that an OpenDocument producer has counted for a document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.DocumentStatistic.CellCount">
            <summary>
            Contains the number of table cells that an OpenDocument producer has counted for a document.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Alignment">
            <summary>
            Represents the shape edge where a glue point is positioned.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.Alignment.TopLeft">
            <summary>
            The position of the glue point is specified relative to the top-left corner of the shape's bounding box.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.Alignment.Top">
            <summary>
            The position of the glue point is specified relative to the top of the shape's bounding box.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.Alignment.TopRight">
            <summary>
            The position of the glue point is specified relative to the top-rght corner of the shape's bounding box.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.Alignment.Left">
            <summary>
            The position of the glue point is specified relative to the left of the shape's bounding box.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.Alignment.Center">
            <summary>
            The position of the glue point is specified relative to the center of the shape's bounding box.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.Alignment.Right">
            <summary>
            The position of the glue point is specified relative to the right of the shape's bounding box.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.Alignment.BottomLeft">
            <summary>
            The position of the glue point is specified relative to the bottom-left corner of the shape's bounding box.The position of the glue point is specified relative to the bottom-right corner of the shape's bounding box.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.Alignment.BottomRight">
            <summary>
            The position of the glue point is specified relative to the bottom-right corner of the shape's bounding box.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.Alignment.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Caption">
            <summary>
            Represents a description attached to a fixed point. It consists of rectangular drawing shape with an additional set of connected lines that connect the rectangle with the fixed point.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Caption.#ctor">
            <summary>
            Initializes a new instance of the Caption class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Caption.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Caption.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Caption.Add(Independentsoft.Office.Odf.Drawing.IDrawText)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> object to the content.
            </summary>
            <param name="drawText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Caption.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Caption.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Caption.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Caption.ToString">
            <summary>
            Converts the value of the current Caption object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Caption.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Caption.EventListeners">
            <summary>
            Contains an attachment of an event listener to a drawing shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Caption.GluePoints">
            <summary>
            Contains the designated point in the area of a drawing object to which a connector shape can connect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Caption.RelativeWidth">
            <summary>
            Contains width of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Caption.RelativeHeight">
            <summary>
            Contains height of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Caption.CornerRadius">
            <summary>
            Contains the radius of the circle used to round off the corners of a caption, rectangle or a text-box.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Caption.CaptionPointX">
            <summary>
            Contains the position of a point that is captioned. A set of lines are rendered to that point from the caption area.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Caption.CaptionPointY">
            <summary>
             Contains the position of a point that is captioned. A set of lines are rendered to that point from the caption area.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Circle">
            <summary>
            Represents a circular drawing shape.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Circle.#ctor">
            <summary>
            Initializes a new instance of the Circle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Circle.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Circle.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Circle.Add(Independentsoft.Office.Odf.Drawing.IDrawText)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> object to the content.
            </summary>
            <param name="drawText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Circle.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Circle.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Circle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Circle.ToString">
            <summary>
            Converts the value of the current Circle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Circle.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Circle.EventListeners">
            <summary>
            Contains an attachment of an event listener to a drawing shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Circle.GluePoints">
            <summary>
            Contains the designated point in the area of a drawing object to which a connector shape can connect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Circle.RelativeWidth">
            <summary>
            Contains width of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Circle.RelativeHeight">
            <summary>
            Contains height of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Circle.CenterX">
            <summary>
            Contains the X coordinate of a circle center.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Circle.CenterY">
            <summary>
            Contains the Y coordinate of a circle center.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Circle.Radius">
            <summary>
            Contains the radius of a circle.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Circle.Kind">
            <summary>
            Specifies the appearance of a circle.
            The defined values for the draw:kind attribute are:
            - arc: specifies a circle or ellipse arc.
            - cut: specifies a circle or ellipse with a cut.
            - full: specifies a full circle or ellipse.
            - section: specifies a section of a circle or ellipse.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Circle.StartAngle">
            <summary>
            Contains the start angle of a section, cut, or arc for circles.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Circle.EndAngle">
            <summary>
            Contains an end angle of a arc, cut, or section for circles
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Connector">
            <summary>
            Represents a series of lines that are connected to the glue points of two other shapes.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Connector.#ctor">
            <summary>
            Initializes a new instance of the Connector class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Connector.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Connector.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Connector.Add(Independentsoft.Office.Odf.Drawing.IDrawText)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> object to the content.
            </summary>
            <param name="drawText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Connector.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Connector.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Connector.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Connector.ToString">
            <summary>
            Converts the value of the current Connector object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Connector.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Connector.EventListeners">
            <summary>
            Contains an attachment of an event listener to a drawing shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Connector.GluePoints">
            <summary>
            Contains the designated point in the area of a drawing object to which a connector shape can connect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Connector.Type">
            <summary>
            Contains the connecting line between two escape points.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Connector.X1">
            <summary>
            Contains the start position of the glue point to which the connector is connected.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Connector.Y1">
            <summary>
            Contains the start position of the glue point to which the connector is connected.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Connector.X2">
            <summary>
            Contains the end position of the glue point to which the connector is connected.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Connector.Y2">
            <summary>
            Contains the end position of the glue point to which the connector is connected.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Connector.StartShape">
            <summary>
            Contains the drawing shape to which the start of a connector is connected by its ID.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Connector.EndShape">
            <summary>
            Contains the drawing shape to which the end of a connector is connected by its ID.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Connector.StartGluePoint">
            <summary>
            Contains the glue point in a shape where a connector starts by its number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Connector.EndGluePoint">
            <summary>
            Contains the glue point in a shape where a connector ends by its number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Connector.LineSkew">
            <summary>
            Specifies the generation of the lines that connect the start and end points. Depending on the type of connector, this can vary from one to three distances that move the connector lines relative to their position.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.ConnectorType">
            <summary>
            Represents a connecting line between two escape points.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.ConnectorType.Standard">
            <summary>
            A standard connector escapes two connecting objects with straight lines and connects them with a straight perpendicular line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.ConnectorType.Lines">
            <summary>
            A lines connector escapes two connecting objects with straight lines and connects them with a straight (not necessarily perpendicular) line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.ConnectorType.Line">
            <summary>
            A line connector draws one straight line between the two escape points of connected objects.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.ConnectorType.Curve">
            <summary>
            A curve connector draws a single curved line between the two escape points of connected objects.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.ConnectorType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Control">
            <summary>
            Represents a shape that is linked to a control inside <see cref="N:Independentsoft.Office.Odf.Forms" /> element.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Control.#ctor">
            <summary>
            Initializes a new instance of the Control class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Control.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Control.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Control.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Control.ToString">
            <summary>
            Converts the value of the current Control object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Control.GluePoints">
            <summary>
            Contains the designated point in the area of a drawing object to which a connector shape can connect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Control.RelativeWidth">
            <summary>
            Contains width of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Control.RelativeHeight">
            <summary>
            Contains height of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Control.ControlID">
            <summary>
            Contains the control within a form that is linked to the control shape by its ID.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Control.AnchorType">
            <summary>
            Specifies how a frame is bound to a text document. The anchor position is the point at which a frame is bound to a text document.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Ellipse">
            <summary>
            Represents an ellipse.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Ellipse.#ctor">
            <summary>
            Initializes a new instance of the Ellipse class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Ellipse.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Ellipse.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Ellipse.Add(Independentsoft.Office.Odf.Drawing.IDrawText)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> object to the content.
            </summary>
            <param name="drawText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Ellipse.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Ellipse.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Ellipse.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Ellipse.ToString">
            <summary>
            Converts the value of the current Ellipse object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Ellipse.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Ellipse.EventListeners">
            <summary>
            Contains an attachment of an event listener to a drawing shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Ellipse.GluePoints">
            <summary>
            Contains the designated point in the area of a drawing object to which a connector shape can connect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Ellipse.RelativeWidth">
            <summary>
            Contains width of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Ellipse.RelativeHeight">
            <summary>
            Contains height of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Ellipse.CenterX">
            <summary>
            Contains the X coordinate of a ellipse center.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Ellipse.CenterY">
            <summary>
            Contains the Y coordinate of a ellipse center.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Ellipse.RadiusX">
            <summary>
            Contains the x-axis radius of the ellipse used to round off the corners of a rectangle.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Ellipse.RadiusY">
            <summary>
            Contains the y-axis radius of that ellipse.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Ellipse.Kind">
            <summary>
            Specifies the appearance of a circle.
            The defined values for the draw:kind attribute are:
            - arc: specifies a circle or ellipse arc.
            - cut: specifies a circle or ellipse with a cut.
            - full: specifies a full circle or ellipse.
            - section: specifies a section of a circle or ellipse.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Ellipse.StartAngle">
            <summary>
            Contains the start angle of a section, cut, or arc for ellipse.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Ellipse.EndAngle">
            <summary>
            Contains the end angle of a arc, cut, or section for ellipse.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Ellipse.AnchorType">
            <summary>
            Specifies how a frame is bound to a text document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Ellipse.AnchorPageNumber">
            <summary>
            Contains the physical page number of an anchor if the drawing object is bound to a page within a text document.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.EscapeDirection">
            <summary>
            Represents the direction in which a connection line escapes from a drawing object if a connector connects to a glue point.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.EscapeDirection.Auto">
            <summary>
            The connection line may escape in all four directions from a drawing object.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.EscapeDirection.Left">
            <summary>
            The connection line escapes to the left of a drawing object.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.EscapeDirection.Right">
            <summary>
            The connection line escapes to the right of a drawing object.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.EscapeDirection.Up">
            <summary>
            The connection line escapes up from a drawing object.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.EscapeDirection.Down">
            <summary>
            The connection line escapes down from a drawing object.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.EscapeDirection.Horizontal">
            <summary>
            The connection line may escape to the left or to the right of a drawing object.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.EscapeDirection.Vertical">
            <summary>
            The connection line may escape up or down from a drawing object.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.EscapeDirection.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Frame">
            <summary>
            Represents a frame and serves as the container for elements that may occur in a frame.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Frame.#ctor">
            <summary>
            Initializes a new instance of the Frame class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Frame.Add(Independentsoft.Office.Odf.Drawing.Image)">
            <summary>
            Adds <see cref="T:Independentsoft.Office.Odf.Drawing.Image" /> object to the content.
            </summary>
            <param name="image"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Frame.Add(Independentsoft.Office.Odf.Drawing.Object)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.Object" /> object to the content.
            </summary>
            <param name="obj"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Frame.Add(Independentsoft.Office.Odf.Drawing.TextBox)">
            <summary>
            Adds <see cref="T:Independentsoft.Office.Odf.Drawing.TextBox" /> object to the content.
            </summary>
            <param name="textBox"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Frame.Add(Independentsoft.Office.Odf.Drawing.OleObject)">
            <summary>
            Adds <see cref="T:Independentsoft.Office.Odf.Drawing.OleObject" /> object to the content.
            </summary>
            <param name="oleObject"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Frame.Add(Independentsoft.Office.Odf.Drawing.FrameContentElement)">
            <summary>
            Adds <see cref="T:Independentsoft.Office.Odf.Drawing.FrameContentElement" /> object to the content.
            </summary>
            <param name="contentElement"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Frame.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Frame.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Frame.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Frame.ToString">
            <summary>
            Converts the value of the current Frame object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Frame.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Drawing.FrameContentElement" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Frame.EventListeners">
            <summary>
            Contains an attachment of an event listener to a drawing shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Frame.GluePoints">
            <summary>
            Contains a designated point in the area of a drawing object to which a connector shape can connect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Frame.ClassNames">
            <summary>
            Contains a white space separated list of styles with the family value
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Frame.AnchorType">
            <summary>
            Specifies how a frame is bound to a text document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Frame.AnchorPageNumber">
            <summary>
            Contains the physical page number of an anchor if the drawing object is bound to a page within a text document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Frame.RelativeWidth">
            <summary>
            Contains width of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Frame.RelativeHeight">
            <summary>
            Contains height of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Frame.MinWidth">
            <summary>
            If set, it overrides the width of a text box.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Frame.MinHeight">
            <summary>
            If set, it overrides the height of a text box.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Frame.CopyOf">
            <summary>
            Specifies that a frame displays the contents of another frame. This does not effect style and position information.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Frame.AlternativeText">
            <summary>
            Contains a prose description of a graphic object that may be used to support accessibility.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.FrameContentElement">
            <summary>
            Represents the content element of the frame.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.FrameContentElement.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.GluePoint">
            <summary>
            Represents a designated point in the area of a drawing object to which a connector shape can connect. All drawing objects have four standard glue points located at the center of the four edges of the object's bounding box.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.GluePoint.#ctor">
            <summary>
            Initializes a new instance of the GluePoint class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.GluePoint.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.GluePoint.ToString">
            <summary>
            Converts the value of the current GluePoint object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.GluePoint.ID">
            <summary>
            Contains unrestricted identifiers to draw elements.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.GluePoint.X">
            <summary>
            Contains the horizontal position of the glue point. The coordinate is either a percentage value relative to the drawing shape's center in horizontal direction
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.GluePoint.Y">
            <summary>
            Contains the vertical position of the glue point. The coordinate is either a percentage value relative to the drawing shape's center in vertical direction
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.GluePoint.Alignment">
            <summary>
            Contains the shape edge where a glue point is positioned.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.GluePoint.EscapeDirection">
            <summary>
            Contains the direction in which a connection line escapes from a drawing object if a connector connects to a glue point.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Group">
            <summary>
            Represents a group of drawing shapes.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Group.#ctor">
            <summary>
            Initializes a new instance of the Group class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Group.Add(Independentsoft.Office.Odf.Drawing.Shape)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> object to the content.
            </summary>
            <param name="shape"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Group.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Group.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Group.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Group.ToString">
            <summary>
            Converts the value of the current Group object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Group.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Group.GluePoints">
            <summary>
            Contains an attachment of an event listener to a drawing shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Group.AnchorType">
            <summary>
            Specifies how a frame is bound to a text document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Group.Position">
            <summary>
            Contains the coordinate to the drawing shape's bounding box.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.HyperlinkFrame">
            <summary>
            Represents a drawing shape that should behave as a hyperlink. Enables both frames and drawing shapes to act as hyperlinks.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.HyperlinkFrame.#ctor">
            <summary>
            Initializes a new instance of the HyperlinkFrame class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.HyperlinkFrame.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.HyperlinkFrame.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.HyperlinkFrame.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.HyperlinkFrame.Name">
            <summary>
            Contains the name for a link. The name can serve as a target for other hyperlinks. The name does not have to be unique.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.HyperlinkFrame.Location">
            <summary>
            Contains the target location for the hyperlink.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.HyperlinkFrame.Type">
            <summary>
            Contains the type of the hyperlink.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.HyperlinkFrame.Show">
            <summary>
            Contains the text style for an unvisited hyperlink.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.HyperlinkFrame.Actuate">
            <summary>
            Contains the value onRequest or onLoad for the objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.HyperlinkFrame.TargetFrame">
            <summary>
            Contains the name of a target frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.HyperlinkFrame.Title">
            <summary>
            Contains a short accessible description.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.HyperlinkFrame.IsServerSideImageMap">
            <summary>
            Specifies that a link returns data to a server side image map. 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.HyperlinkFrame.Frame">
            <summary>
            Contains the frame.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Image">
            <summary>
            Represents an image.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.#ctor">
            <summary>
            Initializes a new instance of the Image class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Image class.
            </summary>
            <param name="filePath"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.#ctor(System.String,System.IO.Stream)">
            <summary>
            Initializes a new instance of the Image class.
            </summary>
            <param name="fileName"></param>
            <param name="stream"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.#ctor(System.String,System.Byte[])">
            <summary>
            Initializes a new instance of the Image class.
            </summary>
            <param name="fileName"></param>
            <param name="buffer"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.Load(System.String)">
            <summary></summary>
            <param name="filePath"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.Load(System.String,System.IO.Stream)">
            <summary></summary>
            <param name="fileName"></param>
            <param name="stream"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.Load(System.String,System.Byte[])">
            <summary></summary>
            <param name="fileName"></param>
            <param name="buffer"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.Save(System.String)">
            <summary></summary>
            <param name="filePath"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.Save(System.String,System.Boolean)">
            <summary></summary>
            <param name="filePath"></param>
            <param name="overwrite"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.Save(System.IO.Stream)">
            <summary></summary>
            <param name="stream"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.GetBuffer">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.GetStream">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.Add(Independentsoft.Office.Odf.Drawing.IDrawText)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> object to the content.
            </summary>
            <param name="drawText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Image.ToString">
            <summary>
            Converts the value of the current Image object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Image.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Image.Filter">
            <summary>
            Contains the filter name for an image. This attribute contains the internal filter name that an consumer has used to load the graphic.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Image.FileName">
            <summary>
            Contains the file name of image.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Kind">
            <summary>
            Represents the appearance of a circle.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.Kind.Full">
            <summary>
            Specifies the full circle or ellipse.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.Kind.Section">
            <summary>
            Specifies the section of a circle or ellipse.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.Kind.Cut">
            <summary>
            Specifies the circle or ellipse with a cut.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.Kind.Arc">
            <summary>
            Specifies the circle or ellipse with a cut.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Drawing.Kind.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Line">
            <summary>
            Represents a line.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Line.#ctor">
            <summary>
            Initializes a new instance of the Line class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Line.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Line.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Line.Add(Independentsoft.Office.Odf.Drawing.IDrawText)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> object to the content.
            </summary>
            <param name="drawText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Line.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Line.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Line.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Line.ToString">
            <summary>
            Converts the value of the current Line object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Line.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Line.EventListeners">
            <summary>
            Contains an attachment of an event listener to a drawing shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Line.GluePoints">
            <summary>
            Contains the designated point in the area of a drawing object to which a connector shape can connect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Line.X1">
            <summary>
            Contains the start position then is the position of the glue point to which the connector is connected.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Line.Y1">
            <summary>
            Contains the start position then is the position of the glue point to which the connector is connected.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Line.X2">
            <summary>
            Contains the end position then is the position of the glue point to which the connector is connected.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Line.Y2">
            <summary>
            Contains the end position then is the position of the glue point to which the connector is connected.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Line.AnchorType">
            <summary>
            Specifies how a frame is bound to a text document. The anchor position is the point at which a frame is bound to a text document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Line.AnchorPageNumber">
            <summary>
            Specifies the physical page number of an anchor if the drawing object is bound to a page within a text document.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Measure">
            <summary>
            Represents a shape that is used to measure distances in drawings.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Measure.#ctor">
            <summary>
            Initializes a new instance of the Measure class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Measure.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Measure.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Measure.Add(Independentsoft.Office.Odf.Drawing.IDrawText)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> object to the content.
            </summary>
            <param name="drawText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Measure.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Measure.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Measure.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Measure.ToString">
            <summary>
            Converts the value of the current Measure object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Measure.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Measure.EventListeners">
            <summary>
            Contains an attachment of an event listener to a drawing shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Measure.GluePoints">
            <summary>
            Contains the designated point in the area of a drawing object to which a connector shape can connect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Measure.Type">
            <summary>
            Contains the name of a shape type that is rendering engine dependent.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Measure.X1">
            <summary>
            Contains the start position then is the position of the glue point to which the connector is connected.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Measure.Y1">
            <summary>
            Contains the start position then is the position of the glue point to which the connector is connected.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Measure.X2">
            <summary>
            Contains the end position then is the position of the glue point to which the connector is connected.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Measure.Y2">
            <summary>
            Contains the end position then is the position of the glue point to which the connector is connected.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Object">
            <summary>
            Declares objects that have a OpenDocument representation.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Object.#ctor">
            <summary>
            Initializes a new instance of the Object class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Object.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Object.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Object.ToString">
            <summary>
            Converts the value of the current Object object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Object.Document">
            <summary>
            Contains the root element of a document in OpenDocument format which is represented as a single XML document. It contains the entire document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Object.NotifyOnUpdateOfRanges">
            <summary>
            Specifies that an <see cref="T:Independentsoft.Office.Odf.Drawing.Object" /> will be notified if content within a given ranges changes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Object.Filter">
            <summary>
            Contains the filter name for an image. This attribute contains the internal filter name that an consumer has used to load the graphic.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.OleObject">
            <summary>
            Represents objects that do not have an OpenDocument representation.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.OleObject.#ctor">
            <summary>
            Initializes a new instance of the OleObject class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.OleObject.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OleObject class.
            </summary>
            <param name="filePath"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.OleObject.#ctor(System.String,System.IO.Stream)">
            <summary>
            Initializes a new instance of the OleObject class.
            </summary>
            <param name="fileName"></param>
            <param name="stream"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.OleObject.#ctor(System.String,System.Byte[])">
            <summary>
            Initializes a new instance of the OleObject class.
            </summary>
            <param name="fileName"></param>
            <param name="buffer"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.OleObject.Load(System.String)">
            <summary></summary>
            <param name="filePath"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.OleObject.Load(System.String,System.IO.Stream)">
            <summary></summary>
            <param name="fileName"></param>
            <param name="stream"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.OleObject.Load(System.String,System.Byte[])">
            <summary></summary>
            <param name="fileName"></param>
            <param name="buffer"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.OleObject.Save(System.String)">
            <summary></summary>
            <param name="filePath"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.OleObject.Save(System.IO.Stream)">
            <summary></summary>
            <param name="stream"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.OleObject.GetBuffer">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.OleObject.GetStream">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.OleObject.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.OleObject.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.OleObject.ToString">
            <summary>
            Converts the value of the current OleObject object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.OleObject.Filter">
            <summary>
            Contains the filter name for an ole object. This attribute contains the internal filter name that an consumer has used to load the ole objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.OleObject.FileName">
            <summary>
            Contains the file name of ole object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.OleObject.ClassId">
            <summary>
            ClassId
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.PageThumbnail">
            <summary>
            Represents a rectangular area that displays the thumbnail of a drawing page.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.PageThumbnail.#ctor">
            <summary>
            Initializes a new instance of the PageThumbnail class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.PageThumbnail.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.PageThumbnail.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.PageThumbnail.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.PageThumbnail.ToString">
            <summary>
            Converts the value of the current PageThumbnail object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.PageThumbnail.RelativeWidth">
            <summary>
            Contains width of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.PageThumbnail.RelativeHeight">
            <summary>
            Contains height of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.PageThumbnail.PageNumber">
            <summary>
            Contains the number of a page that is displayed as a thumbnail. For thumbnails on notes pages, the value of this attribute is fixed to the drawing page of a notes page. For thumbnails on handout master pages, the value of this attribute is the order in which the pages are previewed on the handout.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Path">
            <summary>
            Represents a path. A path is a shape with a user-defined outline.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Path.#ctor">
            <summary>
            Initializes a new instance of the Path class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Path.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Path.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Path.Add(Independentsoft.Office.Odf.Drawing.IDrawText)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> object to the content.
            </summary>
            <param name="drawText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Path.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Path.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Path.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Path.ToString">
            <summary>
            Converts the value of the current Path object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Path.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Path.EventListeners">
            <summary>
            Contains an attachment of an event listener to a drawing shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Path.GluePoints">
            <summary>
            Contains the designated point in the area of a drawing object to which a connector shape can connect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Path.RelativeWidth">
            <summary>
            Contains width of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Path.RelativeHeight">
            <summary>
            Contains height of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Path.Data">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Path.ViewBox">
            <summary>
            Establishes a user coordinate system inside the physical coordinate system of the shape specified by the position and size attributes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Path.AnchorType">
            <summary>
            Specifies how a frame is bound to a text document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Path.AnchorPageNumber">
            <summary>
            Contains the physical page number of an anchor if the drawing object is bound to a page within a text document.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Polygon">
            <summary>
            Represents a polygon. A polygon is a closed set of straight lines.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polygon.#ctor">
            <summary>
            Initializes a new instance of the Polygon class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polygon.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polygon.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polygon.Add(Independentsoft.Office.Odf.Drawing.IDrawText)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> object to the content.
            </summary>
            <param name="drawText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polygon.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polygon.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polygon.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polygon.ToString">
            <summary>
            Converts the value of the current Polygon object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polygon.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polygon.EventListeners">
            <summary>
            Contains an attachment of an event listener to a drawing shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polygon.GluePoints">
            <summary>
            Contains the designated point in the area of a drawing object to which a connector shape can connect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polygon.RelativeWidth">
            <summary>
            Contains width of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polygon.RelativeHeight">
            <summary>
            Contains height of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polygon.ViewBox">
            <summary>
            Establishes a user coordinate system inside the physical coordinate system of the shape specified by the position and size attributes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polygon.Points">
            <summary>
            Contains the sequence of points, which are connected by straight lines.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polygon.AnchorType">
            <summary>
            Specifies how a frame is bound to a text document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polygon.AnchorPageNumber">
            <summary>
            Contains the physical page number of an anchor if the drawing object is bound to a page within a text document.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Polyline">
            <summary>
            Represents a polyline drawing shape.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polyline.#ctor">
            <summary>
            Initializes a new instance of the Polyline class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polyline.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polyline.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polyline.Add(Independentsoft.Office.Odf.Drawing.IDrawText)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> object to the content.
            </summary>
            <param name="drawText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polyline.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polyline.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polyline.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Polyline.ToString">
            <summary>
            Converts the value of the current Polyline object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polyline.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polyline.EventListeners">
            <summary>
            Contains an attachment of an event listener to a drawing shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polyline.GluePoints">
            <summary>
            Contains the designated point in the area of a drawing object to which a connector shape can connect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polyline.RelativeWidth">
            <summary>
            Contains width of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polyline.RelativeHeight">
            <summary>
            Contains height of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polyline.ViewBox">
            <summary>
            Establishes a user coordinate system inside the physical coordinate system of the shape specified by the position and size attributes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polyline.Points">
            <summary>
            Contains the sequence of points, which are connected by straight lines.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polyline.AnchorType">
            <summary>
            Specifies how a frame is bound to a text document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Polyline.AnchorPageNumber">
            <summary>
            Contains the physical page number of an anchor if the drawing object is bound to a page within a text document.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.Rectangle">
            <summary>
            Represents a rectangular drawing shape.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Rectangle.#ctor">
            <summary>
            Initializes a new instance of the Rectangle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Rectangle.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Rectangle.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Rectangle.Add(Independentsoft.Office.Odf.Drawing.IDrawText)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> object to the content.
            </summary>
            <param name="drawText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Rectangle.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Rectangle.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Rectangle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.Rectangle.ToString">
            <summary>
            Converts the value of the current Rectangle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Rectangle.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Rectangle.EventListeners">
            <summary>
            Contains an attachment of an event listener to a drawing shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Rectangle.GluePoints">
            <summary>
            Contains the designated point in the area of a drawing object to which a connector shape can connect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Rectangle.RelativeWidth">
            <summary>
            Contains width of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Rectangle.RelativeHeight">
            <summary>
            Contains height of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.Rectangle.CornerRadius">
            <summary>
            Specifies the radius of the circle used to round off the corners of a caption, rectangle, or a text-box.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.RegularPolygon">
            <summary>
            Represents a regular polygon. A regular polygon is a polygon that is specified by its number of edges (that is equal to the number of its corners), rather than by arbitrary points.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.RegularPolygon.#ctor">
            <summary>
            Initializes a new instance of the RegularPolygon class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.RegularPolygon.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.RegularPolygon.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.RegularPolygon.Add(Independentsoft.Office.Odf.Drawing.IDrawText)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> object to the content.
            </summary>
            <param name="drawText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.RegularPolygon.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.RegularPolygon.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.RegularPolygon.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.RegularPolygon.ToString">
            <summary>
            Converts the value of the current RegularPolygon object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.RegularPolygon.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Drawing.IDrawText" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.RegularPolygon.EventListeners">
            <summary>
            Contains an attachment of an event listener to a drawing shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.RegularPolygon.GluePoints">
            <summary>
            Contains the designated point in the area of a drawing object to which a connector shape can connect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.RegularPolygon.RelativeWidth">
            <summary>
            Contains width of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.RegularPolygon.RelativeHeight">
            <summary>
            Contains height of a drawing object as a relative value within a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.RegularPolygon.IsConcave">
            <summary>
            Specifies whether a regular polygon is convex or concave. 
            The defined values are:
            - false: polygon is convex.
            - true: polygon is concave.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.RegularPolygon.CornerCount">
            <summary>
            Specifies the number of polygon corners on a polygon shape.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Drawing.TextBox">
            <summary>
            Represents a text box. This element may be used to place text in a container that is outside of the flow of the document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.#ctor">
            <summary>
            Initializes a new instance of the TextBox class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.Add(Independentsoft.Office.Odf.Change)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Change" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.Add(Independentsoft.Office.Odf.ChangeEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeEnd" /> object to the content.
            </summary>
            <param name="changeEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.Add(Independentsoft.Office.Odf.ChangeStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeStart" /> object to the content.
            </summary>
            <param name="changeStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.Add(Independentsoft.Office.Odf.Drawing.Shape)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> object to the content.
            </summary>
            <param name="shape"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.Add(Independentsoft.Office.Odf.IndexOfIllustrations)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.IndexOfIllustrations" /> object to the content.
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.Add(Independentsoft.Office.Odf.Heading)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Heading" /> object to the content.
            </summary>
            <param name="heading"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.Add(Independentsoft.Office.Odf.Section)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Section" /> object to the content.
            </summary>
            <param name="section"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.Add(Independentsoft.Office.Odf.SoftPageBreak)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.SoftPageBreak" /> object to the content.
            </summary>
            <param name="softPageBreak"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.Add(Independentsoft.Office.Odf.Table)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Table" /> object to the content.
            </summary>
            <param name="table"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.Add(Independentsoft.Office.Odf.TableOfContents)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.TableOfContents" /> object to the content.
            </summary>
            <param name="toc"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.Add(Independentsoft.Office.Odf.ITextContent)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ITextContent" /> object to the content.
            </summary>
            <param name="textContent"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Drawing.TextBox.ToString">
            <summary>
            Converts the value of the current TextBox object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.TextBox.Content">
            <summary>
             Contains a collection of <see cref="T:Independentsoft.Office.Odf.ITextContent" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.TextBox.Chain">
            <summary>
            Specifies the name that is used to chain text boxes together for cases where the content of a text box exceeds its capacity.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.TextBox.CornerRadius">
            <summary>
            Specifies the radius of the circle used to round off the corners of a caption, rectangle, or a text-box.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.TextBox.MinHeight">
            <summary>
            If set, it overrides the height of a text box.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.TextBox.MinWidth">
            <summary>
            If set, it overrides the width of a text box.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.TextBox.MaxHeight">
            <summary>
            Specifies the maximum height of a text box.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Drawing.TextBox.MaxWidth">
            <summary>
            Specifies the maximum width of a text box.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ErrorMessage">
            <summary>
            Represents a message to display if a user tries to enter invalid content into a cell. That is when a validation rule's condition evaluates to “false” on the content the user attempts to enter.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ErrorMessage.#ctor">
            <summary>
            Initializes a new instance of the ErrorMessage class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ErrorMessage.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ErrorMessage.ToString">
            <summary>
            Converts the value of the current ErrorMessage object to its equivalent string representatio.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.ErrorMessage.Paragraphs">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Paragraph" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ErrorMessage.Title">
            <summary>
            Contains the title of a help or error message.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ErrorMessage.DisplayMessage">
            <summary>
            Specifies whether a table is displayed.
            The defined values for the table:display attribute are:
            - false: table is not displayed.
            - true: table is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ErrorMessage.Type">
            <summary>
            Specifies the display of messages. The defined values for the property are:
            - information: message is displayed as information only.
            - stop: message is displayed as an error and the operation that caused the validation check is stopped.
            - warning: message is displayed as a warning.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.AuthorInitials">
            <summary>
            Represents the initials of the author of a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.AuthorInitials.#ctor">
            <summary>
            Initializes a new instance of the AuthorInitials class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.AuthorInitials.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AuthorInitials class.
            </summary>
            <param name="initials"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.AuthorInitials.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.AuthorInitials.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.AuthorInitials.ToString">
            <summary>
            Converts the value of the current AuthorInitials object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.AuthorInitials.Value">
            <summary>
            Contains the initials of the author.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.AuthorInitials.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            - false: value of field element may be replaced with a new value in future edits.
            - true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.AuthorName">
            <summary>
            Represents the full name of the author of a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.AuthorName.#ctor">
            <summary>
            Initializes a new instance of the AuthorName class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.AuthorName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AuthorName class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.AuthorName.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.AuthorName.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.AuthorName.ToString">
            <summary>
            Converts the value of the current AuthorName object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.AuthorName.Value">
            <summary>
            Contains the name of the author.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.AuthorName.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            - false: value of field element may be replaced with a new value in future edits.
            - true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.Chapter">
            <summary>
            Represents a field that displays one of the following:
            - The name of the current chapter.
            - The number of the current chapter.
            - Both the name and number of the current chapter.
            If this element is placed inside a header or footer, it displays the current chapter name or number on every page.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Chapter.#ctor">
            <summary>
            Initializes a new instance of the Chapter class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Chapter.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Chapter.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Chapter.ToString">
            <summary>
            Converts the value of the current Chapter object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Chapter.DisplayType">
            <summary>
            Specifies the information that a chapter field should display.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Chapter.OutlineLevel">
            <summary>
            Specifies an outline level to use.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Chapter.Value">
            <summary>
            Contains chapter.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.ChapterDisplayType">
            <summary>
            Specifies the information that a chapter field should display.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.ChapterDisplayType.Name">
            <summary>
            Name of a chapter.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.ChapterDisplayType.Number">
            <summary>
            Number of a chapter.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.ChapterDisplayType.NumberAndName">
            <summary>
            Name and number of a chapter.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.ChapterDisplayType.PlainNumberAndName">
            <summary>
            Name of a chapter with the number of the same chapter.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.ChapterDisplayType.PlainNumber">
            <summary>
            Name of a chapter.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.ChapterDisplayType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.CharacterCount">
            <summary>
            Specifies the number of characters that an OpenDocument producer has counted for a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.CharacterCount.#ctor">
            <summary>
            Initializes a new instance of the CharacterCount class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.CharacterCount.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.CharacterCount.ToString">
            <summary>
            Converts the value of the current CharacterCount object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.CharacterCount.NumberFormat">
            <summary>
            Specifies the numbering sequence.
            The defined values are:
            - 1: Hindu-Arabic number sequence starts with 1.
            - a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”.
            - A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”.
            - i: number sequence of lowercase Roman numerals starts with “i”.
            - I: number sequence of uppercase Roman numerals start with “I”.
            - a value of type string 18.2.
            - an empty string: no number sequence displayed.
            If no value is given, no number sequence is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.CharacterCount.Value">
            <summary>
            Contains the number of characters that an OpenDocument producer has counted for a document.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.ConditionalText">
            <summary>
            Represents a condition for display of one text string or another.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ConditionalText.#ctor">
            <summary>
            Initializes a new instance of the ConditionalText class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ConditionalText.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ConditionalText.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ConditionalText.ToString">
            <summary>
            Converts the value of the current ConditionalText object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ConditionalText.Condition">
            <summary>
            Contains the condition that determines which of the two text strings
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ConditionalText.ValueIfTrue">
            <summary>
            Contains a text string to display if a condition is true.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ConditionalText.ValueIfFalse">
            <summary>
            Contains a text string to display if a condition is false.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ConditionalText.IsCurrentValue">
            <summary>
            Specifies the evaluation result of a condition given by the expression
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ConditionalText.Value">
            <summary>
            Contains conditional text.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.CreationDate">
            <summary>
            Represents the date and time when a document was created.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.CreationDate.#ctor">
            <summary>
            Initializes a new instance of the CreationDate class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.CreationDate.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.CreationDate.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.CreationDate.ToString">
            <summary>
            Converts the value of the current CreationDate object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.CreationDate.Style">
            <summary>
            Contains the data style to format a numeric value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.CreationDate.DateValue">
            <summary>
            Contains the date value. This attribute can also be used to specify a future date. If no value is specified, whether the field is marked as fixed or not, the current date is assumed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.CreationDate.Value">
            <summary>
            Contains creation date value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.CreationDate.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values for the text:fixed attribute are:
            - false: value of field element may be replaced with a new value in future edits.
            - true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.CreationTime">
            <summary>
            Represents the time at which a document was created.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.CreationTime.#ctor">
            <summary>
            Initializes a new instance of the CreationTime class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.CreationTime.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.CreationTime.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.CreationTime.ToString">
            <summary>
            Converts the value of the current CreationTime object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.CreationTime.Style">
            <summary>
            Contains the data style to format a numeric value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.CreationTime.TimeValue">
            <summary>
            Specifies the time at which a document was last edited.If no value is specified, whether the field is marked as fixed or not, the current time is assumed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.CreationTime.Value">
            <summary>
            Contains creation time value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.CreationTime.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values for the text:fixed attribute are:
            - false: value of field element may be replaced with a new value in future edits.
            - true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.DatabaseDisplay">
            <summary>
            Represents data from the current database row.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.DatabaseDisplay.#ctor">
            <summary>
            Initializes a new instance of the DatabaseDisplay class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.DatabaseDisplay.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.DatabaseDisplay.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.DatabaseDisplay.ToString">
            <summary>
            Converts the value of the current DatabaseDisplay object to its equivalent string representation.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DatabaseDisplay.Name">
            <summary>
            Contains the source database by its name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DatabaseDisplay.TableName">
            <summary>
            Contains a table within a source database.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DatabaseDisplay.TableType">
            <summary>
            Specifies the reference made by a database table.
            
            The defined values are:
            - table : the value of the text:table-name attribute is the name of a database table.
            - query : the value of the text:table-name attribute is the name of a database query.
            - command : the value of the text:table-name attribute is an SQL statement.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DatabaseDisplay.ColumnName">
            <summary>
            Specifies the name of the column from which data is displayed. The value of this attribute shall be a column name contained in the current selection as specified by the data source.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DatabaseDisplay.Style">
            <summary>
            Contains the data style to format a numeric value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DatabaseDisplay.Value">
            <summary>
            Contains the current database row value.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.DatabaseName">
            <summary>
            Represents the database and table name of the last used table.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.DatabaseName.#ctor">
            <summary>
            Initializes a new instance of the DatabaseName class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.DatabaseName.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.DatabaseName.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.DatabaseName.ToString">
            <summary>
            Converts the value of the current DatabaseName object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DatabaseName.Name">
            <summary>
            Contains the source database by its name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DatabaseName.TableName">
            <summary>
            Contains the table within a source database.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DatabaseName.TableType">
            <summary>
            Specifies the reference made by a database table.
            The defined values are:
            - table : the value of the text:table-name attribute is the name of a database table.
            - query : the value of the text:table-name attribute is the name of a database query.
            - command : the value of the text:table-name attribute is an SQL statement.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DatabaseName.Value">
            <summary>
            Contains database name value.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.Date">
            <summary>
            Displays a date, by default this is the current date. The date can be adjusted to display a date other than the current date.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Date.#ctor">
            <summary>
            Initializes a new instance of the Date class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Date.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Date.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Date.ToString">
            <summary>
            Converts the value of the current Date object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Date.DateValue">
            <summary>
            Contains the date value. This attribute can also be used to specify a future date. If no value is specified, whether the field is marked as fixed or not, the current date is assumed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Date.Style">
            <summary>
            Contains the data style to format a numeric value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Date.Value">
            <summary>
            Contains date value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Date.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            - false: value of field element may be replaced with a new value in future edits.
            - true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Date.Adjustment">
            <summary>
            Contains an adjustment to the value of a date field. If the time period is negative, it gets subtracted from the value of the date field, yielding a date before the current date.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.Description">
            <summary>
            Contains the description of a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Description.#ctor">
            <summary>
            Initializes a new instance of the Description class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Description.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Description.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Description.ToString">
            <summary>
            Converts the value of the current Description object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Description.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            - false: value of field element may be replaced with a new value in future edits.
            - true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Description.Value">
            <summary>
            Contains description value.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.DisplayRow">
            <summary>
            Represents a specific row from a current selection.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.DisplayRow.#ctor">
            <summary>
            Initializes a new instance of the DisplayRow class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.DisplayRow.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.DisplayRow.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.DisplayRow.ToString">
            <summary>
            Converts the value of the current DisplayRow object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DisplayRow.Name">
            <summary>
            Contains the source database by its name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DisplayRow.TableName">
            <summary>
            Contains the table within a source database.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DisplayRow.TableType">
            <summary>
            Specifies the reference made by a database table.
            The defined values are:
            -table : the value of the text:table-name attribute is the name of a database table.
            -query : the value of the text:table-name attribute is the name of a database query.
            -command : the value of the text:table-name attribute is an SQL statement.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DisplayRow.Condition">
            <summary>
            Specifies the condition for selecting a row. If the attribute is present, a new row will be only selected of the result of evaluating the condition is to true when interpreted as Boolean value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DisplayRow.RowNumber">
            <summary>
            Contains the row number to select when the condition is true.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.DisplayRow.Value">
            <summary>
            Contains the row value.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.DisplayType">
            <summary>
            Represents the display of a field.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.DisplayType.Value">
            <summary>
            Displays the value of a field.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.DisplayType.Formula">
            <summary>
            Displays the formula instead of the value of a field.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.DisplayType.None">
            <summary>
            Hides the content of a field.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.EditDuration">
            <summary>
            Represents the total time spent editing a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.EditDuration.#ctor">
            <summary>
            Initializes a new instance of the EditDuration class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.EditDuration.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.EditDuration.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.EditDuration.ToString">
            <summary>
            Converts the value of the current EditDuration object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.EditDuration.Style">
            <summary>
            Contains the name of a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.EditDuration.Duration">
            <summary>
            Contains the value of <see cref="T:Independentsoft.Office.Odf.Fields.EditDuration" /> object if its value is fixed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.EditDuration.Value">
            <summary>
            Contains the total time spent editing a document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.EditDuration.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.Expression">
            <summary>
            Represents expressions that are evaluated and the resulting value displayed.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Expression.#ctor">
            <summary>
            Initializes a new instance of the Expression class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Expression.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Expression.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Expression.ToString">
            <summary>
            Converts the value of the current Expression object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Expression.Type">
            <summary>
            Specifies the value-type of a table cell,a text field, or a form property.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Expression.DisplayType">
            <summary>
            Contains the display type of the field.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Expression.Formula">
            <summary>
            Specifies the formula or expression used to compute the value of a field.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Expression.Style">
            <summary>
            Specifies the data style to format a field value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Expression.Value">
            <summary>
            Specifies the current date value contained by a cell.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.Field">
            <summary>
            Represents a field.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Field.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.FileName">
            <summary>
            Represents a field that displays the name of a file that is being edited.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.FileName.#ctor">
            <summary>
            Initializes a new instance of the FileName class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.FileName.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.FileName.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.FileName.ToString">
            <summary>
            Converts the value of the current FileName object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.FileName.DisplayType">
            <summary>
            Specifies how much of the file name to display.
            The defined values are:
            -full: full file name, extension and file path.
            -path: file path only.
            -name: file name only.
            -name-and-extension: file name and extension.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.FileName.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.FileName.Value">
            <summary>
            Contains name of the file that is being edited.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.FileNameDisplayType">
            <summary>
            Represents how much of the file name to display.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.FileNameDisplayType.Full">
            <summary>
            Full file name, extension and file path.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.FileNameDisplayType.Path">
            <summary>
            File path only.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.FileNameDisplayType.Name">
            <summary>
            File name only.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.FileNameDisplayType.NameAndExtension">
            <summary>
            File name and extension.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.FileNameDisplayType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.HiddenText">
            <summary>
            Hides the text it contains when a specified condition is true.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.HiddenText.#ctor">
            <summary>
            Initializes a new instance of the HiddenText class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.HiddenText.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.HiddenText.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.HiddenText.ToString">
            <summary>
            Converts the value of the current HiddenText object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.HiddenText.Condition">
            <summary>
            Contains the Boolean expression.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.HiddenText.Text">
            <summary>
            Specifies the text to display if a condition has the value of false.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.HiddenText.IsHidden">
            <summary>
            Specifies whether a field or or paragraph is currently visible.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.HiddenText.Value">
            <summary>
            Contains the text.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.ImageCount">
            <summary>
            Represents the number of images that an OpenDocument producer has counted for a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ImageCount.#ctor">
            <summary>
            Initializes a new instance of the ImageCount class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ImageCount.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ImageCount.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ImageCount.ToString">
            <summary>
            Converts the value of the current ImageCount object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ImageCount.NumberFormat">
            <summary>
            Specifies the numbering sequence.
            The defined values are:
            -1: Hindu-Arabic number sequence starts with 1.
            -a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”.
            -A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”.
            -i: number sequence of lowercase Roman numerals starts with “i”.
            -I: number sequence of uppercase Roman numerals start with “I”.
            -a value of type string 18.2.
            -an empty string: no number sequence displayed.
            If no value is given, no number sequence is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ImageCount.Value">
            <summary>
            Contains the image count.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.InitialCreator">
            <summary>
            Represents the name of the initial creator of a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.InitialCreator.#ctor">
            <summary>
            Initializes a new instance of the InitialCreator class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.InitialCreator.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.InitialCreator.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.InitialCreator.ToString">
            <summary>
            Converts the value of the current InitialCreator object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.InitialCreator.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.InitialCreator.Value">
            <summary>
            Contains name of the initial creator of a document.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.Keywords">
            <summary>
            Contains the keyword pertaining to a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Keywords.#ctor">
            <summary>
            Initializes a new instance of the Keywords class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Keywords.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Keywords.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Keywords.ToString">
            <summary>
            Converts the value of the current Keywords object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Keywords.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Keywords.Value">
            <summary>
            Contains keywords.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.ModificationDate">
            <summary>
            Displays the value contained by the date and time when the document was last modified, when an annotation was created, when a change was made.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ModificationDate.#ctor">
            <summary>
            Initializes a new instance of the ModificationDate class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ModificationDate.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ModificationDate.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ModificationDate.ToString">
            <summary>
            Converts the value of the current ModificationDate object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ModificationDate.Style">
            <summary>
            Contains the data style to format a numeric value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ModificationDate.DateValue">
            <summary>
            Contains the date value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ModificationDate.Value">
            <summary>
            Contains last modified date and time.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ModificationDate.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.ModificationTime">
            <summary>
            Represents the time at which a document was last modified.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ModificationTime.#ctor">
            <summary>
            Initializes a new instance of the ModificationTime class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ModificationTime.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ModificationTime.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ModificationTime.ToString">
            <summary>
            Converts the value of the current ModificationTime object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ModificationTime.Style">
            <summary>
            Specifies the data style to format a numeric value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ModificationTime.TimeValue">
            <summary>
            Specifies the time at which a document was last edited. If no value is specified, whether the field is marked as fixed or not, the current time is assumed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ModificationTime.Value">
            <summary>
            Contains last modified time.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ModificationTime.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.ModifiedBy">
            <summary>
            Represents the name of the person who last modified a document, who created an annotation, who authored a change.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ModifiedBy.#ctor">
            <summary>
            Initializes a new instance of the ModifiedBy class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ModifiedBy.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ModifiedBy.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ModifiedBy.ToString">
            <summary>
            Converts the value of the current ModifiedBy object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ModifiedBy.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ModifiedBy.Value">
            <summary>
            Contains person name. 
             </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.NextRow">
            <summary>
            Represents the database row following the one currently displayed in a current database row.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.NextRow.#ctor">
            <summary>
            Initializes a new instance of the NextRow class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.NextRow.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.NextRow.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.NextRow.ToString">
            <summary>
            Converts the value of the current NextRow object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.NextRow.Name">
            <summary>
            Contains the source database by its name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.NextRow.TableName">
            <summary>
            Contains the table within a source database.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.NextRow.TableType">
            <summary>
            Specifies the reference made by a database table.
            The defined values are:
            -table : the value of the text:table-name attribute is the name of a database table.
            -query : the value of the text:table-name attribute is the name of a database query.
            -command : the value of the text:table-name attribute is an SQL statement.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.NextRow.Condition">
            <summary>
            Contains the condition expression.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.NextRow.Value">
            <summary>
            Contains next database row.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.ObjectCount">
            <summary>
            Represents the number of embedded objects stored in OpenDocument format that the OpenDocument producer has counted for the document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ObjectCount.#ctor">
            <summary>
            Initializes a new instance of the ObjectCount class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ObjectCount.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ObjectCount.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ObjectCount.ToString">
            <summary>
            Converts the value of the current ObjectCount object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ObjectCount.NumberFormat">
            <summary>
            Specifies the numbering sequence.
            The defined values are:
            -1: Hindu-Arabic number sequence starts with 1.
            -a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”.
            -A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”.
            -i: number sequence of lowercase Roman numerals starts with “i”.
            -I: number sequence of uppercase Roman numerals start with “I”.
            -a value of type string 18.2.
            -an empty string: no number sequence displayed.
            If no value is given, no number sequence is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ObjectCount.Value">
            <summary>
            Contains object count.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.PageCount">
            <summary>
            Represents the number of pages that an OpenDocument producer has calculated for a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageCount.#ctor">
            <summary>
            Initializes a new instance of the PageCount class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageCount.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageCount.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageCount.ToString">
            <summary>
            Converts the value of the current PageCount object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PageCount.NumberFormat">
            <summary>
            Specifies the numbering sequence.
            The defined values are:
            -1: Hindu-Arabic number sequence starts with 1.
            -a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”.
            -A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”.
            -i: number sequence of lowercase Roman numerals starts with “i”.
            -I: number sequence of uppercase Roman numerals start with “I”.
            -a value of type string 18.2.
            -an empty string: no number sequence displayed.
            If no value is given, no number sequence is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PageCount.Value">
            <summary>
            Contains page count.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.PageNumber">
            <summary>
            Displays the current page number.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageNumber.#ctor">
            <summary>
            Initializes a new instance of the PageNumber class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageNumber.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageNumber.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageNumber.ToString">
            <summary>
            Converts the value of the current PageNumber object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PageNumber.Style">
            <summary>
            Contains the name of a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PageNumber.SelectPage">
            <summary>
            Specifies whether to display or not the number of a previous or following page rather than the number of the current page.
            The defined values are:
            -current: number of the current page.
            -next: number of the page immediately following the current page.
            -previous: number of the page immediately preceding the current page.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PageNumber.Adjustment">
            <summary>
            Specifies an adjustment of the value of a page number field, in order to display of page numbers of following or preceding pages. The specified value is added to the current page number. If a page with the resulting page number does not exist, no number is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PageNumber.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PageNumber.Value">
            <summary>
            Contains page number.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.PageVariableGetField">
            <summary>
            Displays the value of a page variable.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageVariableGetField.#ctor">
            <summary>
            Initializes a new instance of the PageVariableGetField class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageVariableGetField.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageVariableGetField.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageVariableGetField.ToString">
            <summary>
            Converts the value of the current PageVariableGetField object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PageVariableGetField.NumberFormat">
            <summary>
            Specifies the numbering sequence.
            The defined values are:
            -1: Hindu-Arabic number sequence starts with 1.
            -a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”.
            -A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”.
            -i: number sequence of lowercase Roman numerals starts with “i”.
            -I: number sequence of uppercase Roman numerals start with “I”.
            -a value of type string 18.2.
            -an empty string: no number sequence displayed.
            If no value is given, no number sequence is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PageVariableGetField.EnableLetterSynchronization">
            <summary>
            Specifies whether letter synchronization shall take place. If letters are used in alphabetical order for numbering, there are two ways to process overflows within a digit, as follows:
            -false: A new digit is inserted that always has the same value as the following digit. The numbering sequence (for lower case numberings) in that case is a, b, c, ..., z, aa, bb, cc, ..., zz, aaa, ..., and so on.
            -true: A new digit is inserted. Its start value is ”a” or ”A”, and it is incremented every time an overflow occurs in the following digit. The numbering sequence (for lower case numberings) in that case is a,b,c, ..., z, aa, ab, ac, ...,az, ba, ..., and so on.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PageVariableGetField.Value">
            <summary>
            Contains page variable.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.PageVariableSetField">
            <summary>
            Used to set a page variable.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageVariableSetField.#ctor">
            <summary>
            Initializes a new instance of the PageVariableSetField class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageVariableSetField.GetContentElements">
            <summary>
            /// <summary>
            Returns all content elements.
            </summary><returns>A collection of content elements.</returns></summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageVariableSetField.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PageVariableSetField.ToString">
            <summary>
            Converts the value of the current PageVariableSetField object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PageVariableSetField.IsActive">
            <summary>
            Specifies the setting of the page variable. It defaults to false (inactive) at the beginning of a document.
            An inactive page variable is not incremented between pages.
            The defined values are:
            -false: page variable is turned off.
            -true: page variable is turned on.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PageVariableSetField.Adjustment">
            <summary>
            Contains the page adjustment.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PageVariableSetField.Value">
            <summary>
            Contains page variable.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.ParagraphCount">
            <summary>
            Represents the number of paragraphs that an OpenDocument producer has counted for a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ParagraphCount.#ctor">
            <summary>
            Initializes a new instance of the ParagraphCount class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ParagraphCount.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ParagraphCount.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.ParagraphCount.ToString">
            <summary>
            Converts the value of the current ParagraphCount object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ParagraphCount.NumberFormat">
            <summary>
            Specifies the numbering sequence.
            The defined values are:
            -1: Hindu-Arabic number sequence starts with 1.
            -a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”.
            -A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”.
            -i: number sequence of lowercase Roman numerals starts with “i”.
            -I: number sequence of uppercase Roman numerals start with “I”.
            -a value of type string 18.2.
            -an empty string: no number sequence displayed.
            If no value is given, no number sequence is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.ParagraphCount.Value">
            <summary>
            Contains number of paragraphs.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.Placeholder">
            <summary>
            Represents a placeholder field to indicate locations in a document where the user may insert content of a certain type.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Placeholder.#ctor">
            <summary>
            Initializes a new instance of the Placeholder class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Placeholder.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Placeholder.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Placeholder.ToString">
            <summary>
            Converts the value of the current Placeholder object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Placeholder.Description">
            <summary>
            Contains the message that is displayed when users are prompted for input.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Placeholder.Type">
            <summary>
            Specifies the content type of a placeholder. This attribute is mandatory.
            The defined values are:
            -image: placeholder can be replaced by an image.
            -object: placeholder can be replaced by an object.
            -table: placeholder can be replaced by a table.
            -text: placeholder can be replaced by text.
            -text-box: placeholder can be replaced by a text-box.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Placeholder.Value">
            <summary>
            Contains placeholder.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.PlaceholderType">
            <summary>
            Represents the content type of a placeholder.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.PlaceholderType.Text">
            <summary>
            Placeholder can be replaced by text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.PlaceholderType.Table">
            <summary>
            Placeholder can be replaced by a table.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.PlaceholderType.TextBox">
            <summary>
            Placeholder can be replaced by a text-box.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.PlaceholderType.Image">
            <summary>
            Placeholder can be replaced by an image.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.PlaceholderType.Object">
            <summary>
            Placeholder can be replaced by an object.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.PlaceholderType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.PrintDate">
            <summary>
            Represents the date and time when a document was last printed.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PrintDate.#ctor">
            <summary>
            Initializes a new instance of the PrintDate class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PrintDate.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PrintDate.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PrintDate.ToString">
            <summary>
            Converts the value of the current PrintDate object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PrintDate.Style">
            <summary>
            Contains the data style to format a numeric value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PrintDate.DateValue">
            <summary>
            Contains the date value. This attribute can also be used to specify a future date. If no value is specified, whether the field is marked as fixed or not, the current date is assumed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PrintDate.Value">
            <summary>
            Contains last printed print date and time.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PrintDate.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.PrintedBy">
            <summary>
            Represents the name of the last person who printed a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PrintedBy.#ctor">
            <summary>
            Initializes a new instance of the PrintedBy class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PrintedBy.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PrintedBy.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PrintedBy.ToString">
            <summary>
            Converts the value of the current PrintedBy object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PrintedBy.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PrintedBy.Value">
            <summary>
            Contains person's name.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.PrintTime">
            <summary>
            Represents the time at which a document was last printed.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PrintTime.#ctor">
            <summary>
            Initializes a new instance of the PrintTime class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PrintTime.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PrintTime.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.PrintTime.ToString">
            <summary>
            Converts the value of the current PrintTime object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PrintTime.Style">
            <summary>
            Contains the data style to format a numeric value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PrintTime.TimeValue">
            <summary>
            Specifies the time at which a document was last edited.If no value is specified, whether the field is marked as fixed or not, the current time is assumed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PrintTime.Value">
            <summary>
            Contains the last printed time.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.PrintTime.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.RevisionNumber">
            <summary>
            Represents the number of times a document has been edited.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.RevisionNumber.#ctor">
            <summary>
            Initializes a new instance of the RevisionNumber class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.RevisionNumber.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.RevisionNumber.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.RevisionNumber.ToString">
            <summary>
            Converts the value of the current RevisionNumber object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.RevisionNumber.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.RevisionNumber.Value">
            <summary>
            Contains number revision.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SelectPage">
            <summary>
            Specifies whether to display or not the number of a previous or following page rather than the number of the current page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.SelectPage.Previous">
            <summary>
            Number of the page immediately preceding the current page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.SelectPage.Current">
            <summary>
            Number of the current page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.SelectPage.Next">
            <summary>
            Number of the page immediately following the current page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.SelectPage.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SelectRow">
            <summary>
            Represents a specific row from a current selection.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SelectRow.#ctor">
            <summary>
            Initializes a new instance of the SelectRow class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SelectRow.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SelectRow.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SelectRow.ToString">
            <summary>
            Converts the value of the current SelectRow object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SelectRow.Name">
            <summary>
            Represents a source database by its name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SelectRow.TableName">
            <summary>
            Represents a table within a source database.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SelectRow.TableType">
            <summary>
            Specifies the reference made by a database table.
            The defined values are:
            -table : the value of the text:table-name attribute is the name of a database table.
            -query : the value of the text:table-name attribute is the name of a database query.
            -command : the value of the text:table-name attribute is an SQL statement.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SelectRow.Condition">
            <summary>
            Contains the condition for selecting a row.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SelectRow.RowNumber">
            <summary>
            Contains the row number to select when a condition is true.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SelectRow.Value">
            <summary>
            Contains selected row.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SenderCity">
            <summary>
            Represents the city name of the address of a subsequent author.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderCity.#ctor">
            <summary>
            Initializes a new instance of the SenderCity class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderCity.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SenderCity class.
            </summary>
            <param name="city"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderCity.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderCity.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderCity.ToString">
            <summary>
            Converts the value of the current SenderCity object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderCity.Value">
            <summary>
            Contains the sender's city.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderCity.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SenderCompany">
            <summary>
            Represents the name of the company that employs a subsequent author.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderCompany.#ctor">
            <summary>
            Initializes a new instance of the SenderCompany class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderCompany.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SenderCompany class.
            </summary>
            <param name="companyName"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderCompany.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderCompany.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderCompany.ToString">
            <summary>
            Converts the value of the current SenderCompany object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderCompany.Value">
            <summary>
            Contains the sender's’s company name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderCompany.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SenderCountry">
            <summary>
            Represents the country name of the address of a subsequent author.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderCountry.#ctor">
            <summary>
            Initializes a new instance of the SenderCountry class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderCountry.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SenderCountry class.
            </summary>
            <param name="country"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderCountry.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderCountry.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderCountry.ToString">
            <summary>
            Converts the value of the current SenderCountry object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderCountry.Value">
            <summary>
            Contains the sender's country.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderCountry.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SenderEmail">
            <summary>
            Represents the email address of a subsequent author.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderEmail.#ctor">
            <summary>
            Initializes a new instance of the SenderEmail class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderEmail.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SenderEmail class.
            </summary>
            <param name="email"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderEmail.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderEmail.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderEmail.ToString">
            <summary>
            Converts the value of the current SenderEmail object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderEmail.Value">
            <summary>
            Contains the sender's email.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderEmail.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SenderFax">
            <summary>
            Represents the facsimile number of a subsequent author.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderFax.#ctor">
            <summary>
            Initializes a new instance of the SenderFax class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderFax.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SenderFax class.
            </summary>
            <param name="fax"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderFax.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderFax.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderFax.ToString">
            <summary>
            Converts the value of the current SenderFax object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderFax.Value">
            <summary>
            Contains the sender's fax.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderFax.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SenderFirstName">
            <summary>
            Represents the first name of a subsequent author.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderFirstName.#ctor">
            <summary>
            Initializes a new instance of the SenderFirstName class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderFirstName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SenderFirstName class.
            </summary>
            <param name="firstName"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderFirstName.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderFirstName.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderFirstName.ToString">
            <summary>
            Converts the value of the current SenderFirstName object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderFirstName.Value">
            <summary>
            Contains the sender's first name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderFirstName.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SenderInitials">
            <summary>
            Represents the initials of a subsequent author.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderInitials.#ctor">
            <summary>
            Initializes a new instance of the SenderInitials class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderInitials.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SenderInitials class.
            </summary>
            <param name="initials"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderInitials.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderInitials.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderInitials.ToString">
            <summary>
            Converts the value of the current SenderInitials object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderInitials.Value">
            <summary>
            Contains the sender's initials.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderInitials.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SenderLastName">
            <summary>
            Represents the last name of a subsequent author.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderLastName.#ctor">
            <summary>
            Initializes a new instance of the SenderLastName class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderLastName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SenderLastName class.
            </summary>
            <param name="lastName"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderLastName.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderLastName.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderLastName.ToString">
            <summary>
            Converts the value of the current SenderLastName object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderLastName.Value">
            <summary>
            Contains the sender's last name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderLastName.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SenderPosition">
            <summary>
            Represents the position of a subsequent author.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderPosition.#ctor">
            <summary>
            Initializes a new instance of the SenderPosition class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderPosition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SenderPosition class.
            </summary>
            <param name="position"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderPosition.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderPosition.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderPosition.ToString">
            <summary>
            Converts the value of the current SenderPosition object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderPosition.Value">
            <summary>
            Contains the sender's positions
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderPosition.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SenderPostalCode">
            <summary>
            Represents the postal code of the address of a subsequent author.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderPostalCode.#ctor">
            <summary>
            Initializes a new instance of the SenderPostalCode class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderPostalCode.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SenderPostalCode class.
            </summary>
            <param name="postalCode"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderPostalCode.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderPostalCode.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderPostalCode.ToString">
            <summary>
            Converts the value of the current SenderPostalCode object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderPostalCode.Value">
            <summary>
            Contains the sender's postal code.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderPostalCode.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SenderPrivatePhone">
            <summary>
            Represents the private telephone number of a subsequent author.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderPrivatePhone.#ctor">
            <summary>
            Initializes a new instance of the SenderPrivatePhone class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderPrivatePhone.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SenderPrivatePhone class.
            </summary>
            <param name="phone"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderPrivatePhone.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderPrivatePhone.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderPrivatePhone.ToString">
            <summary>
            Converts the value of the current SenderPrivatePhone object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderPrivatePhone.Value">
            <summary>
            Contains the sender's private number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderPrivatePhone.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SenderState">
            <summary>
            Represents the state or province name of the address of a subsequent author, if applicable.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderState.#ctor">
            <summary>
            Initializes a new instance of the SenderState class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderState.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SenderState class.
            </summary>
            <param name="state"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderState.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderState.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderState.ToString">
            <summary>
            Converts the value of the current SenderState object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderState.Value">
            <summary>
            Contains the sender's state.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderState.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SenderStreet">
            <summary>
            Represents the street address of a subsequent author.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderStreet.#ctor">
            <summary>
            Initializes a new instance of the SenderStreet class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderStreet.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SenderStreet class.
            </summary>
            <param name="street"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderStreet.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderStreet.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderStreet.ToString">
            <summary>
            Converts the value of the current SenderStreet object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderStreet.Value">
            <summary>
            Contains the sender's street.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderStreet.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SenderTitle">
            <summary>
            Represents the title of a subsequent author.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderTitle.#ctor">
            <summary>
            Initializes a new instance of the SenderTitle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderTitle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SenderTitle class.
            </summary>
            <param name="title"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderTitle.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderTitle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderTitle.ToString">
            <summary>
            Converts the value of the current SenderTitle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderTitle.Value">
            <summary>
            Contains the sender's title.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderTitle.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SenderWorkPhone">
            <summary>
            Represents the office telephone number of a subsequent author.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderWorkPhone.#ctor">
            <summary>
            Initializes a new instance of the SenderWorkPhone class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderWorkPhone.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SenderWorkPhone class.
            </summary>
            <param name="phone"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderWorkPhone.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderWorkPhone.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SenderWorkPhone.ToString">
            <summary>
            Converts the value of the current SenderWorkPhone object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderWorkPhone.Value">
            <summary>
            Contains the sender's work phone.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SenderWorkPhone.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SequenceVariableDeclaration">
            <summary>
            Represents declare sequence variables used to number items within an OpenDocument text document.Sequence variables are commonly used for sequential numbering. However, expression formulas can be included in sequence fields to support more advanced sequences.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SequenceVariableDeclaration.#ctor">
            <summary>
            Initializes a new instance of the SequenceVariableDeclaration class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SequenceVariableDeclaration.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SequenceVariableDeclaration.ToString">
            <summary>
            Converts the value of the current SequenceVariableDeclaration object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SequenceVariableDeclaration.Name">
            <summary>
            Contains the unique name of a variable to be declared.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SequenceVariableDeclaration.OutlineLevel">
            <summary>
            Specifies the numbering of a sequence by chapter. This attribute specifies an outline level that determines which chapters to reference for the chapter-specific numbering. All chapters that are at or below the specified outline level reset the value of the sequence to zero, the default value. The chapter number of the last chapter at or below the specified outline level is prefixed to the sequence number. Choosing an outline level of zero results in a straight sequence of all sequence elements for that sequence variable.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SequenceVariableDeclaration.SeparationCharacter">
            <summary>
            Specifies the character used to separate values representing levels in an outline.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SequenceVariableField">
            <summary>
            Represents a sequence field. A sequence field changes the value of a sequence variable by a specified formula and displays the changed value of the sequence variable in a specified format.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SequenceVariableField.#ctor">
            <summary>
            Initializes a new instance of the SequenceVariableField class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SequenceVariableField.#ctor(Independentsoft.Office.Odf.InternalXmlReader)">
            <summary>
            Initializes a new instance of the SequenceVariableField class.
            </summary>
            <param name="reader"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SequenceVariableField.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SequenceVariableField.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SequenceVariableField.ToString">
            <summary>
            Converts the value of the current SequenceVariableField object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SequenceVariableField.Name">
            <summary>
            Contains the name of variable to display.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SequenceVariableField.Formula">
            <summary>
            Specifies the formula or expression used to compute the value of a field.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SequenceVariableField.NumberFormat">
            <summary>
            Specifies the numbering sequence.
            The defined values are:
            -1: Hindu-Arabic number sequence starts with 1.
            -a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”.
            -A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”.
            -i: number sequence of lowercase Roman numerals starts with “i”.
            -I: number sequence of uppercase Roman numerals start with “I”.
            -a value of type string 18.2.
            -an empty string: no number sequence displayed.
            If no value is given, no number sequence is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SequenceVariableField.EnableLetterSynchronization">
            <summary>
            Specifies whether letter synchronization shall take place. If letters are used in alphabetical order for numbering, there are two ways to process overflows within a digit, as follows:
            -false: A new digit is inserted that always has the same value as the following digit. The numbering sequence (for lower case numberings) in that case is a, b, c, ..., z, aa, bb, cc, ..., zz, aaa, ..., and so on.
            -true: A new digit is inserted. Its start value is ”a” or ”A”, and it is incremented every time an overflow occurs in the following digit. The numbering sequence (for lower case numberings) in that case is a,b,c, ..., z, aa, ab, ac, ...,az, ba, ..., and so on.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SequenceVariableField.ReferenceName">
            <summary>
            Contains the name that is used as a reference.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SequenceVariableField.Value">
            <summary>
            Contains sequence variable.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SheetName">
            <summary>
            Represents the name of a sheet that is currently being edited in a Spreadsheet document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SheetName.#ctor">
            <summary>
            Initializes a new instance of the SheetName class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SheetName.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SheetName class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SheetName.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SheetName.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SheetName.ToString">
            <summary>
            Converts the value of the current SheetName object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SheetName.Value">
            <summary>
            Contains sheet name.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SimpleVariableDeclaration">
            <summary>
            Represents the name of a sheet that is currently being edited in a Spreadsheet document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SimpleVariableDeclaration.#ctor">
            <summary>
            Initializes a new instance of the SimpleVariableDeclaration class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SimpleVariableDeclaration.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SimpleVariableDeclaration.ToString">
            <summary>
            Converts the value of the current SimpleVariableDeclaration object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableDeclaration.Name">
            <summary>
            Contains the name, subject to varying requirements.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableDeclaration.Type">
            <summary>
            Contains the value-type of a variable.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SimpleVariableGetField">
            <summary>
            Sets the display of the value of a simple variable.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SimpleVariableGetField.#ctor">
            <summary>
            Initializes a new instance of the SimpleVariableGetField class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SimpleVariableGetField.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SimpleVariableGetField.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SimpleVariableGetField.ToString">
            <summary>
            Converts the value of the current SimpleVariableGetField object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableGetField.Name">
            <summary>
            Contains the variable name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableGetField.DisplayType">
            <summary>
            Specifies the display of a variable get field.
            The defined values for the text:display attribute are:
            -formula: displays the formula instead of the value of a field.
            -value: displays the value of a field.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableGetField.Style">
            <summary>
            Contains the data style to format a field value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableGetField.Value">
            <summary>
            Contains variable field.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SimpleVariableInputField">
            <summary>
            Represents user supplied variable values.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SimpleVariableInputField.#ctor">
            <summary>
            Initializes a new instance of the SimpleVariableInputField class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SimpleVariableInputField.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SimpleVariableInputField.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SimpleVariableInputField.ToString">
            <summary>
            Converts the value of the current SimpleVariableInputField object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableInputField.Name">
            <summary>
            Contains the variable name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableInputField.Type">
            <summary>
            Contains the value-type of a variable.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableInputField.DisplayType">
            <summary>
            Specifies the display of a variable input field.
            The defined values for the text:display attribute are:
            -none: hides the content of a field.
            -value: displays the value of a field.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableInputField.Formula">
            <summary>
            Contains a formula or expression used to compute the value of a field.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableInputField.Style">
            <summary>
            Specifies the name of a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableInputField.Value">
            <summary>
            Contains variable input.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.SimpleVariableSetField">
            <summary>
            Represents a simple variable.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SimpleVariableSetField.#ctor">
            <summary>
            Initializes a new instance of the SimpleVariableSetField class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SimpleVariableSetField.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SimpleVariableSetField.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.SimpleVariableSetField.ToString">
            <summary>
            Converts the value of the current SimpleVariableSetField object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableSetField.Name">
            <summary>
            Contains the variable name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableSetField.Type">
            <summary>
            Contains the value-type of a variable.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableSetField.DisplayType">
            <summary>
            Specifies the display of a variable input field.
            The defined values for the text:display attribute are:
            -none: hides the content of a field.
            -value: displays the value of a field.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableSetField.Formula">
            <summary>
            Contains a formula or expression used to compute the value of a field.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableSetField.Style">
            <summary>
            Specifies the name of a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.SimpleVariableSetField.Value">
            <summary>
            Contains variable set.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.Subject">
            <summary>
            Represents the subject of a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Subject.#ctor">
            <summary>
            Initializes a new instance of the Subject class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Subject.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Subject.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Subject.ToString">
            <summary>
            Converts the value of the current Subject object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Subject.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Subject.Value">
            <summary>
            Contains the subject.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.TableCount">
            <summary>
            Represents number of table contained in a document instance.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.TableCount.#ctor">
            <summary>
            Initializes a new instance of the TableCount class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.TableCount.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.TableCount.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.TableCount.ToString">
            <summary>
            Converts the value of the current TableCount object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.TableCount.NumberFormat">
            <summary>
            Specifies the numbering sequence.
            The defined values for the style:num-format attribute are:
            -1: Hindu-Arabic number sequence starts with 1.
            -a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”.
            -A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”.
            -i: number sequence of lowercase Roman numerals starts with “i”.
            -I: number sequence of uppercase Roman numerals start with “I”.
            -a value of type string 18.2.
            -an empty string: no number sequence displayed.
            If no value is given, no number sequence is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.TableCount.Value">
            <summary>
            Contains table count.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.TableType">
            <summary>
            Represents the reference made by a database table.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.TableType.Table">
            <summary>
            The value of the text:table-name attribute is the name of a database table.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.TableType.Query">
            <summary>
            The value of the text:table-name attribute is the name of a database query.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.TableType.Command">
            <summary>
            The value of the text:table-name attribute is an SQL statement.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.TableType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.TemplateName">
            <summary>
            Represents a field that displays information about the document template in use.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.TemplateName.#ctor">
            <summary>
            Initializes a new instance of the TemplateName class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.TemplateName.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.TemplateName.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.TemplateName.ToString">
            <summary>
            Converts the value of the current TemplateName object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.TemplateName.DisplayType">
            <summary>
            Specifies the information about a document template to display.
            The defined values for the text:display attribute are:
            -area: The name of the directory where a template is found. The directory name may designate a class of templates.
            -full: full file name, extension and file path.
            -name: file name only.
            -name-and-extension: file name and extension.
            -path: file path only.
            -title: The title.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.TemplateName.Value">
            <summary>
            Contains the template name.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.TemplateNameDisplayType">
            <summary>
            Represents the information about a document template to display.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.TemplateNameDisplayType.Full">
            <summary>
            Full file name, extension and file path.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.TemplateNameDisplayType.Path">
            <summary>
            File path only.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.TemplateNameDisplayType.Name">
            <summary>
            File name only.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.TemplateNameDisplayType.NameAndExtension">
            <summary>
            File name and extension.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.TemplateNameDisplayType.Area">
            <summary>
            The name of the directory where a template is found. The directory name may designate a class of templates.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.TemplateNameDisplayType.Title">
            <summary>
            The title.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.TemplateNameDisplayType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.TextInputField">
            <summary>
            Represents a text input field. A text input field is used in a user interface to prompt a user to input text. This text is stored and displayed as the content of this element until it is replaced by a user.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.TextInputField.#ctor">
            <summary>
            Initializes a new instance of the TextInputField class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.TextInputField.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.TextInputField.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.TextInputField.ToString">
            <summary>
            Converts the value of the current TextInputField object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.TextInputField.Description">
            <summary>
            Contains a message that is displayed when users are prompted for input.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.TextInputField.Value">
            <summary>
            Contains text input.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.Time">
            <summary>
            Represents a time, by default this is the current time.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Time.#ctor">
            <summary>
            Initializes a new instance of the Time class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Time.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Time.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Time.ToString">
            <summary>
            Converts the value of the current Time object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Time.TimeValue">
            <summary>
            Contains time at which a document was last edited.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Time.Value">
            <summary>
            Contains the time.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Time.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Time.Style">
            <summary>
            Contains a data style to format a numeric value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Time.Adjustment">
            <summary>
            Specifies the adjustment of the value of a time by a certain time period. Positive values adjust the time to a time in the future, while negative values adjust the time to a time in the past. The duration is truncated to full minutes.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.Title">
            <summary>
            Represents the title of a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Title.#ctor">
            <summary>
            Initializes a new instance of the Title class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Title.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Title.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.Title.ToString">
            <summary>
            Converts the value of the current Title object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Title.IsFixed">
            <summary>
            Specifies whether the value of a field element is fixed.
            The defined values are:
            -false: value of field element may be replaced with a new value in future edits.
            -true: value of field element shall be preserved in future edits.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.Title.Value">
            <summary>
            Contains the title.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.UserVariableDeclaration">
            <summary>
            Used to specify user variable values that are displayed using the <see cref="T:Independentsoft.Office.Odf.Fields.UserVariableGetField" /> objects.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.UserVariableDeclaration.#ctor">
            <summary>
            Initializes a new instance of the UserVariableDeclaration class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.UserVariableDeclaration.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.UserVariableDeclaration.ToString">
            <summary>
            Converts the value of the current UserVariableDeclaration object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.UserVariableDeclaration.Name">
            <summary>
            Contains the unique name for a user defined field declaration.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.UserVariableDeclaration.Formula">
            <summary>
            Specifies the formula or expression used to compute the value of a field.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.UserVariableDeclaration.Type">
            <summary>
            Contains  the variable type.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.UserVariableDeclaration.Value">
            <summary>
            Contains user variable declaration.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.UserVariableGetField">
            <summary>
            Displays the content of a user variable.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.UserVariableGetField.#ctor">
            <summary>
            Initializes a new instance of the UserVariableGetField class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.UserVariableGetField.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.UserVariableGetField.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.UserVariableGetField.ToString">
            <summary>
            Converts the value of the current UserVariableGetField object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.UserVariableGetField.Name">
            <summary>
            Specifies name of a user defined field that shall be declared already by a preceding <see cref="T:Independentsoft.Office.Odf.Fields.UserVariableDeclaration" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.UserVariableGetField.DisplayType">
            <summary>
            Specifies the display of a user field.
            The defined values are:
            -formula: displays the formula instead of the value of a field.
            -none: hides the content of a field.
            -value: displays the value of a field.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.UserVariableGetField.Style">
            <summary>
            Contains the data style to format a field value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.UserVariableGetField.Value">
            <summary>
            Contains user variable.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.UserVariableInputField">
            <summary>
            Represents alternative method of displaying user variables.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.UserVariableInputField.#ctor">
            <summary>
            Initializes a new instance of the UserVariableInputField class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.UserVariableInputField.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.UserVariableInputField.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.UserVariableInputField.ToString">
            <summary>
            Converts the value of the current UserVariableInputField object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.UserVariableInputField.Name">
            <summary>
            Contains the name of a user defined field that shall be declared already by a preceding <see cref="T:Independentsoft.Office.Odf.Fields.UserVariableDeclaration" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.UserVariableInputField.Description">
            <summary>
            Contains the message that is displayed when users are prompted for input.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.UserVariableInputField.Style">
            <summary>
            Contains the data style to format a field value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.UserVariableInputField.Value">
            <summary>
            Contains user variable.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.VariableValueType">
            <summary>
            Represents the value-type of the variable.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.VariableValueType.Float">
            <summary>
            Numeric value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.VariableValueType.Percentage">
            <summary>
            Numeric value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.VariableValueType.Currency">
            <summary>
            Numeric value and currency symbol.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.VariableValueType.Date">
            <summary>
            Date value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.VariableValueType.Time">
            <summary>
            Time value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.VariableValueType.Boolean">
            <summary>
            Boolean value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Fields.VariableValueType.String">
            <summary>
            String value.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Fields.WordCount">
            <summary>
            Represents the number of words that an OpenDocument producer has counted for a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.WordCount.#ctor">
            <summary>
            Initializes a new instance of the WordCount class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.WordCount.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.WordCount.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Fields.WordCount.ToString">
            <summary>
            Converts the value of the current WordCount object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.WordCount.NumberFormat">
            <summary>
            Specifies the numbering sequence.
            The defined values are:
            -1: Hindu-Arabic number sequence starts with 1.
            -a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”.
            -A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”.
            -i: number sequence of lowercase Roman numerals starts with “i”.
            -I: number sequence of uppercase Roman numerals start with “I”.
            -a value of type string 18.2.
            -an empty string: no number sequence displayed.
            If no value is given, no number sequence is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Fields.WordCount.Value">
            <summary>
            Contains word count.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.FileEntry">
            <summary></summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.FileEntry.#ctor">
            <summary>
            Initializes a new instance of the FileEntry class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.FileEntry.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the FileEntry class.
            </summary>
            <param name="path"></param>
            <param name="mediaType"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.FileEntry.#ctor(System.String,System.String,System.Int64)">
            <summary>
            Initializes a new instance of the FileEntry class.
            </summary>
            <param name="path"></param>
            <param name="mediaType"></param>
            <param name="size"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.FileEntry.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.FileEntry.ToString">
            <summary>
            Converts the value of the current FileEntry object to its equivalent string representatio.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.FileEntry.Path">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.FileEntry.MediaType">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.FileEntry.Size">
            <summary></summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.FootnotesPosition">
            <summary>
            Represents a position for a footnote.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.FootnotesPosition.Text">
            <summary>
            Define position for a footnote at the page where the footnote citation is located, immediately below the page's text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.FootnotesPosition.Page">
            <summary>
            Define position for a footnote at the bottom of the page where the footnote citation is located.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.FootnotesPosition.Section">
            <summary>
            Define position for a footnote at the end of the section.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.FootnotesPosition.Document">
            <summary>
            Define position for a footnote at the end of the document.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.FootnotesPosition.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.FormatChange">
            <summary>
            Represents any change in formatting attributes.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.FormatChange.#ctor">
            <summary>
            Initializes a new instance of the FormatChange class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.FormatChange.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.FormatChange.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.FormatChange.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.FormatChange.ToString">
            <summary>
            Converts the value of the current FormatChange object to its equivalent string representatio.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.FormatChange.ChangeInfo">
            <summary>
            Specifies who made a change and when. It may also contain a comment on the change.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.Button">
            <summary>
            Represents a button.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Button.#ctor">
            <summary>
            Initializes a new instance of the Button class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Button.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Button.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Button.ToString">
            <summary>
            Converts the value of the current Button object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.Name">
            <summary>
            Contains the name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.ControlImplementation">
            <summary>
            Contains the specific concrete rendition or implementation of a control that should be instantiated.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.ID">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.Value">
            <summary>
            Contains the default value of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.IsDisabled">
            <summary>
            Specifies whether a control can accept user input.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.IsPrintable">
            <summary>
            Specifies whether a control is printed when a user prints a document in which the control is contained.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.TabIndex">
            <summary>
            Contains tabbing navigation order of controls within a form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.EnableTabbingNavigation">
            <summary>
            Specifies whether a control is included in the tabbing navigation order.
            The defined values are:
            -false: control is not included in tabbing navigation order.
            -true: control is included in tabbing navigation order.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.Title">
            <summary>
            Contains additional information about a control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.Type">
            <summary>
            Specifies the type of a button.
            The defined values are:
            -push: pressing the button does not perform any action by default. A user can add scripts to a button and the script will run when the button is pressed.
            -reset: pressing the button resets every control in the form to its default value.
            -submit: pressing the button submits the form.
            -url: pressing the button loads the URL that is specified in the xlink:href attribute.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.IsDefaultButton">
            <summary>
            Specifies whether a button is the default button on a form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.IsToggle">
            <summary>
            Specifies whether a form button control acts as push button or as toggle button.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.FocusOnClick">
            <summary>
            Specifies if a button is given the focus in a form when the form button control for that element is clicked with a mouse.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.XFormsSubmission">
            <summary>
            Specifies the name of a submission for a button control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.ImageLink">
            <summary>
            Contains the location of a file containing image data.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.TargetFrame">
            <summary>
            Specifies the target frame.
            The defined values are:
            - _blank: The referenced document is displayed in a new frame.
            - _parent: The referenced document is displayed in the parent frame of the current frame.
            - _self: The referenced document replaces the content of the current frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.TargetLocation">
            <summary>
            Locates a remote resource.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.ImagePosition">
            <summary>
            Specifies the location of an image relative to the text of a control.
            The defined values are:
            - bottom: image is placed below the text.
            - center: image centered relative to the text.
            - end: image is placed after the text.
            - start: image is placed before the text.
            - top: image is placed above the text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Button.ImageAlignment">
            <summary>
            Specifies which border (start, end) or axis (center) of an image and a text are to be aligned.
            The defined values are:
            -center: image and text are centered.
            -end: image and text are aligned on the end of the image.
            -start: image and text are aligned on the start of the image.
            If a form:image-align attribute is not present, it is assumed to be center.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.ButtonType">
            <summary>
            Represents the type of a button.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ButtonType.Submit">
            <summary>
            Pressing the button submits the form.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ButtonType.Reset">
            <summary>
            Pressing the button resets every control in the form to its default value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ButtonType.Push">
            <summary>
            Pressing the button does not perform any action by default. A user can add scripts to a button and the script will run when the button is pressed.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ButtonType.Url">
            <summary>
            Pressing the button loads the URL that is specified in the xlink:href attribute.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ButtonType.None">
            <summary>
            Pressing the button loads the URL that is specified in the xlink:href attribute.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.CheckBox">
            <summary>
            Defines an on/off control.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.CheckBox.#ctor">
            <summary>
            Initializes a new instance of the CheckBox class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.CheckBox.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.CheckBox.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.CheckBox.ToString">
            <summary>
            Converts the value of the current CheckBox object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.Name">
            <summary>
            Contains the name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.ControlImplementation">
            <summary>
            Contains the specific concrete rendition or implementation of a control that should be instantiated.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.ID">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.IsDisabled">
            <summary>
            Specifies whether a control can accept user input.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.IsPrintable">
            <summary>
            Specifies whether a control is printed when a user prints a document in which the control is contained.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.TabIndex">
            <summary>
            Contains the tabbing navigation order of controls within a form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.EnableTabbingNavigation">
            <summary>
            Specifies whether a control is included in the tabbing navigation order.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.Title">
            <summary>
            Contains additional information about a control. The value of the attribute can be used as a tool tip.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.DataField">
            <summary>
            Specifies the name of a column in the result set defined by a (data-aware) form. A control interchanges content with its column when:
            -the current row of a form changes, the control is initialized with the value from its column.
            -the user changes the content of a control, this changed value is written back to its column.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.CurrentState">
            <summary>
            Specifies the state of a check box control.
            The defined values are:
            -checked: The check box is checked. The value of the control is submitted with the form.
            -unchecked: The check box is not checked.
            -unknown: It indicates that a check box control is neither checked nor unchecked.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.DefaultState">
            <summary>
            Contains the default state of a check box control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.IsTristate">
            <summary>
            Contains the check box can have the values of checked, unchecked and unknown.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.Label">
            <summary>
            Contains text for a control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.VisualEffect">
            <summary>
            Specifies the visual effect to apply to a control.
            The defined values for:
            -3d: 3D visual effect.
            -flat: flat visual effect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.ImagePosition">
            <summary>
            Specifies the location of an image relative to the text of a control.
            The defined values are:
            - bottom: image is placed below the text.
            - center: image centered relative to the text.
            - end: image is placed after the text.
            - start: image is placed before the text.
            - top: image is placed above the text.
            The default value for this attribute is center.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.CheckBox.ImageAlignment">
            <summary>
            Specifies which border (start, end) or axis (center) of an image and a text are to be aligned.
            The defined values are:
            -center: image and text are centered.
            -end: image and text are aligned on the end of the image.
            -start: image and text are aligned on the start of the image.
            If a form:image-align attribute is not present, it is assumed to be center.
            The default value for this attribute is center.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.CheckBoxState">
            <summary>
            Represents the state of a check box control.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.CheckBoxState.Unchecked">
            <summary>
            The check box is not checked.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.CheckBoxState.Checked">
            <summary>
            The check box is checked. The value of the control is submitted with the form.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.CheckBoxState.Unknown">
            <summary>
            It indicates that a check box control is neither checked nor unchecked.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.CheckBoxState.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.ComboBox">
            <summary>
            Defines a control which allows displaying and editing of text, and contains a list of possible values for that text.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ComboBox.#ctor">
            <summary>
            Initializes a new instance of the ComboBox class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ComboBox.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ComboBox.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ComboBox.ToString">
            <summary>
            Converts the value of the current ComboBox object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.Items">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Forms.Item" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.Name">
            <summary>
            Contains the name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.ControlImplementation">
            <summary>
            Contains the specific concrete rendition or implementation of a control that should be instantiated.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.ID">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.DefaultValue">
            <summary>
            Contains the default value of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.CurrentValue">
            <summary>
            Contains the current status of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.IsDisabled">
            <summary>
            Specifies whether a control can accept user input.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.MaximumLength">
            <summary>
            Contains the maximum number of characters that a user can enter in an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.IsPrintable">
            <summary>
            Specifies whether a control is printed when a user prints a document in which the control is contained.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.IsReadOnly">
            <summary>
            Specifies whether a user can modify the value of a control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.TabIndex">
            <summary>
            Contains tabbing navigation order of controls within a form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.EnableTabbingNavigation">
            <summary>
            Specifies whether a control is included in the tabbing navigation order.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.Title">
            <summary>
            Contains additional information about a control. The value of the attribute can be used as a tool tip.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.DataField">
            <summary>
            Specifies the name of a column in the result set defined by a (data-aware) form. A control interchanges content with its column when:
            -the current row of a form changes, the control is initialized with the value from its column.
            -the user changes the content of a control, this changed value is written back to its column.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.EnableAutoComplete">
            <summary>
            Specifies whether a control is included in the tabbing navigation order.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.IsDropDown">
            <summary>
            Specifies whether a list in a combobox is always visible or is only visible when the user clicks the drop-down button.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.Size">
            <summary>
            Contains number of rows that are visible at a time in a combo box list or a list box list.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.ConvertEmptyToNull">
            <summary>
            Specifies whether empty current values are regarded as NULL.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.Source">
            <summary>
            Contains the source for the list entries in a list or combo box.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ComboBox.SourceType">
            <summary>
            Specifies how to populate the entry list in a combo box or list box control.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.CommandType">
            <summary>
            Represents the type of command to execute on a data source.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.CommandType.Table">
            <summary>
            The command contains a table name. The form retrieves all of the data in the table.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.CommandType.Query">
            <summary>
            The command contains the name of query. The form retrieves and executes the query.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.CommandType.Command">
            <summary>
            The command contains an SQL statement. The form executes the SQL statement.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.CommandType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.DateTime">
            <summary>
            Defines a control for inputting date data.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.DateTime.#ctor">
            <summary>
            Initializes a new instance of the DateTime class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.DateTime.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.DateTime.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.DateTime.ToString">
            <summary>
            Converts the value of the current DateTime object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.DateTime.Name">
            <summary>
            Contains the name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.DateTime.ControlImplementation">
            <summary>
            Contains the specific concrete rendition or implementation of a control that should be instantiated.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.DateTime.ID">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.DateTime.DefaultValue">
            <summary>
            Contains the default value of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.DateTime.CurrentValue">
            <summary>
            Contains the current status of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.DateTime.MinimumValue">
            <summary>
            Contains the minimum value that a user can enter.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.DateTime.MaximumValue">
            <summary>
            Contains the maximum value that a user can enter.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.File">
            <summary>
            Defines a control for selecting a file.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.File.#ctor">
            <summary>
            Initializes a new instance of the File class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.File.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.File.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.File.ToString">
            <summary>
            Converts the value of the current File object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.File.Name">
            <summary>
            Contains the name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.File.ControlImplementation">
            <summary>
            Contains the specific concrete rendition or implementation of a control that should be instantiated.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.File.ID">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.File.DefaultValue">
            <summary>
            Contains the default value of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.File.CurrentValue">
            <summary>
            Contains the current status of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.File.IsDisabled">
            <summary>
            Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.File.IsPrintable">
            <summary>
            Specifies whether a control is printed when a user prints a document in which the control is contained.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.File.IsReadOnly">
            <summary>
            Specifies whether a user can modify the value of a control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.File.TabIndex">
            <summary>
            Contains tabbing navigation order of controls within a form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.File.EnableTabbingNavigation">
            <summary>
            Specifies whether a control is included in the tabbing navigation order.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.File.Title">
            <summary>
            Contains additional information about a control. The value of the attribute can be used as a tool tip.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.FixedText">
            <summary>
            Defines a control which attaches additional information to controls, or displays information. Only one label may be associated with a control.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.FixedText.#ctor">
            <summary>
            Initializes a new instance of the FixedText class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.FixedText.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.FixedText.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.FixedText.ToString">
            <summary>
            Converts the value of the current FixedText object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FixedText.Name">
            <summary>
            Contains the name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FixedText.ControlImplementation">
            <summary>
            Contains a specific concrete rendition or implementation of a control that should be instantiated.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FixedText.ID">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FixedText.DefaultValue">
            <summary>
            Contains the default value of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FixedText.IsDisabled">
            <summary>
            Specifies whether a control can accept user input.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FixedText.IsPrintable">
            <summary>
            Specifies whether a control is printed when a user prints a document in which the control is contained.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FixedText.IsMultiLine">
            <summary>
            Specifies whether a label is displayed on multiple lines.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FixedText.Title">
            <summary>
            Contains additional information about a control. The value of the attribute can be used as a tool tip.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FixedText.ForControls">
            <summary>
            Contains a comma separated list of control elements that are the targets of the elements where this attribute appears.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FixedText.Label">
            <summary>
            Contains the text for a control.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.Form">
            <summary>
            Represents a user interface form and defines the contents and properties of the form.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Form.#ctor">
            <summary>
            Initializes a new instance of the Form class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Form.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Form.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Form.ToString">
            <summary>
            Converts the value of the current Form object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Forms.IFormContent" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.Properties">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Forms.FormProperty" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.EventListeners">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.IEventListener" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.Name">
            <summary>
            Contains name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.ControlImplementation">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.Action">
            <summary>
            Locates a remote resource.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.TargetFrame">
            <summary>
            Specifies the target frame.
            The defined values are:
            -_blank: The referenced document is displayed in a new frame.
            -_parent: The referenced document is displayed in the parent frame of the current frame.
            -_self: The referenced document replaces the content of the current frame.
            -_top: The referenced document is displayed in the topmost frame, that is the frame that contains the current frame as a child or descendant but is not contained within another frame.
            -A frame name : The referenced document is displayed in the named frame. If the named frame does not exist, a new frame with that name is created.
            The default value for this attribute is _blank.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.Method">
            <summary>
            Specifies the HTTP method used to submit data in a form to a server.
            The defined values are:
            -get: HTTP get method.
            -post: HTTP post method.
            -a value of type string
            These values are not case sensitive.
            The default value for this attribute is get.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.EncodingType">
            <summary>
            Specifies the content type used to submit the form to the server.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.AllowDeletes">
            <summary>
            Specifies whether data records can be deleted by a form. It applies only if a form is data-aware.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.AllowInserts">
            <summary>
            Specifies whether new data records can be inserted by a form. It applies only if the form is data-aware.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.AllowUpdates">
            <summary>
            Specifies whether data records in the form can be updated. It applies only if the form is data-aware.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.ApplyFilter">
            <summary>
            Specifies whether the filter clause is applied to the SQL command constituting the form's result set.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.CommandType">
            <summary>
            Specifies the type of command to execute on a data source.
            The defined values of the form:command-type attribute are:
            -command: the command contains an SQL statement. The form executes the SQL statement.
            -query: the command contains the name of query. The form retrieves and executes the query.
            -table: the command contains a table name. The form retrieves all of the data in the table.
            The default value for this attribute is command.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.Command">
            <summary>
            Contains the command to execute on a data source.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.DataSource">
            <summary>
            Specifies the name of a data source to use for a form.
            The defined values are:
            -A URI specifying a database connection.
            -A data source name that an consumer can use to establish database connections.
            -The URL of an OpenDocument database front-end document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.MasterFields">
            <summary>
            Contains the names of the columns in the result set represented by a parent form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.DetailFields">
            <summary>
            Specifies the names of the columns in contained forms that are related to columns in the containing form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.EscapeProcessing">
            <summary>
            Specifies whether the consumer processes the command before passing it to a database driver.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.Filter">
            <summary>
            Contains the filter.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.IgnoreResult">
            <summary>
            Specifies whether to discard all results that are retrieved from an underlying data source.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.NavigationMode">
            <summary>
            Specifies methods for navigation of a database aware form.
            The defined values :
            -current: An user interface is provided and the navigation is performed on the current form.
            -none: a dedicated user interface is not provided, but the form may be navigated using the TAB and SHIFT/TAB keys on the keyboard.
            -parent: a user interface is provided and the navigation is performed on the parent form of the current form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.Order">
            <summary>
            Contains a sort criteria for a command.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.TabCycle">
            <summary>
            Specifies how the consumer responds when the user presses the TAB key in the controls in a form. The behavior of the consumer depends on whether the form is bound to a data source.
            The defined valuesare:
            -current: If a user presses the TAB key in the last control of the form, the focus moves to the first control specified in the tab order of the same form. If the form is data aware, then the current row of the result set subject to the form is not changed.
            -page: If a user presses the TAB key in the last control of a form, the focus moves to the first control specified in the tab order for the next form.
            -records: If a user presses the TAB key in the last control of the form, the focus moves to the first control specified in the tab order of the same form. If the form is data aware, then the current row of the result set subject to the form moves to the next row.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Form.ConnectionResource">
            <summary>
            Specifies the source database.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.FormattedText">
            <summary>
            Defines a control for inputting text, which follows the format defined by a data style that is assigned to the control's graphical shape.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.FormattedText.#ctor">
            <summary>
            Initializes a new instance of the FormattedText class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.FormattedText.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.FormattedText.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.FormattedText.ToString">
            <summary>
            Converts the value of the current FormattedText object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.Name">
            <summary>
            Contains the name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.ControlImplementation">
            <summary>
            Contains the specific concrete rendition or implementation of a control that should be instantiated.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.ID">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.DefaultValue">
            <summary>
            Contains the default value of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.CurrentValue">
            <summary>
            Contains the current status of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.IsDisabled">
            <summary>
            Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.MaximumLength">
            <summary>
            Contains the maximum number of characters that a user can enter in an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.IsPrintable">
            <summary>
            Specifies whether a control is printed when a user prints a document in which the control is contained.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.IsReadOnly">
            <summary>
            Specifies whether a user can modify the value of a control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.TabIndex">
            <summary>
            Contains tabbing navigation order of controls within a form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.EnableTabbingNavigation">
            <summary>
            Specifies whether a control is included in the tabbing navigation order.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.Title">
            <summary>
            Contains additional information about a control. The value of the attribute can be used as a tool tip.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.MinimumValue">
            <summary>
            Contains the minimum value that a user can enter.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.MaximumValue">
            <summary>
            Contains the maximum value that a user can enter.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.EnableValidation">
            <summary>
            Specifies whether the text that the user enters is validated during input against the input format associated with the control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.ConvertEmptyToNull">
            <summary>
            Specifies whether empty current values are regarded as NULL.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormattedText.DataField">
            <summary>
            Specifies the name of a column in the result set defined by a (data-aware) form. A control interchanges content with its column when:
            -the current row of a form changes, the control is initialized with the value from its column.
            -the user changes the content of a control, this changed value is written back to its column.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.FormColumn">
            <summary>
            Defines a column in a grid control.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.FormColumn.#ctor">
            <summary>
            Initializes a new instance of the FormColumn class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.FormColumn.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.FormColumn.ToString">
            <summary>
            Converts the value of the current FormColumn object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormColumn.Name">
            <summary>
            Contains the name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormColumn.ControlImplementation">
            <summary>
            Contains a specific concrete rendition or implementation of a control that should be instantiated.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormColumn.Label">
            <summary>
            Contains a text for a control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormColumn.Style">
            <summary>
            Contains a paragraph style that is applied to all controls for a column. Unlike other paragraph styles, this style may reference a data style.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.FormProperty">
            <summary>
            Defines a property that is not defined by this Standard. Each such element represents a single property, and contains its name, type and value.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.FormProperty.#ctor">
            <summary>
            Initializes a new instance of the FormProperty class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.FormProperty.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.FormProperty.ToString">
            <summary>
            Converts the value of the current FormProperty object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormProperty.Name">
            <summary>
            Contains the name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormProperty.ValueType">
            <summary>
            Contains the value-type or specifies the value-type
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.FormProperty.Value">
            <summary>
            Contains the property.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.FormPropertyValueType">
            <summary>
            Represents the value-type of a form property.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.FormPropertyValueType.Float">
            <summary>
            Numeric value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.FormPropertyValueType.Percentage">
            <summary>
            Numeric value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.FormPropertyValueType.Currency">
            <summary>
            Numeric value and currency symbol.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.FormPropertyValueType.Date">
            <summary>
            Date value, or date and time value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.FormPropertyValueType.Time">
            <summary>
            Duration.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.FormPropertyValueType.Boolean">
            <summary>
            True or false.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.FormPropertyValueType.String">
            <summary>
            Strings.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.FormPropertyValueType.Void">
            <summary>
            Absence of the attribute.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.FormPropertyValueType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.Frame">
            <summary>
            Defines a frame in which controls may be visually arranged.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Frame.#ctor">
            <summary>
            Initializes a new instance of the Frame class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Frame.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Frame.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Frame.ToString">
            <summary>
            Converts the value of the current Frame object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Frame.Name">
            <summary>
            Contains name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Frame.ControlImplementation">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Frame.ID">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Frame.IsDisabled">
            <summary>
            Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Frame.IsPrintable">
            <summary>
            Specifies whether a control is printed when a user prints a document in which the control is contained.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Frame.ForControls">
            <summary>
            Specifies the comma separated list of control elements that are the targets of the elements where this attribute appears.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Frame.Label">
            <summary>
            Specifies the text for a control.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.GenericControl">
            <summary>
            Defines an implementation defined placeholder for a generic control. The generic control can contain any properties and any events.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.GenericControl.#ctor">
            <summary>
            Initializes a new instance of the GenericControl class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.GenericControl.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.GenericControl.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.GenericControl.ToString">
            <summary>
            Converts the value of the current GenericControl object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.GenericControl.Name">
            <summary>
            Contains name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.GenericControl.ControlImplementation">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.GenericControl.ID">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.Grid">
            <summary>
            Defines a control that displays table data.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Grid.#ctor">
            <summary>
            Initializes a new instance of the Grid class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Grid.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Grid.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Grid.ToString">
            <summary>
            Converts the value of the current Grid object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Grid.Columns">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Forms.FormColumn" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Grid.Name">
            <summary>
            Contains name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Grid.ControlImplementation">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Grid.ID">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Grid.DefaultValue">
            <summary>
            Contains a default value of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Grid.IsDisabled">
            <summary>
            Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Grid.IsPrintable">
            <summary>
            Specifies whether a control is printed when a user prints a document in which the control is contained.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Grid.TabIndex">
            <summary>
            Contains tabbing navigation order of controls within a form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Grid.Title">
            <summary>
            Contains additional information about a control. The value of the attribute can be used as a tool tip.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Grid.EnableTabbingNavigation">
            <summary>
            Specifies whether a control is included in the tabbing navigation order.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.Hidden">
            <summary>
            Defines a control that does not have a visual representation.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Hidden.#ctor">
            <summary>
            Initializes a new instance of the Hidden class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Hidden.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Hidden.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Hidden.ToString">
            <summary>
            Converts the value of the current Hidden object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Hidden.Name">
            <summary>
            Contains name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Hidden.ControlImplementation">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Hidden.ID">
            <summary>
            Contains an identifier for a control element. 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Hidden.Value">
            <summary>
            Specifies the default value of an input control.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.Image">
            <summary>
            Defines a graphical button control.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Image.#ctor">
            <summary>
            Initializes a new instance of the Image class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Image.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Image.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Image.ToString">
            <summary>
            Converts the value of the current Image object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Image.Name">
            <summary>
            Contains name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Image.ControlImplementation">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Image.ID">
            <summary>
            Contains an identifier for a control element. 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Image.Value">
            <summary>
            Specifies the default value of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Image.IsDisabled">
            <summary>
            Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Image.IsPrintable">
            <summary>
            Specifies whether a control is printed when a user prints a document in which the control is contained.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Image.TabIndex">
            <summary>
            Contains tabbing navigation order of controls within a form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Image.EnableTabbingNavigation">
            <summary>
            Specifies whether a control is included in the tabbing navigation order.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Image.Title">
            <summary>
            Contains additional information about a control. The value of the attribute can be used as a tool tip.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Image.Type">
            <summary>
            Specifies the type of a button.
            The defined values are:
            -push: pressing the button does not perform any action by default. A user can add scripts to a button and the script will run when the button is pressed.
            -reset: pressing the button resets every control in the form to its default value.
            -submit: pressing the button submits the form.
            -url: pressing the button loads the URL that is specified in the xlink:href attribute.
            The default value for this attribute is push.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Image.ImageLink">
            <summary>
            Contains the location of a file containing image data.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Image.TargetFrame">
            <summary>
            Specifies the target frame.
            The defined values are:
            - _blank: The referenced document is displayed in a new frame.
            - _parent: The referenced document is displayed in the parent frame of the current frame.
            - _self: The referenced document replaces the content of the current frame.
             </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Image.TargetLocation">
            <summary>
            Locates a remote resource.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.ImageAlignment">
            <summary>
            Represents which border (start, end) or axis (center) of an image and a text are to be aligned.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ImageAlignment.Start">
            <summary>
            Image and text are aligned on the start of the image.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ImageAlignment.Center">
            <summary>
            Image and text are centered.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ImageAlignment.End">
            <summary>
            Image and text are aligned on the end of the image.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ImageAlignment.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.ImageFrame">
            <summary>
            Defines a graphical control. The control displays an image, whose location is described in the control.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ImageFrame.#ctor">
            <summary>
            Initializes a new instance of the ImageFrame class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ImageFrame.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ImageFrame.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ImageFrame.ToString">
            <summary>
            Converts the value of the current ImageFrame object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ImageFrame.Name">
            <summary>
            Contains name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ImageFrame.ControlImplementation">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ImageFrame.ID">
            <summary>
            Contains an identifier for a control element. 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ImageFrame.IsDisabled">
            <summary>
            Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ImageFrame.IsPrintable">
            <summary>
            Specifies whether a control is printed when a user prints a document in which the control is contained
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ImageFrame.IsReadOnly">
            <summary>
            Specifies whether a user can modify the value of a control.Read-only controls are included in a tabbing navigation sequence.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ImageFrame.Title">
            <summary>
            Contains additional information about a control. The value of the attribute can be used as a tool tip.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ImageFrame.ImageLink">
            <summary>
            Contains the location of a file containing image data.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ImageFrame.DataField">
            <summary>
            Specifies the name of a column in the result set defined by a (data-aware) form. A control interchanges content with its column when:
            -the current row of a form changes, the control is initialized with the value from its column.
            -the user changes the content of a control, this changed value is written back to its column.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.ImagePosition">
            <summary>
            Specifies the location of an image relative to the text of a control.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ImagePosition.Start">
            <summary>
            Image is placed before the text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ImagePosition.End">
            <summary>
            Image is placed after the text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ImagePosition.Top">
            <summary>
            Image is placed above the text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ImagePosition.Bottom">
            <summary>
            Image is placed below the text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ImagePosition.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.Item">
            <summary>
            Defines a list item for a combobox control.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Item.#ctor">
            <summary>
            Initializes a new instance of the Item class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Item.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Item.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Item.ToString">
            <summary>
            Converts the value of the current Item object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Item.Label">
            <summary>
            Specifies the text for a control.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.ListBox">
            <summary>
            Defines an input control that allows a user to select one or more items from a list. It is an alternative representation for a group of radio buttons.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ListBox.#ctor">
            <summary>
            Initializes a new instance of the ListBox class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ListBox.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ListBox.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ListBox.ToString">
            <summary>
            Converts the value of the current ListBox object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.Options">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Forms.Option" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.Name">
            <summary>
            Contains name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.ControlImplementation">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.ID">
            <summary>
            Contains an identifier for a control element. 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.DefaultValue">
            <summary>
            Specifies the default value of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.IsDisabled">
            <summary>
            Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.IsPrintable">
            <summary>
            Specifies whether a control is printed when a user prints a document in which the control is contained
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.IsReadOnly">
            <summary>
            Specifies whether a user can modify the value of a control.Read-only controls are included in a tabbing navigation sequence.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.TabIndex">
            <summary>
            Contains tabbing navigation order of controls within a form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.EnableTabbingNavigation">
            <summary>
            Specifies whether a control is included in the tabbing navigation order.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.Title">
            <summary>
            Contains additional information about a control. The value of the attribute can be used as a tool tip.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.EnableMultiSelection">
            <summary>
            Specifies whether a user can select multiple items from a list box.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.IsDropDown">
            <summary>
            Specifies whether a list in a combobox or listbox element is always visible or is only visible when the user clicks the drop-down button.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.Size">
            <summary>
            Specifies the number of rows that are visible at a time in a combo box list or a list box list.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.BoundColumn">
            <summary>
            Specifies the column values of the list source result set that are used to fill the data field values.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.DataField">
            <summary>
            Specifies the name of a column in the result set defined by a (data-aware) form. A control interchanges content with its column when:
            -the current row of a form changes, the control is initialized with the value from its column.
            -the user changes the content of a control, this changed value is written back to its column.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.Source">
            <summary>
            Specifies the source for the list entries in a list or combo box.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ListBox.SourceType">
            <summary>
            Specifies how to populate the entry list in a combo box or list box control.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.ListSourceType">
            <summary>
            Represents how to populate the entry list in a combo box or list box control.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ListSourceType.Table">
            <summary>
            Evaluated against the database front-end document or database connection defined by the form which the control belongs to. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ListSourceType.Query">
            <summary>
            Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ListSourceType.Sql">
            <summary>
            Evaluated against the database front-end document or database connection defined by the form which the control belongs to. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ListSourceType.SqlPassThrough">
            <summary>
            Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ListSourceType.ValueList">
            <summary>
            Entry list populated by values specified by the form.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ListSourceType.TableFields">
            <summary>
            Evaluated against the database front-end document or database connection defined by the form which the control belongs to.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.ListSourceType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.NavigationMode">
            <summary>
            Represents methods for navigation of a database aware form.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.NavigationMode.Current">
            <summary>
            An user interface is provided and the navigation is performed on the current form.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.NavigationMode.Parent">
            <summary>
            A dedicated user interface is not provided, but the form may be navigated using the TAB and SHIFT/TAB keys on the keyboard.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.NavigationMode.None">
            <summary>
            A user interface is provided and the navigation is performed on the parent form of the current form.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.Number">
            <summary>
            Defines a control which allows the user to enter a floating point number. The data type of this element is restricted to numeric data.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Number.#ctor">
            <summary>
            Initializes a new instance of the Number class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Number.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Number.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Number.ToString">
            <summary>
            Converts the value of the current Number object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Number.Name">
            <summary>
            Contains name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Number.ControlImplementation">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Number.ID">
            <summary>
            Contains an identifier for a control element. 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Number.DefaultValue">
            <summary>
            Specifies the default value of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Number.CurrentValue">
            <summary>
            Specifies the current status of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Number.MinimumValue">
            <summary>
            Specifies the minimum value that a user can enter.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Number.MaximumValue">
            <summary>
            Specifies the maximum value that a user can enter.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.OfficeForms">
            <summary>
            Represents a container for a form.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.OfficeForms.#ctor">
            <summary>
            Initializes a new instance of the OfficeForms class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.OfficeForms.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.OfficeForms.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.OfficeForms.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.OfficeForms.ToString">
            <summary>
            Converts the value of the current OfficeForms object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.OfficeForms.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Forms.IOfficeFormsContent" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.OfficeForms.Properties">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Forms.FormProperty" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.OfficeForms.EventListeners">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.IEventListener" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.OfficeForms.AutomaticFocus">
            <summary>
            Specifies whether the consumer loading the document should set the focus to a form control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.OfficeForms.ApplyDesignMode">
            <summary>
            Specifies whether the consumer is supposed to present the forms in this document in editable or fill-out state.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.Option">
            <summary>
            Defines a list item for a listbox control.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Option.#ctor">
            <summary>
            Initializes a new instance of the Option class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Option.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Option.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Option.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Option.ToString">
            <summary>
            Converts the value of the current Option object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Option.IsCurrentSelected">
            <summary>
            Specifies the state of a radio button or option element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Option.IsSelected">
            <summary>
            Specifies the default state of a radio button or option. A control initializes to the default state specified by this attribute.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Option.Label">
            <summary>
            Specifies the text for a control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Option.Value">
            <summary>
            Specifies the default value of an input control.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.Orientation">
            <summary>
            Represents the orientation of a control.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.Orientation.Horizontal">
            <summary>
            Control is oriented horizontally.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.Orientation.Vertical">
            <summary>
            Control is oriented vertically.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.Orientation.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.Password">
            <summary>
            Defines a control that hides text a user inputs using an echo character.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Password.#ctor">
            <summary>
            Initializes a new instance of the Password class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Password.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Password.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.Password.ToString">
            <summary>
            Converts the value of the current Password object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Password.Name">
            <summary>
            Contains name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Password.ControlImplementation">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Password.ID">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Password.DefaultValue">
            <summary>
            Specifies the default value of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Password.IsDisabled">
            <summary>
            Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Password.MaximumLength">
            <summary>
            Specifies the maximum number of characters that a user can enter in an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Password.IsPrintable">
            <summary>
            Specifies whether a control is printed when a user prints a document in which the control is contained.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Password.TabIndex">
            <summary>
            Contains tabbing navigation order of controls within a form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Password.EnableTabbingNavigation">
            <summary>
            Specifies whether a control is included in the tabbing navigation order.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Password.Title">
            <summary>
            Contains additional information about a control. The value of the attribute can be used as a tool tip.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.Password.EchoCharacter">
            <summary>
            Specifies the character that a form uses to mask text that a user inputs in a password control.The default value for this attribute is "*".
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.RadioButton">
            <summary>
            Defines a control which acts like a check box except that when multiple radio buttons belong to the same group they are mutually exclusive.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.RadioButton.#ctor">
            <summary>
            Initializes a new instance of the RadioButton class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.RadioButton.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.RadioButton.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.RadioButton.ToString">
            <summary>
            Converts the value of the current RadioButton object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.Name">
            <summary>
            Contains name of a form or control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.ControlImplementation">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.ID">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.Value">
            <summary>
            Specifies the default value of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.IsDisabled">
            <summary>
            Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.IsPrintable">
            <summary>
            Specifies whether a control is printed when a user prints a document in which the control is contained.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.TabIndex">
            <summary>
            Contains tabbing navigation order of controls within a form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.EnableTabbingNavigation">
            <summary>
            Specifies whether a control is included in the tabbing navigation order.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.Title">
            <summary>
            Contains additional information about a control. The value of the attribute can be used as a tool tip.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.DataField">
            <summary>
            Specifies the name of a column in the result set defined by a (data-aware) form. A control interchanges content with its column when:
            -the current row of a form changes, the control is initialized with the value from its column.
            -the user changes the content of a control, this changed value is written back to its column.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.IsCurrentSelected">
            <summary>
            Specifies the state of a radio button or option element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.IsSelected">
            <summary>
            Specifies the default state of a radio button or option. A control initializes to the default state specified by this attribute.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.Label">
            <summary>
            Specifies the text for a control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.VisualEffect">
            <summary>
            Specifies the visual effect to apply to a control.
            The defined values are:
            -3d: 3D visual effect.
            -flat: flat visual effect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.ImagePosition">
            <summary>
            Specifies the location of an image relative to the text of a control.
            The defined values are:
            -bottom: image is placed below the text.
            -center: image centered relative to the text.
            -end: image is placed after the text.
            -start: image is placed before the text.
            -top: image is placed above the text.
            The default value for this attribute is center.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.RadioButton.ImageAlignment">
            <summary>
            Specifies which border (start, end) or axis (center) of an image and a text are to be aligned.
            The defined values are:
            -center: image and text are centered.
            -end: image and text are aligned on the end of the image.
            -start: image and text are aligned on the start of the image.
            If a form:image-align attribute is not present, it is assumed to be center.
            The default value for this attribute is center.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.TabCycle">
            <summary>
            Specifies how the consumer responds when the user presses the TAB key in the controls in a form. The behavior of the consumer depends on whether the form is bound to a data source.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.TabCycle.Records">
            <summary>
            If a user presses the TAB key in the last control of the form, the focus moves to the first control specified in the tab order of the same form. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.TabCycle.Current">
            <summary>
            If a user presses the TAB key in the last control of the form, the focus moves to the first control specified in the tab order of the same form. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.TabCycle.Page">
            <summary>
            If a user presses the TAB key in the last control of the form, the focus moves to the first control specified in the tab order for the next form.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.TabCycle.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.TextArea">
            <summary>
            Defines a control for displaying and inputting text on multiple lines.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.TextArea.#ctor">
            <summary>
            Initializes a new instance of the TextArea class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.TextArea.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.TextArea.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.TextArea.ToString">
            <summary>
            Converts the value of the current TextArea object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextArea.Paragraphs">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Paragraph" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextArea.Name">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextArea.ControlImplementation">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextArea.ID">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextArea.DefaultValue">
            <summary>
            Specifies the default value of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextArea.CurrentValue">
            <summary>
            Specifies the current status of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextArea.IsDisabled">
            <summary>
            Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextArea.MaximumLength">
            <summary>
            Specifies the maximum number of characters that a user can enter in an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextArea.IsPrintable">
            <summary>
            Specifies whether a control is printed when a user prints a document in which the control is contained.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextArea.IsReadOnly">
            <summary>
            Specifies whether a user can modify the value of a control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextArea.TabIndex">
            <summary>
            Contains tabbing navigation order of controls within a form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextArea.EnableTabbingNavigation">
            <summary>
            Specifies whether a control is included in the tabbing navigation order.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextArea.Title">
            <summary>
            Contains additional information about a control. The value of the attribute can be used as a tool tip.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextArea.DataField">
            <summary>
            Specifies the name of a column in the result set defined by a (data-aware) form. A control interchanges content with its column when:
            -the current row of a form changes, the control is initialized with the value from its column.
            -the user changes the content of a control, this changed value is written back to its column.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextArea.ConvertEmptyToNull">
            <summary>
            Specifies whether empty current values are regarded as NULL.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.TextField">
            <summary>
            Defines a control for displaying and inputting text on a single line.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.TextField.#ctor">
            <summary>
            Initializes a new instance of the TextField class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.TextField.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.TextField.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.TextField.ToString">
            <summary>
            Converts the value of the current TextField object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextField.Name">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextField.ControlImplementation">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextField.ID">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextField.DefaultValue">
            <summary>
            Specifies the default value of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextField.CurrentValue">
            <summary>
            Specifies the current status of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextField.IsDisabled">
            <summary>
            Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextField.MaximumLength">
            <summary>
            Specifies the maximum number of characters that a user can enter in an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextField.IsPrintable">
            <summary>
            Specifies whether a control is printed when a user prints a document in which the control is contained.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextField.IsReadOnly">
            <summary>
            Specifies whether a user can modify the value of a control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextField.TabIndex">
            <summary>
            Contains tabbing navigation order of controls within a form.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextField.EnableTabbingNavigation">
            <summary>
            Specifies whether a control is included in the tabbing navigation order.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextField.Title">
            <summary>
            Contains additional information about a control. The value of the attribute can be used as a tool tip.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextField.DataField">
            <summary>
            Specifies the name of a column in the result set defined by a (data-aware) form. A control interchanges content with its column when:
            -the current row of a form changes, the control is initialized with the value from its column.
            -the user changes the content of a control, this changed value is written back to its column.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.TextField.ConvertEmptyToNull">
            <summary>
            Specifies whether empty current values are regarded as NULL.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.ValueRange">
            <summary>
            Defines a control which allows the user to select a value from a continuous number range.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ValueRange.#ctor">
            <summary>
            Initializes a new instance of the ValueRange class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ValueRange.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ValueRange.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.ValueRange.ToString">
            <summary>
            Converts the value of the current ValueRange object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ValueRange.Name">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ValueRange.ControlImplementation">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ValueRange.ID">
            <summary>
            Contains an identifier for a control element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ValueRange.Value">
            <summary>
            Specifies the default value of an input control.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ValueRange.MaximumValue">
            <summary>
            Specifies the maximum value that a user can enter.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ValueRange.MinimumValue">
            <summary>
            Specifies the minimum value that a user can enter.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ValueRange.StepSize">
            <summary>
            Specifies the increment used for a control representing a value.The default value for this attribute is 1.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ValueRange.PageStepSize">
            <summary>
            Specifies the second-level increment used for a control representing a value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ValueRange.RepeatDelay">
            <summary>
            Specifies the time-out to be used before a pressed mouse button results in repeating an action.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Forms.ValueRange.Orientation">
            <summary>
            Specifies the orientation of a control.
            
            The defined values are:
            -horizontal: control is oriented horizontally.
            -vertical: control is oriented vertically.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.VisualEffect">
            <summary>
            Specifies the visual effect to apply to a control.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.VisualEffect.Flat">
            <summary>
            Flat visual effect.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.VisualEffect.ThreeD">
            <summary>
            3D visual effect.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Forms.VisualEffect.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Forms.XFormsModel">
            <summary>
            Represents the form logic plus form data.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.XFormsModel.#ctor">
            <summary>
            Initializes a new instance of the XFormsModel class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.XFormsModel.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.XFormsModel.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.XFormsModel.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Forms.XFormsModel.ToString">
            <summary>
            Converts the value of the current XFormsModel object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Independentsoft.Office.Odf.Heading">
            <summary>
            Define the division structure for a document. A chapter or section begins with a heading and extends to the next heading at the same or higher level.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.#ctor">
            <summary>
            Initializes a new instance of the Heading class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.AddSpace">
            <summary>
            Adds a single space to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.AddSpace(System.Int32)">
            <summary>
            Adds a single space to the content.
            </summary>
            <param name="spaceCount"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.AddTab">
            <summary>
            Adds a single tab to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.AddLineBreak">
            <summary>
            Adds a single line break to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(System.String)">
            <summary>
            Adds a string object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.Text)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Text" /> object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.Annotation)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.Annotation" /> object to the content.
            </summary>
            <param name="annotation"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.AttributedText)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.AttributedText" /> object to the content.
            </summary>
            <param name="attributedText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.Hyperlink)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Hyperlink" /> object to the content.
            </summary>
            <param name="hyperlink"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.Fields.Field)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Fields.Field" /> object to the content.
            </summary>
            <param name="field"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.Bookmark)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Bookmark" /> object to the content.
            </summary>
            <param name="bookmark"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.BookmarkStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkStart" /> object to the content.
            </summary>
            <param name="bookmarkStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.BookmarkEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkEnd" /> object to the content.
            </summary>
            <param name="bookmarkEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.Change)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Change" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.ChangeEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeEnd" /> object to the content.
            </summary>
            <param name="changeEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.ChangeStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeStart" /> object to the content.
            </summary>
            <param name="changeStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.Drawing.Shape)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> object to the content.
            </summary>
            <param name="shape"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.Note)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Note" /> object to the content.
            </summary>
            <param name="note"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.Ruby)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Ruby" /> object to the content.
            </summary>
            <param name="ruby"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.PointReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.PointReference" /> object to the content.
            </summary>
            <param name="pointReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.RangeReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.RangeReference" /> object to the content.
            </summary>
            <param name="rangeReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Add(Independentsoft.Office.Odf.IParagraphContent)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.IParagraphContent" /> object to the content.
            </summary>
            <param name="paragraphContent"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Heading.ToString">
            <summary>
            Converts the value of the current Heading object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Heading.Content">
            <summary>
            Contains <see cref="T:Independentsoft.Office.Odf.IParagraphContent" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Heading.Level">
            <summary>
            Specifies the level of a heading, starting with 1. Headings without a level attribute are assumed to be at level 1.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Heading.RestartNumbering">
            <summary>
            Specifies whether to restart the numbering of headings.The defined values for the text:restart-numbering attribute are:
            - false: numbering of headings does not restart.
            - true: numbering of headings does restart.
            The default value for this attribute is false.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Heading.StartValue">
            <summary>
            Specifies the value that restarts numbering at the current heading.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Heading.IsListHeader">
            <summary>
            Specifies the appearance of a specific heading without numbering.The defined values for the text:is-list-header attribute are:
            - false: heading will be numbered.
            - true: heading will be not numbered, even if an explicit list-style is given.
            The default value for this attribute is false.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Heading.Style">
            <summary>
            Specifies the style that shall have the family paragraph. If a conditional style is applied, this attribute has the name of the style that was the result of the conditional style evaluation.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Heading.Number">
            <summary>
            Contains the text of a formatted number which is present when a list style is applied to an element whose corresponding list level style specifies that the list label is a number. This text may be used by consumers that do not support the automatic generation of numbering but should be ignored by consumers that do support it.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.HelpMessage">
            <summary>
            Represents a message to display if a user selects a cell.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.HelpMessage.#ctor">
            <summary>
            Initializes a new instance of the HelpMessage class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.HelpMessage.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.HelpMessage.ToString">
            <summary>
            Converts the value of the current Bookmark object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.HelpMessage.Paragraphs">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Paragraph" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.HelpMessage.Title">
            <summary>
            Contains the title of a help or error message.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.HelpMessage.DisplayMessage">
            <summary>
            Specifies whether a table is displayed.
            The defined values for the table:display attribute are:
            - false: table is not displayed.
            - true: table is displayed.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Hyperlink">
            <summary>
            Represents a hyperlink.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.#ctor">
            <summary>
            Initializes a new instance of the Hyperlink class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.AddSpace">
            <summary>
            /// <summary>
            Adds a single space to the content.
            </summary><returns></returns></summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.AddSpace(System.Int32)">
            <summary>
            Adds a single space to the content.
            </summary>
            <param name="spaceCount"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.AddTab">
            <summary>
            Adds a single tab to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.AddLineBreak">
            <summary>
            Adds a single line break to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(System.String)">
            <summary>
            Adds a string object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.Text)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Text" /> object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.Annotation)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.Annotation" /> object to the content.
            </summary>
            <param name="annotation"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.AttributedText)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.AttributedText" /> object to the content.
            </summary>
            <param name="attributedText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.Hyperlink)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Hyperlink" /> object to the content.
            </summary>
            <param name="hyperlink"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.Fields.Field)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Fields.Field" /> object to the content.
            </summary>
            <param name="field"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.Bookmark)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Bookmark" /> object to the content.
            </summary>
            <param name="bookmark"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.BookmarkStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkStart" /> object to the content.
            </summary>
            <param name="bookmarkStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.BookmarkEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkEnd" /> object to the content.
            </summary>
            <param name="bookmarkEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.Change)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Change" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.ChangeEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeEnd" /> object to the content.
            </summary>
            <param name="changeEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.ChangeStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeStart" /> object to the content.
            </summary>
            <param name="changeStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.Drawing.Shape)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> object to the content.
            </summary>
            <param name="shape"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.Note)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Note" /> object to the content.
            </summary>
            <param name="note"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.Ruby)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Ruby" /> object to the content.
            </summary>
            <param name="ruby"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.PointReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.PointReference" /> object to the content.
            </summary>
            <param name="pointReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.RangeReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.RangeReference" /> object to the content.
            </summary>
            <param name="rangeReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Add(Independentsoft.Office.Odf.IParagraphContent)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.IParagraphContent" /> object to the content.
            </summary>
            <param name="paragraphContent"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Hyperlink.ToString">
            <summary>
            Converts the value of the current Hyperlink object to its equivalent string representatio.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Hyperlink.Content">
            <summary>
            Contains the hyperlink content.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Hyperlink.EventListeners">
            <summary>
            Contains the attachment of an event listener to a drawing shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Hyperlink.Name">
            <summary>
            Contains the name. The name can serve as a target for other hyperlinks. The name does not have to be unique.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Hyperlink.Title">
            <summary>
            Contains a short accessible description.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Hyperlink.Actuate">
            <summary>
            Contains the value onRequest or onLoad for the objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Hyperlink.Location">
            <summary>
            Contains an URI of a document containing a source table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Hyperlink.Show">
            <summary>
            Contains the text style for an unvisited hyperlink.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Hyperlink.TargetFrame">
            <summary>
            Contains the name of a target frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Hyperlink.Style">
            <summary>
            Contains the text style for an unvisited hyperlink.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Hyperlink.VisitedStyle">
            <summary>
            Contains the style for a hyperlink that has been visited.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.HyperlinkEndIndexEntry">
            <summary>
            Represents the end of a hyperlink index entry.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.HyperlinkEndIndexEntry.#ctor">
            <summary>
            Initializes a new instance of the HyperlinkEndIndexEntry class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.HyperlinkEndIndexEntry.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.HyperlinkEndIndexEntry.ToString">
            <summary>
            Converts the value of the current HyperlinkEndIndexEntry object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.HyperlinkEndIndexEntry.Style">
            <summary>
            Contains the character family styles.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.HyperlinkStartIndexEntry">
            <summary>
            Represents the start of a hyperlink index entry.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.HyperlinkStartIndexEntry.#ctor">
            <summary>
            Initializes a new instance of the HyperlinkStartIndexEntry class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.HyperlinkStartIndexEntry.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.HyperlinkStartIndexEntry.ToString">
            <summary>
            Converts the value of the current HyperlinkStartIndexEntry object to its equivalent string representatio.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.HyperlinkStartIndexEntry.Style">
            <summary>
            Contains the character family styles.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.IllustrationIndexEntryTemplate">
            <summary>
            Represents the format of an index entry.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IllustrationIndexEntryTemplate.#ctor">
            <summary>
            Initializes a new instance of the IllustrationIndexEntryTemplate class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IllustrationIndexEntryTemplate.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.IllustrationIndexEntryTemplate.ToString">
            <summary>
            Converts the value of the current IllustrationIndexEntryTemplate object to its equivalent string representatio.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.IllustrationIndexEntryTemplate.Style">
            <summary>
            Contains the paragraph family style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IllustrationIndexEntryTemplate.Content">
            <summary>
            Contains <see cref="T:Independentsoft.Office.Odf.IIllustrationIndexEntryTemplateContent" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.IndexBody">
            <summary>
            Contains all types of indexes. It contains the index content generated to form the index.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexBody.#ctor">
            <summary>
            Initializes a new instance of the IndexBody class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexBody.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexBody.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexBody.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexBody.ToString">
            <summary>
            Converts the value of the current IndexBody object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexBody.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.IIndexContent" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.IndexOfIllustrations">
            <summary>
            Represents an index of the images and graphics in a current document or chapter.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexOfIllustrations.#ctor">
            <summary>
            Initializes a new instance of the IndexOfIllustrations class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexOfIllustrations.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexOfIllustrations.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexOfIllustrations.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexOfIllustrations.ToString">
            <summary>
            Converts the value of the current IndexOfIllustrations object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexOfIllustrations.Source">
            <summary>
            Specifies how an index of illustrations is generated.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexOfIllustrations.IndexBody">
            <summary>
            Contains an index.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexOfIllustrations.Name">
            <summary>
            Contains the name for an illustration index.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexOfIllustrations.Style">
            <summary>
            Contains style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexOfIllustrations.IsProtected">
            <summary>
            Specifies whether a section is protected.
            The defined values are:
            false: section is not protected from editing.
            true: section is protected from editing.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexOfIllustrations.ProtectionKey">
            <summary>
            Specifies that an authorization is required for removing the protection of a section.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.IndexOfIllustrationsSource">
            <summary>
            Represents how an index of illustrations is generated.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexOfIllustrationsSource.#ctor">
            <summary>
            Initializes a new instance of the IndexOfIllustrationsSource class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexOfIllustrationsSource.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexOfIllustrationsSource.ToString">
            <summary>
            Converts the value of the current IndexOfIllustrationsSource object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexOfIllustrationsSource.EntryTemplates">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.IllustrationIndexEntryTemplate" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexOfIllustrationsSource.IndexSourceStyles">
            <summary>
            Contains a collection of <see cref="P:Independentsoft.Office.Odf.IndexOfIllustrationsSource.IndexSourceStyles" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexOfIllustrationsSource.IndexTitleTemplate">
            <summary>
            Specifies the style and content of the index title.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexOfIllustrationsSource.UseCaption">
            <summary>
            Specifies whether the captions or names of illustrations or tables are used for an index.
            The defined values are:
            -false: illustration or table names are used for an index.
            -true: illustration or table captions are used for an index.
            The default value for this attribute is true.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexOfIllustrationsSource.CaptionSequenceName">
            <summary>
            Contains the sequence by which captions are identified.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexOfIllustrationsSource.CaptionSequenceFormat">
            <summary>
            Contains the format of entries for the index of illustrations obtained from the image captions.
            The defined values are:
            -caption: text of the caption in which the referenced sequence field is included (without sequence number and value).
            -category-and-value: displays the name and value of the referenced sequence field.
            -text: displays the value of the referenced sequence field.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexOfIllustrationsSource.IndexScope">
            <summary>
            Specifies whether an index is constructed for an entire document or for a chapter.
            The defined values are:
            -chapter: the index is constructed for the chapter that contains the index. A chapter consists of all those paragraphs and headings which have the same immediately preceding heading with outline level 1.
            -document: the index is constructed for the entire document.
            The default value for this attribute is document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexOfIllustrationsSource.IsRelativeTabStopPosition">
            <summary>
            Specifies whether the position of tab stops is relative to the left margin or to the left indent as determined by the paragraph style
            The defined values are:
            -false: paragraph style does not determine position of tab stops relative to the left margin or left ident.
            -true: paragraph style determines the position of tab stops relative to the left margin or left ident.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.IndexScope">
            <summary>
            Specifies whether an index is constructed for an entire document or for a chapter.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.IndexScope.Document">
            <summary>
            The index is constructed for the chapter that contains the index. 
            A chapter consists of all those paragraphs and headings which have the same immediately preceding heading with outline level 1.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.IndexScope.Chapter">
            <summary>
            The index is constructed for the entire document.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.IndexScope.None">
            <summary>
            None
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.IndexSourceStyle">
            <summary>
            Represents the name of a style or a class. Paragraphs formatted using that style or class are included in the index.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexSourceStyle.#ctor">
            <summary>
            Initializes a new instance of the IndexSourceStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexSourceStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexSourceStyle.ToString">
            <summary>
            Converts the value of the current IndexSourceStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexSourceStyle.Name">
            <summary>
            Contains the paragraph family style.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.IndexSourceStyles">
            <summary>
            Represents all of a style or a class for a particular outline level. 
            The outline level attribute specifies at which outline level to list the index entries gathered from the respective paragraph styles. 
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexSourceStyles.#ctor">
            <summary>
            Initializes a new instance of the IndexSourceStyles class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexSourceStyles.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexSourceStyles.ToString">
            <summary>
            Converts the value of the current IndexSourceStyles object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexSourceStyles.Styles">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.IndexSourceStyle" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.IndexTitle">
            <summary>
            Represents the title of an index.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexTitle.#ctor">
            <summary>
            Initializes a new instance of the IndexTitle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexTitle.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexTitle.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexTitle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexTitle.ToString">
            <summary>
            Converts the value of the current IndexTitle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexTitle.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.IIndexContent" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexTitle.Name">
            <summary>
            Contains the name for an index title.
            The name serves as a unique identifier for an index title.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexTitle.Style">
            <summary>
            Contains style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexTitle.IsProtected">
            <summary>
            Specifies whether a section is protected
            A section can be protected, which means that a user can not edit the section.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexTitle.ProtectionKey">
            <summary>
            Specifies that an authorization is required for removing the protection of a section.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.IndexTitleTemplate">
            <summary>
            Represents the style and content of the index title.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexTitleTemplate.#ctor">
            <summary>
            Initializes a new instance of the IndexTitleTemplate class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexTitleTemplate.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.IndexTitleTemplate.ToString">
            <summary>
            Converts the value of the current IndexTitleTemplate object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexTitleTemplate.Style">
            <summary>
            Contains the character family styles.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.IndexTitleTemplate.Value">
            <summary>
            Contains the text content.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Insertion">
            <summary>
            Represents the information that identify the person responsible for a change and the date of that change.
            This information may also contain one or more a comment on the insertion.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Insertion.#ctor">
            <summary>
            Initializes a new instance of the Insertion class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Insertion.#ctor(Independentsoft.Office.Odf.InternalXmlReader)">
            <summary>
            Initializes a new instance of the Insertion class.
            </summary>
            <param name="reader"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Insertion.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Insertion.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Insertion.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Insertion.ToString">
            <summary>
            Converts the value of the current Insertion object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Insertion.ChangeInfo">
            <summary>
            Specifies who made a change and when.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Key">
            <summary>
            Represents a type for the index entries that should be used for sorting.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Address">
            <summary>
            Specifies the address for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Annote">
            <summary>
            Specifies the annotation for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Author">
            <summary>
            Specifies the author or authors for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.BibliographyType">
            <summary>
            Specifies to which type of bibliographical entry a template applies.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.BookTitle">
            <summary>
            Specifies the book title for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Chapter">
            <summary>
            Specifies the chapter reference for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Custom1">
            <summary>
            Specifies the first of up to five user defined information for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Custom2">
            <summary>
            Specifies the second of up to five user defined information for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Custom3">
            <summary>
            Specifies the third of up to five user defined information for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Custom4">
            <summary>
            Specifies the fourth of up to five user defined information for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Custom5">
            <summary>
            Specifies the fifth of up to five user defined information for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Edition">
            <summary>
            Specifies the edition for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Editor">
            <summary>
            Specifies the editor for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.HowPublished">
            <summary>
            Specifies the publication type for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Identifier">
            <summary>
            Specifies an identifier for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Institution">
            <summary>
            Specifies an institution for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Isbn">
            <summary>
            Specifies an ISBN for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Issn">
            <summary>
            Specifies an ISSN for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Journal">
            <summary>
            Specifies the journal for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Month">
            <summary>
            Specifies the month for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Note">
            <summary>
            Specifies the note for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Number">
            <summary>
            Specifies the number for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Organizations">
            <summary>
            Specifies one or more organizations for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Pages">
            <summary>
            Specifies the page number or page numbers for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Publisher">
            <summary>
            Specifies the publisher for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.ReportType">
            <summary>
            Specifies the report type for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.School">
            <summary>
            Specifies the school for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Series">
            <summary>
            Specifies the series for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Title">
            <summary>
            Specifies the title for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Url">
            <summary>
            Specifies the IRI for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Volume">
            <summary>
            Specifies the volume for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.Year">
            <summary>
            Specifies the year for a bibliography index entry.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Key.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.LabelRange">
            <summary>
            Represents a label cell range which contain labels, and a data cell range which specifies the rows or columns whose content is referenced by the labels.
            There are two types of label ranges:
            -Label ranges for columns.
            -Label ranges for rows.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.LabelRange.#ctor">
            <summary>
            Initializes a new instance of the LabelRange class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.LabelRange.#ctor(Independentsoft.Office.Odf.InternalXmlReader)">
            <summary>
            Initializes a new instance of the LabelRange class.
            </summary>
            <param name="reader"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.LabelRange.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.LabelRange.ToString">
            <summary>
            Converts the value of the current LabelRange object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.LabelRange.LabelCellRangeAddress">
            <summary>
            Contains the cell range address for labels.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.LabelRange.DataCellRangeAddress">
            <summary>
            Contains the cell range address of data.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.LabelRange.Orientation">
            <summary>
            Specifies whether labels label rows or columns.
            The defined values for the attribute are:
            -column: label range oriented by column
            -row: label range oriented by row
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.LabelRangeOrientation">
            <summary>
            Specifies whether labels label rows or columns.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.LabelRangeOrientation.Column">
            <summary>
            The label range oriented by column.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.LabelRangeOrientation.Row">
            <summary>
            The label range oriented by row.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.LabelRangeOrientation.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.LineBreak">
            <summary>
            Represents a line break.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.LineBreak.#ctor">
            <summary>
            Initializes a new instance of the LineBreak class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.LineBreak.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.LineBreak.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.LineBreak.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.LineBreak.ToString">
            <summary>
            Converts the value of the current LineBreak object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Independentsoft.Office.Odf.LineNumberingConfiguration">
            <summary>
            Represents line numbering.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.LineNumberingConfiguration.#ctor">
            <summary>
            Initializes a new instance of the LineNumberingConfiguration class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.LineNumberingConfiguration.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.LineNumberingConfiguration.ToString">
            <summary>
            Converts the value of the current LineNumberingConfiguration object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.LineNumberingConfiguration.LineNumberingEnabled">
            <summary>
            Specifies whether lines are numbered.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.LineNumberingConfiguration.NumberFormat">
            <summary>
            Contains the numbering sequence.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.LineNumberingConfiguration.Style">
            <summary>
            Contains the text style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.LineNumberingConfiguration.Increment">
            <summary>
            Contains the line numbers to be numbered as multiples of a specified increment.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.LineNumberingConfiguration.Position">
            <summary>
            Contains the margin where line numbers appear.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.LineNumberingConfiguration.Offset">
            <summary>
            Contains the distance between a line number and the margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.LineNumberingConfiguration.CountEmptyLines">
            <summary>
            Specifies whether empty lines are included in the line count.
            The defined values for the attribute are:
            -false: empty lines are not included in a line count.
            -true: empty lines are included in a line count.
            The default value for this attribute is true.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.LineNumberingConfiguration.CountLinesInTextBoxes">
            <summary>
            Specifies whether text in text boxes is included in the line count. If the value of this attribute is true, text within text boxes is included in the line count.
            The defined values for the text:count-in-text-boxes attribute are:
            -false: text within text boxes is not included in a line count.
            -true: text within text boxes is included in a line count.
            The default value for this attribute is false.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.LineNumberingConfiguration.RestartOnPage">
            <summary>
            Specifies whether the line count is reset to 1 at the start of every page.
            The defined values for the text:restart-on-page attribute are:
            -false: line count is not reset, resulting in document-specific numbering of lines.
            -true: line count is reset to 1 at the beginning of every page, resulting in page-specific line numbering.
            The default value for this attribute is false.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.LineNumberingConfiguration.Separator">
            <summary>
            Contains the text that is displayed as a separator. 
            A separator is text that is displayed instead of a line number for lines where no number is displayed.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.LineNumberingSeparator">
            <summary>
            Represents a the text that is displayed as a separator. A separator is text that is displayed instead of a line number for lines where no number is displayed.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.LineNumberingSeparator.#ctor">
            <summary>
            Initializes a new instance of the LineNumberingSeparator class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.LineNumberingSeparator.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.LineNumberingSeparator.ToString">
            <summary>
            Converts the value of the current LineNumberingSeparator object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.LineNumberingSeparator.Text">
            <summary>
            Contains the text content.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.LineNumberingSeparator.Increment">
            <summary>
            Causes line numbers to be numbered as multiples of a specified increment.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.List">
            <summary>
            Represents a list.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.List.#ctor">
            <summary>
            Initializes a new instance of the List class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.List.Add(Independentsoft.Office.Odf.ListItem)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ListItem" /> object to the content.
            </summary>
            <param name="item"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.List.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.List.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.List.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.List.ToString">
            <summary>
            Converts the value of the current List object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.List.Items">
            <summary>
            Contains a collection of items.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.List.Header">
            <summary>
            Contains the list header and is a kind of list item. 
            It contains one or more paragraphs that are displayed before a list. 
            The paragraphs are formatted as list items but they do not have a preceding number or bullet.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.List.Id">
            <summary>
            Contains the id of the list.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.List.ContinueList">
            <summary>
            Contains the id of a list that is to be continued.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.List.Style">
            <summary>
            Contains the name of a list style that is applied to a list.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.List.ContinueNumbering">
            <summary>
            Specifies if the numbering of the preceding list is continued or not.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ListHeader">
            <summary>
            Represents a list header and is a kind of list item. 
            It contains one or more paragraphs that are displayed before a list. 
            The paragraphs are formatted as list items but they do not have a preceding number or bullet.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListHeader.#ctor">
            <summary>
            Initializes a new instance of the ListHeader class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListHeader.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListHeader.Add(Independentsoft.Office.Odf.Heading)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Heading" /> object to the content.
            </summary>
            <param name="heading"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListHeader.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListHeader.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListHeader.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListHeader.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListHeader.ToString">
            <summary>
            Converts the value of the current ListHeader object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.ListHeader.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.ITextContent" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ListItem">
            <summary>
            Represents an item in a list.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListItem.#ctor">
            <summary>
            Initializes a new instance of the ListItem class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListItem.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListItem.Add(Independentsoft.Office.Odf.Heading)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Heading" /> object to the content.
            </summary>
            <param name="heading"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListItem.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListItem.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListItem.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListItem.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ListItem.ToString">
            <summary>
            Converts the value of the current ListItem object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.ListItem.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.ITextContent" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ListItem.StartValue">
            <summary>
            Contains the value that restarts numbering of a list at the current item.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Manifest">
            <summary>
            Represents a collection of <see cref="T:Independentsoft.Office.Odf.FileEntry" /> objects.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Manifest.#ctor">
            <summary>
            Initializes a new instance of the Manifest class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Manifest.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Manifest.ToString">
            <summary>
            Converts the value of the current Manifest object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Independentsoft.Office.Odf.MessageType">
            <summary>
            Represents the display of messages.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.MessageType.Stop">
            <summary>
            Message is displayed as an error and the operation that caused the validation check is stopped.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.MessageType.Warning">
            <summary>
            Message is displayed as a warning.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.MessageType.Information">
            <summary>
            Message is displayed as information only.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.MessageType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.MetaData">
            <summary>
            Represents a metadata elements for a document that are not specified by a manifest.rdf file.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaData.#ctor">
            <summary>
            Initializes a new instance of the MetaData class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaData.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaData.ToString">
            <summary>
            Converts the value of the current MetaData object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Independentsoft.Office.Odf.MetaDataText">
            <summary>
            Represents the application of a style to the character content of a portion of text. The content of this class is the text which uses that text style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.#ctor">
            <summary>
            Initializes a new instance of the AttributedText class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.#ctor(Independentsoft.Office.Odf.InternalXmlReader)">
            <summary>
            Initializes a new instance of the AttributedText class.
            </summary>
            <param name="reader"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.AddSpace">
            <summary>
            Adds a single space to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.AddSpace(System.Int32)">
            <summary>
            Adds a single space to the content.
            </summary>
            <param name="spaceCount"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.AddTab">
            <summary>
            Adds a single tab to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.AddLineBreak">
            <summary>
            Adds a single line break to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(System.String)">
            <summary>
            Adds a string object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.Text)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Text" /> object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.Annotation)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.Annotation" /> object to the content.
            </summary>
            <param name="annotation"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.AttributedText)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.AttributedText" /> object to the content.
            </summary>
            <param name="attributedText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.Hyperlink)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Hyperlink" /> object to the content.
            </summary>
            <param name="hyperlink"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.Fields.Field)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Fields.Field" /> object to the content.
            </summary>
            <param name="field"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.Bookmark)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Bookmark" /> object to the content.
            </summary>
            <param name="bookmark"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.BookmarkStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkStart" /> object to the content.
            </summary>
            <param name="bookmarkStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.BookmarkEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkEnd" /> object to the content.
            </summary>
            <param name="bookmarkEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.Change)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Change" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.ChangeEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeEnd" /> object to the content.
            </summary>
            <param name="changeEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.ChangeStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeStart" /> object to the content.
            </summary>
            <param name="changeStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.Drawing.Shape)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> object to the content.
            </summary>
            <param name="shape"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.Note)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Note" /> object to the content.
            </summary>
            <param name="note"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.Ruby)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Ruby" /> object to the content.
            </summary>
            <param name="ruby"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.PointReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.PointReference" /> object to the content.
            </summary>
            <param name="pointReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.RangeReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.RangeReference" /> object to the content.
            </summary>
            <param name="rangeReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Add(Independentsoft.Office.Odf.IParagraphContent)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.IParagraphContent" /> object to the content.
            </summary>
            <param name="paragraphContent"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.MetaDataText.ToString">
            <summary>
            Converts the value of the current AttributedText object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.MetaDataText.Content">
            <summary>
            Contains the child elements.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.MetaDataText.Id">
            <summary>
            Contains the id.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.NamedExpression">
            <summary>
            Represents an expression with a name.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.NamedExpression.#ctor">
            <summary>
            Initializes a new instance of the NamedExpression class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.NamedExpression.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.NamedExpression.CloneNamedElement">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.NamedExpression.ToString">
            <summary>
            Converts the value of the current NamedExpression object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.NamedExpression.Name">
            <summary>
            Contains the name of the expression.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NamedExpression.Expression">
            <summary>
            Contains the expression.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NamedExpression.BaseCellAddress">
            <summary>
            Contains an address of the base cell for relative addresses in formulas that occur within a condition.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.NamedRange">
            <summary>
            Represents a cell range that has a name assigned.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.NamedRange.#ctor">
            <summary>
            Initializes a new instance of the NamedRange class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.NamedRange.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NamedRange class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.NamedRange.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.NamedRange.CloneNamedElement">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.NamedRange.ToString">
            <summary>
            Converts the value of the current NamedRange object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.NamedRange.Name">
            <summary>
            Contains the name of a database range on which to perform operations. Within a single document, only one database range may have no name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NamedRange.CellRangeAddress">
            <summary>
            Contains an address of the named range. The address can be either absolute or relative.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NamedRange.BaseCellAddress">
            <summary>
            Contains an address of the base cell for relative addresses in formulas that occur within a condition. This attribute is only necessary when the condition contains a formula.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NamedRange.RangeUsableAs">
            <summary>
            Specifies whether the name of the range can be used within the specification of a print range, a filter, a repeating row, or a repeat column.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Note">
            <summary>
            Represents text notes which are attached to a text position.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.#ctor">
            <summary>
            Initializes a new instance of the Note class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.Add(Independentsoft.Office.Odf.Change)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Change" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.Add(Independentsoft.Office.Odf.ChangeEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeEnd" /> object to the content.
            </summary>
            <param name="changeEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.Add(Independentsoft.Office.Odf.ChangeStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeStart" /> object to the content.
            </summary>
            <param name="changeStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.Add(Independentsoft.Office.Odf.Drawing.Shape)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> object to the content.
            </summary>
            <param name="shape"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.Add(Independentsoft.Office.Odf.IndexOfIllustrations)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.IndexOfIllustrations" /> object to the content.
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.Add(Independentsoft.Office.Odf.Heading)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Heading" /> object to the content.
            </summary>
            <param name="heading"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.Add(Independentsoft.Office.Odf.Section)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Section" /> object to the content.
            </summary>
            <param name="section"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.Add(Independentsoft.Office.Odf.Table)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Table" /> object to the content.
            </summary>
            <param name="table"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.Add(Independentsoft.Office.Odf.TableOfContents)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.TableOfContents" /> object to the content.
            </summary>
            <param name="toc"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.Add(Independentsoft.Office.Odf.ITextContent)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.ITextContent" /> object to the content.
            </summary>
            <param name="textContent"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Note.ToString">
            <summary>
            Converts the value of the current Note object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Note.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.ITextContent" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Note.ID">
            <summary>
            Contains the name by which notes can be referenced from <see cref="T:Independentsoft.Office.Odf.NoteReference" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Note.NoteClass">
            <summary>
            Contains the class of the note.
            The defined values are:
            -endnote: note appears at the end of a chapter or document.
            -footnote: note appears at the footer of a page.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Note.Label">
            <summary>
            Contains the label for user inserted notes in a document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Note.Citation">
            <summary>
            Contains the citation, either as a formatted number or a string.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.NoteClass">
            <summary>
            Represents the class of a note.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.NoteClass.Footnote">
            <summary>
            Note appears at the end of a chapter or document.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.NoteClass.Endnote">
            <summary>
            Note appears at the footer of a page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.NoteClass.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.NoteReference">
            <summary>
            Represents a field that represents a reference to a <see cref="T:Independentsoft.Office.Odf.Note" /> object in a text.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.NoteReference.#ctor">
            <summary>
            Initializes a new instance of the NoteReference class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.NoteReference.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.NoteReference.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.NoteReference.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.NoteReference.ToString">
            <summary>
            Converts the value of the current NoteReference object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.NoteReference.Name">
            <summary>
            Contains the name that is used as a reference.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NoteReference.Format">
            <summary>
            Specifies what information about a reference is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NoteReference.Value">
            <summary>
            Contains the value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NoteReference.NoteClass">
            <summary>
            Specifies the class of a note.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.NotesConfiguration">
            <summary>
            Represents a values for each note class used in a document. 
            If there is no note configuration element, an implementation defined default note configuration is used.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.NotesConfiguration.#ctor">
            <summary>
            Initializes a new instance of the NotesConfiguration class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.NotesConfiguration.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.NotesConfiguration.ToString">
            <summary>
            Converts the value of the current NotesConfiguration object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.NotesConfiguration.NoteClass">
            <summary>
            Contains the class of a note.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NotesConfiguration.CitationStyle">
            <summary>
            Contains the text style to use for a note citation within the footnote.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NotesConfiguration.CitationBodyStyle">
            <summary>
            Contains the text style to use for a note citation in the text flow.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NotesConfiguration.DefaultNoteParagraphStyle">
            <summary>
            Contains the default footnote paragraph style for new footnotes that are inserted into an existing document. 
            It is not evaluated for footnotes that already exist.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NotesConfiguration.MasterPage">
            <summary>
            Contains the name of a master page.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NotesConfiguration.StartValue">
            <summary>
            Contains the value at which note numbering starts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NotesConfiguration.NumberFormat">
            <summary>
            Contains the numbering sequence.
            
            The defined values for the attribute are:
            -1: Hindu-Arabic number sequence starts with 1.
            -a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”.
            -A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”.
            -i: number sequence of lowercase Roman numerals starts with “i”.
            -I: number sequence of uppercase Roman numerals start with “I”.
            -a value of type string 18.2.
            -an empty string: no number sequence displayed.
            If no value is given, no number sequence is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NotesConfiguration.FootnotesPosition">
            <summary>
            Specifies if footnote numbers start with a new number at the beginning of the document or at the beginning of each chapter or page.
            The defined values for the text:start-numbering-at attribute are:
            -chapter: footnote numbers start with a new number at the beginning of a chapter.
            -document: footnote numbers start with a new number at the beginning of a document.
            -page: footnote numbers start with a new number at the beginning of a page.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NotesConfiguration.NoteContinuationNoticeForward">
            <summary>
            Specifies the text that is displayed at the end of a footnote that is continued on the next page
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.NotesConfiguration.NoteContinuationNoticeBackward">
            <summary>
            Specifies the text that is displayed before continued text.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.NumberingScheme">
            <summary>
            Represents if footnote numbers start with a new number at the beginning of the document or at the beginning of each chapter or page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.NumberingScheme.Document">
            <summary>
            Footnote numbers start with a new number at the beginning of a document.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.NumberingScheme.Chapter">
            <summary>
            Footnote numbers start with a new number at the beginning of a chapter.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.NumberingScheme.Page">
            <summary>
            Footnote numbers start with a new number at the beginning of a page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.NumberingScheme.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.NumberPosition">
            <summary>
            Represents the margin where line numbers appear.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.NumberPosition.Left">
            <summary>
            Page numbers appear on the left side of a page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.NumberPosition.Right">
            <summary>
            Page numbers appear on the right side of a page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.NumberPosition.Inner">
            <summary>
            Page numbers appear on the inner side of a page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.NumberPosition.Outer">
            <summary>
            Page numbers appear on the outer side of a page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.NumberPosition.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.OfficeScripts">
            <summary>
            Represents all script for a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.OfficeScripts.#ctor">
            <summary>
            Initializes a new instance of the OfficeScripts class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.OfficeScripts.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.OfficeScripts.ToString">
            <summary>
            Converts the value of the current OfficeScripts object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.OfficeScripts.Scripts">
            <summary>
            Contains a collection of scripts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.OfficeScripts.EventListeners">
            <summary>
            Contains a collection of listeners.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Page">
            <summary>
            Represents a page.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Page.#ctor">
            <summary>
            Initializes a new instance of the Page class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Page.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Page.ToString">
            <summary>
            Converts the value of the current Page object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Page.MasterPageName">
            <summary>
            Contains the name of the master page.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.PageNumberIndexEntry">
            <summary>
            Represents the number of the chapter where an index entry is located.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.PageNumberIndexEntry.#ctor">
            <summary>
            Initializes a new instance of the PageNumberIndexEntry class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.PageNumberIndexEntry.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.PageNumberIndexEntry.ToString">
            <summary>
            Converts the value of the current PageNumberIndexEntry object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.PageNumberIndexEntry.Style">
            <summary>
            Contains the character family styles.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Paragraph">
            <summary>
            Represents a paragraph, which is the basic unit of text in an OpenDocument file.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.#ctor">
            <summary>
            Initializes a new instance of the Paragraph class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.AddSpace">
            <summary>
            Adds a single space to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.AddSpace(System.Int32)">
            <summary>
            Adds a single space to the content.
            </summary>
            <param name="spaceCount"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.AddTab">
            <summary>
            Adds a single tab to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.AddLineBreak">
            <summary>
            Adds a single line break to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(System.String)">
            <summary>
            Adds a string object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.Text)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Text" /> object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.Annotation)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.Annotation" /> object to the content.
            </summary>
            <param name="annotation"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.AttributedText)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.AttributedText" /> object to the content.
            </summary>
            <param name="attributedText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.Hyperlink)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Hyperlink" /> object to the content.
            </summary>
            <param name="hyperlink"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.Fields.Field)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Fields.Field" /> object to the content.
            </summary>
            <param name="field"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.Bookmark)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Bookmark" /> object to the content.
            </summary>
            <param name="bookmark"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.BookmarkStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkStart" /> object to the content.
            </summary>
            <param name="bookmarkStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.BookmarkEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkEnd" /> object to the content.
            </summary>
            <param name="bookmarkEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.Change)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Change" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.SoftPageBreak)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.SoftPageBreak" /> object to the content.
            </summary>
            <param name="softPageBreak"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.ChangeEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeEnd" /> object to the content.
            </summary>
            <param name="changeEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.ChangeStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeStart" /> object to the content.
            </summary>
            <param name="changeStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.Drawing.Shape)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> object to the content.
            </summary>
            <param name="shape"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.Note)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Note" /> object to the content.
            </summary>
            <param name="note"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.Ruby)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Ruby" /> object to the content.
            </summary>
            <param name="ruby"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.PointReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.PointReference" /> object to the content.
            </summary>
            <param name="pointReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.RangeReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.RangeReference" /> object to the content.
            </summary>
            <param name="rangeReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Add(Independentsoft.Office.Odf.IParagraphContent)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.IParagraphContent" /> object to the content.
            </summary>
            <param name="paragraphContent"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Paragraph.ToString">
            <summary>
            Converts the value of the current Paragraph object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Paragraph.Content">
            <summary>
            Contains a collection of paragraph content elements.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Paragraph.ConditionalStyle">
            <summary>
            Contains the conditional-style, that is, a style that contains conditions and maps to other styles.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Paragraph.ClassNames">
            <summary>
            Contains a white space separated list of paragraph style names.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Paragraph.Style">
            <summary>
            Contains a style that shall have the family paragraph.
            If a conditional style is applied, this attribute has the name of the style that was the result of the conditional style evaluation.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Paragraph.ID">
            <summary>
            Contains an identifier for an element.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.PointReference">
            <summary></summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.PointReference.#ctor">
            <summary>
            Initializes a new instance of the PointReference class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.PointReference.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.PointReference.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.PointReference.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="T:Independentsoft.Office.Odf.RangeReference">
            <summary></summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.RangeReference.#ctor">
            <summary>
            Initializes a new instance of the RangeReference class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.RangeReference.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.RangeReference.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.RangeReference.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="T:Independentsoft.Office.Odf.Reference">
            <summary>
            Represents a field that represents a reference to an object in a text.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Reference.#ctor">
            <summary>
            Initializes a new instance of the Reference class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Reference.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Reference.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Reference.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Reference.ToString">
            <summary>
            Converts the value of the current Reference object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Reference.Name">
            <summary>
            Contains an object referenced by this reference field object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Reference.Format">
            <summary>
            Specifies what information about a reference is displayed. 
            If the reference format is not specified, the page format is used as the default.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Reference.Value">
            <summary></summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ReferenceFormat">
            <summary>
            Represents what information about a reference is displayed. If the reference format is not specified, the page format is used as the default.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ReferenceFormat.Page">
            <summary>
            Displays the number of the page on which the referenced item appears.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ReferenceFormat.Chapter">
            <summary>
            Displays the number of the chapter in which the referenced item appears.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ReferenceFormat.Direction">
            <summary>
            Displays whether the referenced item is above or below the reference field.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ReferenceFormat.Text">
            <summary>
            Displays the number of the page on which the referenced item appears.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.ReferenceFormat.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Row">
            <summary>
            Represents a row in a table. It contains elements that specify the cells of the table row.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Row.#ctor">
            <summary>
            Initializes a new instance of the Row class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Row.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Row.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Row.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Row.ToString">
            <summary>
            Converts the value of the current Row object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Row.Cells">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Cell" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Row.Item(System.Int32)">
            <summary></summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Row.IsHeader">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Row.Style">
            <summary>
            Contains the style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Row.DefaultCellStyle">
            <summary>
            Contains the default cell style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Row.Visibility">
            <summary>
            Specifies whether a row or column is visible.
            The defined values are:
            -collapse: a row or column is not visible because the user chose to hide it.
            -filter: a row or column is not visible as the result of applying a filter.
            -visible: a row or column is visible.
            The default value for this attribute is visible.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Row.NumberOfRepeatedRows">
            <summary>
            Contains the number of rows to which a row element applies.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Ruby">
            <summary>
            Represents additional text that is displayed above or below a base text. 
            The purpose of a ruby is to annotate a base text or provide information about its pronunciation.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.#ctor">
            <summary>
            Initializes a new instance of the Ruby class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.AddSpace">
            <summary>
            Adds a single space to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.AddSpace(System.Int32)">
            <summary>
            Adds a single space to the content.
            </summary>
            <param name="spaceCount"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.AddTab">
            <summary>
            Adds a single tab to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.AddLineBreak">
            <summary>
            Adds a single line break to the content.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(System.String)">
            <summary>
            Adds a string object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.Text)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Text" /> object to the content.
            </summary>
            <param name="text"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.Annotation)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.Annotation" /> object to the content.
            </summary>
            <param name="annotation"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.AttributedText)">
            <summary>
            Adds an <see cref="T:Independentsoft.Office.Odf.AttributedText" /> object to the content.
            </summary>
            <param name="attributedText"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.Hyperlink)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Hyperlink" /> object to the content.
            </summary>
            <param name="hyperlink"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.Fields.Field)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Fields.Field" /> object to the content.
            </summary>
            <param name="field"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.Bookmark)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Bookmark" /> object to the content.
            </summary>
            <param name="bookmark"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.BookmarkStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkStart" /> object to the content.
            </summary>
            <param name="bookmarkStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.BookmarkEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.BookmarkEnd" /> object to the content.
            </summary>
            <param name="bookmarkEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.Change)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Change" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.ChangeEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeEnd" /> object to the content.
            </summary>
            <param name="changeEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.ChangeStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeStart" /> object to the content.
            </summary>
            <param name="changeStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.Drawing.Shape)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> object to the content.
            </summary>
            <param name="shape"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.Note)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Note" /> object to the content.
            </summary>
            <param name="note"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.Ruby)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Ruby" /> object to the content.
            </summary>
            <param name="ruby"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.PointReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.PointReference" /> object to the content.
            </summary>
            <param name="pointReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.RangeReference)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.RangeReference" /> object to the content.
            </summary>
            <param name="rangeReference"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Add(Independentsoft.Office.Odf.IParagraphContent)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.IParagraphContent" /> object to the content.
            </summary>
            <param name="paragraphContent"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Ruby.ToString">
            <summary>
            Converts the value of the current Ruby object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Ruby.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.IParagraphContent" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Ruby.Style">
            <summary>
            Contains the style for ruby which shall be a style with family of ruby.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Ruby.RubyText">
            <summary>
            Contains an annotation text.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.RubyText">
            <summary>
            Contains an annotation text. It may contain only plain text.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.RubyText.#ctor">
            <summary>
            Initializes a new instance of the RubyText class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.RubyText.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.RubyText.ToString">
            <summary>
            Converts the value of the current RubyText object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.RubyText.Style">
            <summary>
            Contains the style for ruby which shall be a style with family of text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.RubyText.Text">
            <summary>
            Contains an annotation text.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Scenario">
            <summary>
            Represents a scenario for display on a table.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Scenario.#ctor">
            <summary>
            Initializes a new instance of the Scenario class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Scenario.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Scenario.ToString">
            <summary>
            Converts the value of the current Scenario object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Scenario.Ranges">
            <summary>
            Contains the table range that is displayed as a scenario. The value of this attribute is a white space separated list of cell range addresses.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Scenario.IsActive">
            <summary>
            Specifies whether a scenario that belongs to a scenario table is active.
            The defined values are:
            -false: scenario that belongs to a scenario table is inactive.
            -true: scenario that belongs to a scenario table is active.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Scenario.DisplayBorder">
            <summary>
            Specifies whether to display a border around a scenario that belongs to a scenario table.
            The defined values are:
            -false: border is not displayed.
            -true: border is displayed.
            The default value is true.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Scenario.BorderColor">
            <summary>
            Contains the color of a border that is displayed around a scenario that belongs to a scenario table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Scenario.CopyBack">
            <summary>
            Specifies whether data is copied back into a scenario table if another scenario is activated.
            The defined values are:
            -false: data is not copied back into a scenario table if another scenario is activated.
            -true: data copied back into a scenario table if another scenario is activated.
            The default value is true.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Scenario.CopyStyles">
            <summary>
            Specifies whether styles are copied from a scenario table to a destination table together with the data.
            The defined values are:
            -false: styles are not copied with data.
            -true: styles are copied with data.
            The default value is true.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Scenario.CopyFormulas">
            <summary>
            Specifies whether formulas are copied from a scenario table to a destination table.
            The defined values are:
            -false: only values resulting from formulas are copied.
            -true: formulas are copied.
            The default value is true.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Scenario.Comment">
            <summary>
            Contains the comment about a scenario.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Scenario.IsProtected">
            <summary>
            Specifies whether the data that is displayed within the scenario is protected from being edited.
            The attribute is only evaluated if the table on which the scenario displayed is also protected.
            The defined values for the table:protected attribute are:
            -false: data is not protected.
            -true: data is protected.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Script">
            <summary>
            Represents a script.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Script.#ctor">
            <summary>
            Initializes a new instance of the Script class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Script.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Script.ToString">
            <summary>
            Converts the value of the current Script object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Script.Content">
            <summary>
            Contains the content of the script.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Script.Language">
            <summary>
            Contains the language of the script. 
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.ScriptEventListener">
            <summary>
            Binds an event to a macro.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ScriptEventListener.#ctor">
            <summary>
            Initializes a new instance of the ScriptEventListener class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.ScriptEventListener.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.ScriptEventListener.ToString">
            <summary>
            Converts the value of the current ScriptEventListener object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.ScriptEventListener.Name">
            <summary>
            Contains the name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ScriptEventListener.Language">
            <summary>
            Contains the language.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ScriptEventListener.MacroName">
            <summary>
            Contains the macro name. The interpretation of the name is script language dependent.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.ScriptEventListener.MacroLocation">
            <summary>
            Contains the macro code that should be called for an event. The URI may have an arbitrary protocol. The interpretation of the URI is script language dependent.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Section">
            <summary>
            Represents a named region of content in a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.#ctor">
            <summary>
            Initializes a new instance of the Section class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.Add(Independentsoft.Office.Odf.Change)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Change" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.Add(Independentsoft.Office.Odf.ChangeEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeEnd" /> object to the content.
            </summary>
            <param name="changeEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.Add(Independentsoft.Office.Odf.ChangeStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeStart" /> object to the content.
            </summary>
            <param name="changeStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.Add(Independentsoft.Office.Odf.Drawing.Shape)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> object to the content.
            </summary>
            <param name="shape"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.Add(Independentsoft.Office.Odf.IndexOfIllustrations)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.IndexOfIllustrations" /> object to the content.
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.Add(Independentsoft.Office.Odf.Heading)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Heading" /> object to the content.
            </summary>
            <param name="heading"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.Add(Independentsoft.Office.Odf.Section)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Section" /> object to the content.
            </summary>
            <param name="section"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.Add(Independentsoft.Office.Odf.SoftPageBreak)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.SoftPageBreak" /> object to the content.
            </summary>
            <param name="softPageBreak"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.Add(Independentsoft.Office.Odf.Table)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Table" /> object to the content.
            </summary>
            <param name="table"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.Add(Independentsoft.Office.Odf.TableOfContents)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.TableOfContents" /> object to the content.
            </summary>
            <param name="toc"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.Add(Independentsoft.Office.Odf.ITextContent)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ITextContent" /> object to the content.
            </summary>
            <param name="textContent"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Section.ToString">
            <summary>
            Converts the value of the current Section object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Section.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.ITextContent" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Section.Name">
            <summary>
            Contains the unique name for a section.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Section.ProtectionKey">
            <summary>
            Specifies that an authorization is required for removing the protection of a section.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Section.IsProtected">
            <summary>
            Specifies whether a section is protected.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Section.Style">
            <summary>
            Contains the section family style for a section.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Section.Display">
            <summary>
            Specifies whether the section is hidden.
            The defined values are:
            -condition: the section is hidden under the condition specified in the text:condition attribute.
            -none: the section is hidden unconditionally.
            -true: the section is displayed. This is the default setting.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Section.Condition">
            <summary>
            Contains the condition under which a section is hidden. The condition is encoded as a string.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.SectionDisplayType">
            <summary>
            Represents whether the section is hidden.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.SectionDisplayType.True">
            <summary>
            The section is displayed. This is the default setting.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.SectionDisplayType.False">
            <summary>
            The section is hidden under the condition specified in the text:condition attribute.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.SectionDisplayType.Condition">
            <summary>
            The section is hidden unconditionally.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.SequenceReference">
            <summary>
            Represents a field that represents a reference.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.SequenceReference.#ctor">
            <summary>
            Initializes a new instance of the SequenceReference class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.SequenceReference.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.SequenceReference.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.SequenceReference.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.SequenceReference.ToString">
            <summary>
            Converts the value of the current SequenceReference object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.SequenceReference.Name">
            <summary>
            Contains the name that is used as a reference.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.SequenceReference.Format">
            <summary>
            Specifies what information about a reference is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.SequenceReference.Value">
            <summary>
            Contains the value.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.SequenceReferenceFormat">
            <summary>
            Represents what information about a reference is displayed. If the reference format is not specified, the page format is used as the default.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.SequenceReferenceFormat.Page">
            <summary>
            Displays the number of the page on which the referenced item appears.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.SequenceReferenceFormat.Chapter">
            <summary>
            Displays the number of the chapter in which the referenced item appears.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.SequenceReferenceFormat.Direction">
            <summary>
            Displays whether the referenced item is above or below the reference field.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.SequenceReferenceFormat.Text">
            <summary>
            Displays the text of the referenced item.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.SequenceReferenceFormat.CategoryValue">
            <summary>
            Displays the name and value of the sequence.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.SequenceReferenceFormat.Caption">
            <summary>
            Displays the caption in which the sequence is used.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.SequenceReferenceFormat.Value">
            <summary>
            Displays the value of the sequence.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.SequenceReferenceFormat.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Settings">
            <summary>
            Represents one or more objects, each of which represents a set of application settings.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Settings.#ctor">
            <summary>
            Initializes a new instance of the Settings class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Settings.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Settings.ToString">
            <summary>
            Converts the value of the current Settings object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Settings.Configurations">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Configuration" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Size">
            <summary>
            Represents a size.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Size.#ctor">
            <summary>
            Initializes a new instance of the Size class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Size.#ctor(System.Double,Independentsoft.Office.Odf.Unit)">
            <summary>
            Initializes a new instance of the Size class.
            </summary>
            <param name="size"></param>
            <param name="unit"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Size.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Size class.
            </summary>
            <param name="size"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Size.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Size.ToString">
            <summary>
            Converts the value of the current Size object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Size.Value">
            <summary>
            Contains the size value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Size.Unit">
            <summary>
            Contains the size unit.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.SoftPageBreak">
            <summary>
            Represents a soft page break within or between paragraph elements.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.SoftPageBreak.#ctor">
            <summary>
            Initializes a new instance of the SoftPageBreak class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.SoftPageBreak.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.SoftPageBreak.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.SoftPageBreak.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.SoftPageBreak.ToString">
            <summary>
            Converts the value of the current SoftPageBreak object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Independentsoft.Office.Odf.SortKey">
            <summary>
            Represents a single sort key if bibliography entries are not displayed in document order.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.SortKey.#ctor">
            <summary>
            Initializes a new instance of the SortKey class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.SortKey.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.SortKey.ToString">
            <summary>
            Converts the value of the current SortKey object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.SortKey.Key">
            <summary>
            Contains the type for the index entries that should be used for sorting.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.SortKey.SortAscending">
            <summary>
            Specifies whether locale specific sorting takes pace in ascending or descending order.
            The defined values are:
            -false: sorting takes place in descending order.
            -true: sorting takes place in ascending order.
            
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Space">
            <summary>
            Represents the [UNICODE] character SPACE (U+0020).
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Space.#ctor">
            <summary>
            Initializes a new instance of the Space class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Space.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of the Space class.
            </summary>
            <param name="count"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Space.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Space.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Space.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Space.ToString">
            <summary>
            Converts the value of the current Space object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Space.Count">
            <summary>
            Contains the number of SPACE (U+0020) characters.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.SpanIndexEntry">
            <summary>
            Represents a fixed string within an index entry.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.SpanIndexEntry.#ctor">
            <summary>
            Initializes a new instance of the SpanIndexEntry class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.SpanIndexEntry.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.SpanIndexEntry.ToString">
            <summary>
            Converts the value of the current SpanIndexEntry object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.SpanIndexEntry.Style">
            <summary>
            Contains the character family styles.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Spreadsheet">
            <summary></summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Spreadsheet.#ctor(System.String)">
            <summary></summary>
            <param name="file"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Spreadsheet.#ctor(System.IO.Stream)">
            <summary></summary>
            <param name="stream"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Spreadsheet.Open(System.String)">
            <summary></summary>
            <param name="file"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Spreadsheet.Open(System.IO.Stream)">
            <summary></summary>
            <param name="stream"></param>
        </member>
        <member name="P:Independentsoft.Office.Odf.Spreadsheet.IsProtected">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Spreadsheet.ProtectionKey">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Spreadsheet.IsCaseSensitive">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Spreadsheet.UsePrecisionAsShown">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Spreadsheet.ApplySearchCriteriaToWholeCell">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Spreadsheet.AutomaticallyFindLabels">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Spreadsheet.UseRegularExpressions">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Spreadsheet.StartYear">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Spreadsheet.StartDateType">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Spreadsheet.StartDate">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Spreadsheet.IterationStatus">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Spreadsheet.IterationStep">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Spreadsheet.IterationMaximumDifference">
            <summary></summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.SpreadsheetBody">
            <summary></summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Adjustment">
            <summary>
            Represents how a footnote separator line is aligned on a page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Adjustment.Left">
            <summary>
            Footnote separator line centered on page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Adjustment.Center">
            <summary>
            Footnote separator line aligned to left on page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Adjustment.Right">
            <summary>
            Footnote separator line aligned to right on page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Adjustment.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.AmPm">
            <summary>
            Represents whether AM/PM is included as part of a date or time.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.AmPm.#ctor">
            <summary>
            Initializes a new instance of the AmPm class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.AmPm.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the AmPm class.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.AmPm.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.AmPm.ToString">
            <summary>
            Converts the value of the current AmPm object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.AmPm.Value">
            <summary>
            Specifies whether AM/PM is included as part of a date or time.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.AnchorType">
            <summary>
            Represents how a frame is bound to a text document.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AnchorType.Page">
            <summary>
            The page that has the same physical page number as the value of the anchor page number that is attached to the drawing shape element. If no anchor page number value is given, the anchor position is the page at which the character behind the drawing object element appears.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AnchorType.Frame">
            <summary>
            The parent text box that the current drawing shape element is contained in.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AnchorType.Paragraph">
            <summary>
            The paragraph that the current drawing shape element is contained in.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AnchorType.Char">
            <summary>
            The character after the drawing shape element.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AnchorType.AsChar">
            <summary>
            There is no anchor position. The drawing shape behaves like a character.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AnchorType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.AnimationDirection">
            <summary>
            Represents the scroll direction of animated text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AnimationDirection.Left">
            <summary>
            Animated text scrolls left.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AnimationDirection.Up">
            <summary>
            Animated text scrolls up.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AnimationDirection.Right">
            <summary>
            Animated text scrolls right.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AnimationDirection.Down">
            <summary>
            Animated text scrolls down.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AnimationDirection.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.AnimationType">
            <summary>
            Represents the type of animation that is used for a text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AnimationType.Scroll">
            <summary>
            Scrolls the text from one side to another.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AnimationType.Alternate">
            <summary>
            Scrolls the text from one side to another and back.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AnimationType.Slide">
            <summary>
            Scrolls the text from one side to the original text position and stops there.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AnimationType.None">
            <summary>
            Disables the text animation.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.AutomaticStyles">
            <summary>
            Represents automatic styles used in a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.AutomaticStyles.#ctor">
            <summary>
            Initializes a new instance of the AutomaticStyles class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.AutomaticStyles.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.AutomaticStyles.ToString">
            <summary>
            Converts the value of the current AutomaticStyles object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.AutomaticStyles.Styles">
            <summary>
            Contains collection of <see cref="T:Independentsoft.Office.Odf.Styles.Style" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.AutomaticStyles.PageLayouts">
            <summary>
            Contains collection of <see cref="T:Independentsoft.Office.Odf.Styles.PageLayout" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.AxisLabelPosition">
            <summary>
            Represents the position of the axis labels.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AxisLabelPosition.NearAxis">
            <summary>
            The labels are placed adjacent to the axis line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AxisLabelPosition.NearAxisOtherSide">
            <summary>
            The labels are placed adjacent to the axis on the opposite side as for near-axis.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AxisLabelPosition.OutsideStart">
            <summary>
            The labels are placed outside the coordinate region on that side where the crossing axis has its minimum value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AxisLabelPosition.OutsideEnd">
            <summary>
            The labels are placed outside the coordinate region on that side where the crossing axis has its maximum value.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.AxisLabelPosition.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.BackgroundImage">
            <summary>
            Specifies an image as a background.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BackgroundImage.#ctor">
            <summary>
            Initializes a new instance of the BackgroundImage class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BackgroundImage.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackgroundImage class.
            </summary>
            <param name="filePath"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BackgroundImage.#ctor(System.String,System.IO.Stream)">
            <summary>
            Initializes a new instance of the BackgroundImage class.
            </summary>
            <param name="fileName"></param>
            <param name="stream"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BackgroundImage.#ctor(System.String,System.Byte[])">
            <summary>
            Initializes a new instance of the BackgroundImage class.
            </summary>
            <param name="fileName"></param>
            <param name="buffer"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BackgroundImage.Load(System.String)">
            <summary></summary>
            <param name="filePath"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BackgroundImage.Load(System.String,System.IO.Stream)">
            <summary></summary>
            <param name="fileName"></param>
            <param name="stream"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BackgroundImage.Load(System.String,System.Byte[])">
            <summary></summary>
            <param name="fileName"></param>
            <param name="buffer"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BackgroundImage.Save(System.String)">
            <summary></summary>
            <param name="filePath"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BackgroundImage.Save(System.IO.Stream)">
            <summary></summary>
            <param name="stream"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BackgroundImage.GetStream">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BackgroundImage.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BackgroundImage.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BackgroundImage.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BackgroundImage.ToString">
            <summary>
            Converts the value of the current BackgroundImage object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BackgroundImage.Location">
            <summary>
            Contains the image.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BackgroundImage.Type">
            <summary>
            Always has the value simple.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BackgroundImage.Show">
            <summary>
            Default value for this attribute is embed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BackgroundImage.Actuate">
            <summary>
            Default value for this attribute is onLoad.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BackgroundImage.Repetition">
            <summary>
            Specifies if an image can be repeated or stretched over an area.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BackgroundImage.Position">
            <summary>
            Specifies the position of a background image.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BackgroundImage.Filter">
            <summary>
            Specifies the implementation specific filter name that has been used to load an image into the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BackgroundImage.Opacity">
            <summary>
            Specifies the opacity for an image or graphic object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BackgroundImage.FileName">
            <summary>
            Contains the file name of the background image.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BackgroundImage.Buffer">
            <summary>
            Contains the byte array of the background image.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.BooleanStyle">
            <summary>
            Defines a style for Boolean values.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BooleanStyle.#ctor">
            <summary>
            Initializes a new instance of the BooleanStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BooleanStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BooleanStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BooleanStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BooleanStyle.ToString">
            <summary>
            Converts the value of the current BooleanStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BooleanStyle.Language">
            <summary>
            Contains the language code.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BooleanStyle.Country">
            <summary>
            Contains the country code for a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BooleanStyle.Title">
            <summary>
            Contains the title of a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BooleanStyle.IsVolatile">
            <summary>
            Specifies whether unused style in a document are retained or discarded by consumers.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BooleanStyle.TransliterationFormat">
            <summary>
            Specifies which number characters to use.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BooleanStyle.TransliterationLanguage">
            <summary>
            Specifies the language code in conformance with [RFC5646].
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BooleanStyle.TransliterationCountry">
            <summary>
            Specifies the country code in conformance with [RFC5646].
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BooleanStyle.TransliterationStyle">
            <summary>
            Specifies the transliteration-format of a number system.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BooleanStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BooleanStyle.PrefixText">
            <summary>
            Contains any fixed text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BooleanStyle.SuffixText">
            <summary>
            Contains any fixed text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BooleanStyle.StyleMappings">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.StyleMapping" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BooleanStyle.IsBoolean">
            <summary>
            Contains the Boolean value of a Boolean style.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Border">
            <summary>
            Represents a percentage value that is used to scale a border area which is filled by a solid color.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Border.#ctor">
            <summary>
            Initializes a new instance of the Border class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Border.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Border class.
            </summary>
            <param name="border"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Border.#ctor(Independentsoft.Office.Odf.Size,Independentsoft.Office.Odf.Styles.BorderStyle,System.String)">
            <summary>
            Initializes a new instance of the Border class.
            </summary>
            <param name="width"></param>
            <param name="style"></param>
            <param name="color"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Border.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Border.ToString">
            <summary>
            Converts the value of the current Border object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Border.Width">
            <summary>
            Contains the width of the border.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Border.Style">
            <summary>
            Contains the style of the border.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Border.Color">
            <summary>
            Contains the color of the border.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.BorderLineWidth">
            <summary>
            Represents the widths of borders defined by the FO border properties for borders.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BorderLineWidth.#ctor">
            <summary>
            Initializes a new instance of the BorderLineWidth class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BorderLineWidth.#ctor(Independentsoft.Office.Odf.Size,Independentsoft.Office.Odf.Size,Independentsoft.Office.Odf.Size)">
            <summary>
            Initializes a new instance of the BorderLineWidth class.
            </summary>
            <param name="innerLineWidth"></param>
            <param name="distance"></param>
            <param name="outerLineWidth"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BorderLineWidth.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BorderLineWidth class.
            </summary>
            <param name="borderLintWidth"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BorderLineWidth.Clone">
            <summary>
            /// <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary><returns>A new object that is a copy of this instance.</returns></summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BorderLineWidth.ToString">
            <summary>
            Converts the value of the current BorderLineWidth object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BorderLineWidth.InnerLineWidth">
            <summary>
            Contains the width of the inner line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BorderLineWidth.Distance">
            <summary>
            Contains the distance between the two lines.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BorderLineWidth.OuterLineWidth">
            <summary>
            Contains the width of the outer line.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.BorderModel">
            <summary>
            Represents what border model to use when creating a table with a border.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.BorderModel.Collapsing">
            <summary>
            When two adjacent cells have different borders, the wider border appears as the border between the cells. Each cell receives half of the width of the border.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.BorderModel.Separating">
            <summary>
            Borders appear within the cell that specifies the border.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.BorderModel.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.BorderStyle">
            <summary>
            Represents a style for border.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.BorderStyle.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.BorderStyle.Hidden">
            <summary>
            Border style is hidden.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.BorderStyle.Dotted">
            <summary>
            Border style is dotted.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.BorderStyle.Dashed">
            <summary>
            Border style is dashed.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.BorderStyle.Solid">
            <summary>
            Border style is solid.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.BorderStyle.Double">
            <summary>
            Border style is double.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.BorderStyle.Groove">
            <summary>
            Border style is groove.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.BorderStyle.Ridge">
            <summary>
            Border style is ridge.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.BorderStyle.Inset">
            <summary>
            Border style is inset.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.BorderStyle.Outset">
            <summary>
            Border style is outset.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.BorderStyle.NotDefined">
            <summary>
            Border style is not defined.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Break">
            <summary>
            Represents a type break.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Break.Auto">
            <summary>
            Auto break.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Break.Column">
            <summary>
            Column break.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Break.Page">
            <summary>
            Page break.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Break.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.BulletLevelStyle">
            <summary>
            Represents a list style where list items are preceded by bullets.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BulletLevelStyle.#ctor">
            <summary>
            Initializes a new instance of the BulletLevelStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BulletLevelStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BulletLevelStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BulletLevelStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.BulletLevelStyle.ToString">
            <summary>
            Converts the value of the current BulletLevelStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BulletLevelStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BulletLevelStyle.ListLevelProperties">
            <summary>
            Specifies formatting properties for a list level.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BulletLevelStyle.Name">
            <summary>
            Specifies character family styles.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BulletLevelStyle.PrefixCharacter">
            <summary>
            Specifies what to display before a number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BulletLevelStyle.SuffixCharacter">
            <summary>
            Specifies what to display after a number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BulletLevelStyle.BulletCharacter">
            <summary>
            Specifies the unicode character to use as the bullet in a bullet level style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.BulletLevelStyle.Level">
            <summary>
            Specifies the level of an outline or number list style.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Calendar">
            <summary>
            Represents the calendar system used to extract parts of a date.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Calendar.Gregorian">
            <summary>
            Gregorian calendar with cut-off date 1582-10-04, 1582-10-15 following. Dates before cut-off date are calculated in Julian proleptic calendar [ISO8601].
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Calendar.Gengou">
            <summary>
            Japanese Gengou calendar, Emperor eras. Identical to Gregorian calendar but with different eras for each emperor. Consumers may implement only the modern eras starting 1868, Meiji, Taisho, Showa and Heisei. Earlier dates are then displayed using the Gregorian calendar [JIS X 0301].
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Calendar.Roc">
            <summary>
            Taiwanese Minguo calendar, identical to Gregorian calendar offset by -1911 years.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Calendar.HanjaYoil">
            <summary>
            Legacy alias for hanja.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Calendar.Hanja">
            <summary>
            Additional Gregorian calendar in Korean locales, uses differently localized day and month names.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Calendar.Hijri">
            <summary>
            Islamic Hijri lunar calendar (religious, non-civil).
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Calendar.Jewish">
            <summary>
            Jewish lunisolar calendar.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Calendar.Buddhist">
            <summary>
            Buddhist calendar, identical to Gregorian calendar but offset by -543 years.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Calendar.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.CaptionAngleType">
            <summary>
            Represents the escape angle of the line of a caption.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CaptionAngleType.Fixed">
            <summary>
            Escape angle of line from caption has been specified by a draw:caption-angle attribute.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CaptionAngleType.Free">
            <summary>
            Consumer can choose the best possible escape angle of the line from a caption.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CaptionAngleType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.CaptionEscapeDirection">
            <summary>
            Represents the escape direction for the line of a caption.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CaptionEscapeDirection.Horizontal">
            <summary>
            The escape line of a caption should be drawn horizontally.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CaptionEscapeDirection.Vertical">
            <summary>
            The escape line of a caption should be drawn vertically.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CaptionEscapeDirection.Auto">
            <summary>
            Consumer should choose best escape direction for a line of a caption.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CaptionEscapeDirection.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.CaptionType">
            <summary>
            Represents the geometry of the line of a caption.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CaptionType.StraightLine">
            <summary>
            A line perpendicular to the escape direction is drawn to the caption point.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CaptionType.AngledLine">
            <summary>
            A line is drawn to the caption point.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CaptionType.AngledConnectorLine">
            <summary>
            A line in escape direction is drawn, followed by a line to the caption point.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CaptionType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.CellProperties">
            <summary>
            Represents formatting properties for cells.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CellProperties.#ctor">
            <summary>
            Initializes a new instance of the CellProperties class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CellProperties.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CellProperties.ToString">
            <summary>
            Converts the value of the current CellProperties object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.VerticalAlignment">
            <summary>
            Specifies how to vertically align a line that is less than 100% of its height within the columned area.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.BackgroundColor">
            <summary>
            Specifies the background color for cell.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.Border">
            <summary>
            Specifies the border for cell.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.LeftBorder">
            <summary>
            Specifies the left border for cell.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.RightBorder">
            <summary>
            Specifies the right border for cell.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.TopBorder">
            <summary>
            Specifies the left border for cell.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.BottomBorder">
            <summary>
            Specifies the top border for cell.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.BorderLineWidth">
            <summary>
            Specifies the widths of borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.LeftBorderLineWidth">
            <summary>
            Specifies the left widths of borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.RightBorderLineWidth">
            <summary>
            Specifies the right widths of borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.TopBorderLineWidth">
            <summary>
            Specifies the top widths of borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.BottomBorderLineWidth">
            <summary>
            Specifies the bottom widths of borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.Padding">
            <summary>
            Specifies the padding.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.LeftPadding">
            <summary>
            Specifies the left padding.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.RightPadding">
            <summary>
            Specifies the right padding.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.TopPadding">
            <summary>
            Specifies the top padding.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.BottomPadding">
            <summary>
            Specifies the bottom padding.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.Margin">
            <summary>
            Specifies the margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.LeftMargin">
            <summary>
            Specifies the left margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.RightMargin">
            <summary>
            Specifies the right margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.TopMargin">
            <summary>
            Specifies the top margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.BottomMargin">
            <summary>
            Specifies the bottom margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.TextAlignmentSource">
            <summary>
            Specifies the source of a text-align attribute.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.Direction">
            <summary>
            Specifies the direction of characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.VerticalGlyphOrientation">
            <summary>
            Specifies the vertical glyph orientation.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.ShrinkToFit">
            <summary>
            Specifies whether content is reduced in size to fit within a cell or drawing object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.RepeatContent">
            <summary>
            Specifies whether text content of a cell is displayed as many times as there is space left in the cell's writing direction.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.DecimalPlaces">
            <summary>
            Specifies the maximum number of decimal places that are displayed if numbers are formatted by a data style that has no setting for number of decimal places itself.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.PrintContent">
            <summary>
            Specifies if content is printed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.CellProtect">
            <summary>
            Specifies how a cell is protected.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.RotationAlignment">
            <summary>
            Specifies how the edge of the text in a cell is aligned after a rotation.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.RotationAngle">
            <summary>
            Specifies the rotation angle of content.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.EnableWrap">
            <summary>
            If wrapping is disabled, it is implementation defined whether the clipped text is visible or hidden. If the text is hidden consumers may support a scrolling mechanism to access the text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.Shadow">
            <summary>
            Specifies the shadow of the cell.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.WritingMode">
            <summary>
            Specifies the writing mode for an element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellProperties.BackgroundImage">
            <summary>
            Specifies the background image of the cell.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.CellProtectType">
            <summary>
            Represents how a cell is protected.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CellProtectType.HiddenAndProtected">
            <summary>
            Cell content is not displayed and cannot be edited. If content is a formula, the formula result is not displayed.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CellProtectType.Protected">
            <summary>
            Cell content can not be edited.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CellProtectType.FormulaHidden">
            <summary>
            If cell content is a formula, it is not displayed. It can be replaced by changing the cell content.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CellProtectType.FormulaHiddenAndProtected">
            <summary>
            If cell content is a formula, it is not displayed. The formula result is not displayed.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CellProtectType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.CellStyle">
            <summary>
            Represents the cell styles.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CellStyle.#ctor">
            <summary>
            Initializes a new instance of the CellStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CellStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CellStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CellStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CellStyle.ToString">
            <summary>
            Converts the value of the current CellStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellStyle.ParagraphProperties">
            <summary>
            Specifies formatting properties for paragraph.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CellStyle.CellProperties">
            <summary>
            Specifies formatting properties for cell.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.CellVerticalAlignment">
            <summary>
            Represents how to vertically align a line that is less than 100% of its height within the columned area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CellVerticalAlignment.Bottom">
            <summary>
            Line is aligned with the bottom of a columned area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CellVerticalAlignment.Top">
            <summary>
            Line is aligned with the top of a columned area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CellVerticalAlignment.Middle">
            <summary>
            Line is aligned with the middle of a columned area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CellVerticalAlignment.Automatic">
            <summary>
            Line is aligned automatic of a columned area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.CellVerticalAlignment.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ChartProperties">
            <summary>
            Represents formatting properties for charts.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ChartProperties.#ctor">
            <summary>
            Initializes a new instance of the ChartProperties class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ChartProperties.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ChartProperties.ToString">
            <summary>
            Converts the value of the current ChartProperties object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.DisplayLabel">
            <summary>
            Specifies whether labels are displayed on an axis or not.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.TextOverlap">
            <summary>
            Specifies whether axis labels may overlap each other.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.LineBreak">
            <summary>
            Specifies whether word wrapping is allowed for axis labels.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.LabelArrangement">
            <summary>
            Specifies the arrangement of labels on an axis.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.ScaleText">
            <summary>
            Specifies that the text contained in an object should be scaled whenever the size of the chart changes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.ThreeDimensional">
            <summary>
            Specifies whether axis labels may overlap each other.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.Deep">
            <summary>
            Specifies whether data series are displayed behind each other along the z-axis or not.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.AutoPosition">
            <summary>
            Specifies if an object should be positioned automatically.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.Logarithmic">
            <summary>
            Specifies whether logarithmic scaling will be used on an axis. By default, proportional scaling is used.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.ReverseDirection">
            <summary>
            Specifies whether the direction of an axis follows the Cartesian coordinate system or the reverse. False is the default.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.AutoSize">
            <summary>
            Specifies if the size of an object should be chosen automatically.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.AxisLabelPosition">
            <summary>
            Specifies the position of the axis labels.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.ConnectBars">
            <summary>
            Specifies if bars in a bar chart that belong to the same series are connected by lines.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.DataLabelNumber">
            <summary>
            Specifies whether the value and/or the percentage of a data point should be displayed within a data label. By default, neither the value nor a percentage is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.DataLabelSymbol">
            <summary>
            Specifies whether to display a legend symbol within the data label of a data point.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.DataLabelText">
            <summary>
            Specifies whether to display the category within the data label of a data point.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.Vertical">
            <summary>
            Specifies whether the x-axis in a Cartesian coordinate system is oriented horizontally or vertically.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.Visible">
            <summary>
            Specifies if an object in a chart is visible or not. By default, objects are visible.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.Stacked">
            <summary>
            Specifies the accumulation of the series values per category. Each value is in addition to the other values in the same category.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.Percentage">
            <summary>
            Specifies the percentage accumulation of values per category.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.LabelPosition">
            <summary>
            Specifies where data labels are placed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.LabelPositionNegative">
            <summary>
            Specifies where data negative labels are placed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.Maximum">
            <summary>
            Specifies the maximum value of an axis.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.Minimum">
            <summary>
            Specifies the minimum value of an axis.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.MeanValue">
            <summary>
            Specifies whether to display a line that represents the statistical mean value of all data points of a series.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.Origin">
            <summary>
            Specifies origin of the graphical representation of a data series attached to an axis.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.Overlap">
            <summary>
            Specifies how much bars within the same category in a bar chart overlap. It is specified as an integer percentage relative to the width of a single bar.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartProperties.PieOffset">
            <summary>
            Specifies the distance of a segment from the center of the circle in case of circle charts. The offset is given as percentage of the radius of the circle.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ChartStyle">
            <summary>
            Represents the char styles.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ChartStyle.#ctor">
            <summary>
            Initializes a new instance of the ChartStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ChartStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ChartStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ChartStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ChartStyle.ToString">
            <summary>
            Converts the value of the current ChartStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartStyle.ChartProperties">
            <summary>
            Specifies formatting properties for char.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartStyle.GraphicProperties">
            <summary>
            Specifies formatting properties for graphic.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartStyle.ParagraphProperties">
            <summary>
            Specifies formatting properties for paragraph.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ChartStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ColorMode">
            <summary>
            Represents the output of colors from a source bitmap or raster graphic.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ColorMode.Greyscale">
            <summary>
            Image is displayed using intensity only.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ColorMode.Mono">
            <summary>
            Image is displayed in black and white.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ColorMode.Watermark">
            <summary>
            Colors are modified to make the resulting image transparent.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ColorMode.Standard">
            <summary>
            Image is displayed without modification by the draw:color-mode attribute.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ColorMode.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ColumnProperties">
            <summary>
            Represents formatting properties for table columns.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ColumnProperties.#ctor">
            <summary>
            Initializes a new instance of the ColumnProperties class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ColumnProperties.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ColumnProperties.ToString">
            <summary>
            Converts the value of the current ColumnProperties object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ColumnProperties.Width">
            <summary>
            Specifies the fixed width for a column.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ColumnProperties.RelativeWidth">
            <summary>
            Specifies the relative width of a column with a number value, followed by a ”*” (ASTERISK, U+002A) character.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ColumnProperties.UseOptimalWidth">
            <summary>
            Specifies that a column width should be recalculated automatically if content in the column changes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ColumnProperties.BreakBefore">
            <summary>
            Specifies break before.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ColumnProperties.BreakAfter">
            <summary>
            Specifies break after.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ColumnSeparator">
            <summary>
            Represents a separator line between columns.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ColumnSeparator.#ctor">
            <summary>
            Initializes a new instance of the ColumnSeparator class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ColumnSeparator.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ColumnSeparator.ToString">
            <summary>
            Converts the value of the current ColumnSeparator object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ColumnSeparator.Style">
            <summary>
            Specifies the line style of a column separator line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ColumnSeparator.Width">
            <summary>
            Specifies the width of a column separation.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ColumnSeparator.Height">
            <summary>
            Specifies the height of a column separator line. The value of this attribute is a percentage of the height of the columned area.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ColumnSeparator.VerticalAlignment">
            <summary>
            Specifies how to vertically align a line that is less than 100% of its height within the columned area.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ColumnSeparator.Color">
            <summary>
            Specifies the color of a column or footnote separator line.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ColumnSeparatorLineStyle">
            <summary>
            Represents the line style of a column separator line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ColumnSeparatorLineStyle.Solid">
            <summary>
            Solid separator line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ColumnSeparatorLineStyle.Dotted">
            <summary>
            Dotted separator line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ColumnSeparatorLineStyle.Dashed">
            <summary>
            Dashed separator line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ColumnSeparatorLineStyle.DotDashed">
            <summary>
            Separator line whose repeating pattern is a dot followed by a dash.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ColumnSeparatorLineStyle.None">
            <summary>
            No separator line.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ColumnStyle">
            <summary>
            Represents the column styles.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ColumnStyle.#ctor">
            <summary>
            Initializes a new instance of the ColumnStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ColumnStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ColumnStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ColumnStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ColumnStyle.ToString">
            <summary>
            Converts the value of the current ColumnStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ColumnStyle.Width">
            <summary>
            Contains the column width.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ColumnStyle.RelativeWidth">
            <summary>
            Specifies the relative width of a column with a number value, followed by a ”*” (ASTERISK, U+002A) character.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ColumnStyle.UseOptimalWidth">
            <summary>
            Specifies that a column width should be recalculated automatically if content in the column changes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ColumnStyle.BreakBefore">
            <summary>
            Specifies break before.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ColumnStyle.BreakAfter">
            <summary>
            Specifies break before.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.CommonStyles">
            <summary>
            Represents common styles used in a document. A common style is a style chosen by a user for a document or some portion thereof.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CommonStyles.#ctor">
            <summary>
            Initializes a new instance of the CommonStyles class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CommonStyles.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CommonStyles.ToString">
            <summary>
            Converts the value of the current CommonStyles object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.Fonts">
            <summary>
            Contains all the font face declarations for a document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.Styles">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.Style" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.OutlineLevelStyles">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.OutlineLevelStyle" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.AutomaticStyles">
            <summary>
            Contains the automatic style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.MasterStyles">
            <summary>
            Contains the master style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.FillImages">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.FillImage" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.Hatchs">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.Hatch" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.Markers">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.Marker" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.StrokeDashs">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.StrokeDash" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.Gradients">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.Gradient" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.OpacityGradients">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.OpacityGradient" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.LinearGradients">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.LinearGradient" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.RadialGradients">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.RadialGradient" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.NotesConfigurations">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.NotesConfiguration" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.LineNumberingConfiguration">
            <summary>
            Contains the line numbering.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.BibliographyConfiguration">
            <summary>
            Specifies how bibliography entries are displayed in-line, and how they are displayed in a bibliography index.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.DefaultCellStyle">
            <summary>
            Contains the default styles of the cell.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.DefaultChartStyle">
            <summary>
            Contains the default styles of the char.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.DefaultColumnStyle">
            <summary>
            Contains the default styles of the column.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.DefaultDrawingPageStyle">
            <summary>
            Contains the default styles of the drawing page.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.DefaultGraphicStyle">
            <summary>
            Contains the default styles of the graphic.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.DefaultParagraphStyle">
            <summary>
            Contains the default styles of the paragraph.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.DefaultRowStyle">
            <summary>
            Contains the default styles of the row.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.DefaultRubyStyle">
            <summary>
            Contains the default styles of the ruby.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.DefaultSectionStyle">
            <summary>
            Contains the default styles of the selection.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.DefaultTableStyle">
            <summary>
            Contains the default styles of the table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CommonStyles.DefaultTextStyle">
            <summary>
            Contains the default styles of the text.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.CurrencyStyle">
            <summary>
            Represents the style for currency values.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CurrencyStyle.#ctor">
            <summary>
            Initializes a new instance of the CurrencyStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CurrencyStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CurrencyStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CurrencyStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CurrencyStyle.ToString">
            <summary>
            Converts the value of the current CurrencyStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencyStyle.Language">
            <summary>
            Contains a language code.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencyStyle.Country">
            <summary>
            Contains a country code for a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencyStyle.Title">
            <summary>
            Specifies the title of a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencyStyle.IsVolatile">
            <summary>
            Specifies whether unused style in a document are retained or discarded by consumers.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencyStyle.AutoOrder">
            <summary>
            Specifies whether data is ordered to match the default order for the language and country of a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencyStyle.TransliterationFormat">
            <summary>
            Specifies which number characters to use.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencyStyle.TransliterationLanguage">
            <summary>
            Specifies the language code in conformance with [RFC5646].
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencyStyle.TransliterationCountry">
            <summary>
            Specifies the country code in conformance with [RFC5646].
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencyStyle.TransliterationStyle">
            <summary>
            Specifies the transliteration-format of a number system.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencyStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencyStyle.PrefixCurrencySymbolText">
            <summary>
            Specifies the string that is displayed before currency symbol.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencyStyle.SuffixCurrencySymbolText">
            <summary>
            Specifies the string that is displayed after currency symbol.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencyStyle.Symbol">
            <summary>
            Specifies whether a currency symbol is displayed in a currency style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencyStyle.Number">
            <summary>
            Specifies the display formatting properties for a decimal number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencyStyle.StyleMappings">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.StyleMapping" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.CurrencySymbol">
            <summary>
            Represents whether a currency symbol is displayed in a currency style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CurrencySymbol.#ctor">
            <summary>
            Initializes a new instance of the CurrencySymbol class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CurrencySymbol.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CurrencySymbol class.
            </summary>
            <param name="text"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CurrencySymbol.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the CurrencySymbol class.
            </summary>
            <param name="text"></param>
            <param name="language"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CurrencySymbol.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the CurrencySymbol class.
            </summary>
            <param name="text"></param>
            <param name="language"></param>
            <param name="country"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CurrencySymbol.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.CurrencySymbol.ToString">
            <summary>
            Converts the value of the current CurrencySymbol object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencySymbol.Language">
            <summary>
            Specifies the language code.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencySymbol.Country">
            <summary>
            Specifies the country code.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.CurrencySymbol.Text">
            <summary>
            Contains the text of the currency symbol.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DashStyle">
            <summary>
            Represents dash style.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.DashStyle.Rectangular">
            <summary>
            Rectangular dash style.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.DashStyle.Round">
            <summary>
            Round dash style.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.DashStyle.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DataLabelNumber">
            <summary>
            Specifies whether the value and/or the percentage of a data point should be displayed within a data label.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.DataLabelNumber.Percentage">
            <summary>
            Only the percentage value should be displayed.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.DataLabelNumber.Value">
            <summary>
            Only the value should be displayed within the data label.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.DataLabelNumber.ValueAndPercentage">
            <summary>
            Both the value and the percentage should be displayed.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.DataLabelNumber.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DateStyle">
            <summary>
            Represents a style for date values.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DateStyle.#ctor">
            <summary>
            Initializes a new instance of the DateStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DateStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DateStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DateStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DateStyle.ToString">
            <summary>
            Converts the value of the current DateStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.Language">
            <summary>
            Specifies the language code. The country code is used for formatting properties whose evaluation is locale dependent.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.Country">
            <summary>
            Specifies the country code for a data style. The country code is used for formatting properties whose evaluation is locale dependent.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.Title">
            <summary>
            Specifies the title of a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.IsVolatile">
            <summary>
            Specifies whether unused style in a document are retained or discarded by consumers.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.AutoOrder">
            <summary>
            Specifies whether data is ordered to match the default order for the language and country of a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.FormatSource">
            <summary>
            Specifies the source of definitions of the short and long display formats.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.TransliterationFormat">
            <summary>
            Specifies which number characters to use.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.TransliterationLanguage">
            <summary>
            Specifies the language code in conformance with [RFC5646].
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.TransliterationCountry">
            <summary>
            Specifies the country code in conformance with [RFC5646].
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.TransliterationStyle">
            <summary>
            Specifies the transliteration-format of a number system.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.StyleMappings">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.StyleMapping" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.Day">
            <summary>
            Contains the day of a month in a date.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.Month">
            <summary>
            Contains the month in a date.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.Year">
            <summary>
            Contains the year in a date.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.Era">
            <summary>
            Contains an era in which a year is counted.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.DayOfWeek">
            <summary>
            Contains the day of a week in a date.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.WeekOfYear">
            <summary>
            Contains a week of a year in a date.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.Quarter">
            <summary>
            Contains a quarter of the year in a date.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.Hours">
            <summary>
            Specifies whether hours are displayed as part of a date or time.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.Minutes">
            <summary>
            Specifies whether minutes are displayed as part of a date or time.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.Seconds">
            <summary>
            Specifies whether seconds are displayed as part of a date or time.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.AmPm">
            <summary>
            Specifies whether AM/PM is included as part of a date or time.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.DayText">
            <summary>
            Contains the day text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.MonthText">
            <summary>
            Contains the month text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.YearText">
            <summary>
            Contains the year text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.EraText">
            <summary>
            Contains the era text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.DayOfWeekText">
            <summary>
            Contains the day of week text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.WeekOfYearText">
            <summary>
            Contains the week of year text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.QuarterText">
            <summary>
            Contains the quarter text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.HoursText">
            <summary>
            Contains the hours text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.MinutesText">
            <summary>
            Contains the minutes text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.SecondsText">
            <summary>
            Contains the seconds text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DateStyle.AmPmText">
            <summary>
            Contains the am/pm text.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Day">
            <summary>
            Represents a day of a month in a date.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Day.#ctor">
            <summary>
            Initializes a new instance of the Day class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Day.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Day.ToString">
            <summary>
            Converts the value of the current Day object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Day.DisplayFormat">
            <summary>
            Specifies the display format.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Day.Calendar">
            <summary>
            Specifies the calendar system used to extract parts of a date.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DayOfWeek">
            <summary>
            Represents a day of a week in a date.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DayOfWeek.#ctor">
            <summary>
            Initializes a new instance of the DayOfWeek class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DayOfWeek.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DayOfWeek.ToString">
            <summary>
            Converts the value of the current DayOfWeek object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DayOfWeek.DisplayFormat">
            <summary>
            Specifies the display format of the day of week.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DayOfWeek.Calendar">
            <summary>
            Specifies the calendar system used to extract parts of a date.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DecimalNumber">
            <summary>
            Represents the decimal number.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DecimalNumber.#ctor">
            <summary>
            Initializes a new instance of the DecimalNumber class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DecimalNumber.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DecimalNumber.ToString">
            <summary>
            Converts the value of the current DecimalNumber object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DecimalNumber.DecimalReplacement">
            <summary>
            Specifies the replacement text for decimal places if a number style specifies that decimal places are used but the number displayed is an integer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DecimalNumber.DecimalPlaces">
            <summary>
            Specifies the number of decimal places to display.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DecimalNumber.MinIntegerDigits">
            <summary>
            Specifies the minimum number of integer digits to display in a number, a scientific number, or a fraction.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DecimalNumber.DisplayFactor">
            <summary>
            Specifies the factor by which each number is scaled (divided) before displaying.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DecimalNumber.Grouping">
            <summary>
            Specifies whether the integer digits of a number should be grouped using a separator character.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DecimalNumber.EmbeddedTexts">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.NumberEmbeddedText" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DefaultCellStyle">
            <summary>
            Represents default styles of the cell. 
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultCellStyle.#ctor">
            <summary>
            Initializes a new instance of the DefaultCellStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultCellStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultCellStyle.ToString">
            <summary>
            Converts the value of the current DefaultCellStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultCellStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultCellStyle.ParagraphProperties">
            <summary>
            Specifies formatting properties for paragraph.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultCellStyle.CellProperties">
            <summary>
            Specifies formatting properties for cell.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DefaultChartStyle">
            <summary>
            Represents default styles of the chart. 
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultChartStyle.#ctor">
            <summary>
            Initializes a new instance of the DefaultChartStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultChartStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultChartStyle.ToString">
            <summary>
            Converts the value of the current DefaultChartStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultChartStyle.ChartProperties">
            <summary>
            Specifies formatting properties for chart.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultChartStyle.GraphicProperties">
            <summary>
            Specifies formatting properties for graphic.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultChartStyle.ParagraphProperties">
            <summary>
            Specifies formatting properties for paragraf.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultChartStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DefaultColumnStyle">
            <summary>
            Represents default styles of the column. 
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultColumnStyle.#ctor">
            <summary>
            Initializes a new instance of the DefaultColumnStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultColumnStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultColumnStyle.ToString">
            <summary>
            Converts the value of the current DefaultColumnStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultColumnStyle.Width">
            <summary>
            Specifies the fixed width for a column.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultColumnStyle.RelativeWidth">
            <summary>
            Specifies the relative width of a column with a number value, followed by a ”*” (ASTERISK, U+002A) character.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultColumnStyle.UseOptimalWidth">
            <summary>
            Specifies that a column width should be recalculated automatically if content in the column changes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultColumnStyle.BreakBefore">
            <summary>
            Specifies the break before.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultColumnStyle.BreakAfter">
            <summary>
            Specifies the break after.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DefaultDrawingPageStyle">
            <summary>
            Represents default styles of the drawing page. 
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultDrawingPageStyle.#ctor">
            <summary>
            Initializes a new instance of the DefaultDrawingPageStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultDrawingPageStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultDrawingPageStyle.ToString">
            <summary>
            Converts the value of the current DefaultDrawingPageStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DefaultGraphicStyle">
            <summary>
            Represents default styles of the graphic style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultGraphicStyle.#ctor">
            <summary>
            Initializes a new instance of the DefaultGraphicStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultGraphicStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultGraphicStyle.ToString">
            <summary>
            Converts the value of the current DefaultGraphicStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultGraphicStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultGraphicStyle.ParagraphProperties">
            <summary>
            Specifies formatting properties for paragraph.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultGraphicStyle.GraphicProperties">
            <summary>
            Specifies formatting properties for graphic.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DefaultParagraphStyle">
            <summary>
            Represents default styles of the paragraph style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultParagraphStyle.#ctor">
            <summary>
            Initializes a new instance of the DefaultParagraphStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultParagraphStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultParagraphStyle.ToString">
            <summary>
            Converts the value of the current DefaultParagraphStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultParagraphStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultParagraphStyle.ParagraphProperties">
            <summary>
            Specifies formatting properties for paragraph.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DefaultRowStyle">
            <summary>
            Represents default styles of the row style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultRowStyle.#ctor">
            <summary>
            Initializes a new instance of the DefaultRowStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultRowStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultRowStyle.ToString">
            <summary>
            Converts the value of the current DefaultRowStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultRowStyle.Height">
            <summary>
            Specifies the fixed row height.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultRowStyle.MinHeight">
            <summary>
            Specifies the fixed minimum height for a row.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultRowStyle.UseOptimalHeight">
            <summary>
            Specifies that a row height should be recalculated automatically if content in the row changes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultRowStyle.BackgroundColor">
            <summary>
            Specifies the background color for row.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultRowStyle.BreakBefore">
            <summary>
            Specifies the break before.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultRowStyle.BreakAfter">
            <summary>
            Specifies the break after.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultRowStyle.KeepTogether">
            <summary></summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DefaultRubyStyle">
            <summary>
            Represents default styles of the ruby style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultRubyStyle.#ctor">
            <summary>
            Initializes a new instance of the DefaultRubyStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultRubyStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultRubyStyle.ToString">
            <summary>
            Converts the value of the current DefaultRubyStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultRubyStyle.Position">
            <summary>
            Specifies the vertical position of the ruby text in relationship to the ruby base.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultRubyStyle.Alignment">
            <summary>
            Specifies the horizontal alignment of the ruby text in relationship to the ruby base.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DefaultSectionStyle">
            <summary>
            Represents default styles of the section style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultSectionStyle.#ctor">
            <summary>
            Initializes a new instance of the DefaultSectionStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultSectionStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultSectionStyle.ToString">
            <summary>
            Converts the value of the current DefaultSectionStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultSectionStyle.BackgroundColor">
            <summary>
            Specifies the background color for section.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultSectionStyle.LeftMargin">
            <summary>
            Specifies the left margin for section.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultSectionStyle.RightMargin">
            <summary>
            Specifies the right margin for section.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultSectionStyle.Separator">
            <summary>
            Specifies the separator for section.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultSectionStyle.Columns">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.SectionColumn" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultSectionStyle.Protect">
            <summary>
            Specifies that sections should not be changed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultSectionStyle.DontBalanceTextColumns">
            <summary>
            Specifies whether the text column content should be evenly distributed over all text columns or not.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultSectionStyle.WritingMode">
            <summary>
            Writing mode is inherited from the page that contains the element where this attribute appears.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DefaultStyle">
            <summary>
             Represents default style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultStyle.ToString">
            <summary>
            Converts the value of the current DefaultStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultStyle.Family">
            <summary>
            Contains the style family.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DefaultTableStyle">
            <summary>
            Represents default styles of the table style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultTableStyle.#ctor">
            <summary>
            Initializes a new instance of the DefaultTableStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultTableStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultTableStyle.ToString">
            <summary>
            Converts the value of the current DefaultTableStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.Alignment">
            <summary>
            Specifies the horizontal alignment of a table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.Width">
            <summary>
            Specifies the fixed width of a table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.RelativeWidth">
            <summary>
            Specifies the width of a table relative to the width of the area that the table is in.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.BackgroundColor">
            <summary>
            Specifies the background color for table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.Margin">
            <summary>
            Specifies the margin for table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.LeftMargin">
            <summary>
            Specifies the left margin for table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.RightMargin">
            <summary>
            Specifies the right margin for table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.TopMargin">
            <summary>
            Specifies the top margin for table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.BottomMargin">
            <summary>
            Specifies the bottom margin for table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.Display">
            <summary>
            Specifies whether a table is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.WritingMode">
            <summary>
            Specifies the writing mode of the table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.BorderModel">
            <summary>
            Specifies what border model to use when creating a table with a border.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.EnableBreakBetweenRows">
            <summary>
            Specifies that a page break may occur inside a table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.KeepTogether">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.Shadow">
            <summary>
            Specifies the shadow effect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.BreakBefore">
            <summary>
            Specifies the break before.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.BreakAfter">
            <summary>
            Specifies the break after.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTableStyle.PageNumber">
            <summary>
            Specifies the page number that should be used for a new page when either a paragraph or table style specifies a master page that should be applied beginning from the start of a paragraph or table.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DefaultTextStyle">
            <summary>
            Represents default styles of the text style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultTextStyle.#ctor">
            <summary>
            Initializes a new instance of the DefaultTextStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultTextStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DefaultTextStyle.ToString">
            <summary>
            Converts the value of the current DefaultTextStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.FontVariant">
            <summary>
            Contains the font variant of the text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.TextTransformation">
            <summary>
            Specifies the text transformation.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.Color">
            <summary>
            Contains the color of the text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.UseWindowFontColor">
            <summary>
            Specifies whether the window foreground color should be used as the foreground color for a light background color and white for a dark background color. The determination of what constitutes a light or dark color is implementation defined.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.TextOutline">
            <summary>
            Specifies whether to display an outline of text or the text itself.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.TextLineThrough">
            <summary>
            Specifies the color that is used for line-through text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.TextLineThroughStyle">
            <summary>
            Specifies the style for rendering a line-through text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.TextLineThroughWidth">
            <summary>
            Specifies the width of a line-through line. The value bold specifies a line width that is calculated from the font sizes like an auto width, but is wider than an auto width.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.TextLineThroughColor">
            <summary>
            Specifies the color that is used for line-through text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.TextLineThroughText">
            <summary>
            Specifies the text that is used for line-through.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.TextLineThroughTextStyle">
            <summary>
            Specifies the text style that is applied to text-line-through characters. It is not applied to line-through lines. If the attribute appears in an automatic style, it may reference either an automatic text style or a common style. If the attribute appears in a common style, it may reference a common style only.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.TextPosition">
            <summary>
            Specifies whether text is positioned above or below the baseline and to specify the relative font height that is used for this text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.Font">
            <summary>
            Specifies the font of the text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.AsianFont">
            <summary>
            Specifies the font of choice.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.ComplexFont">
            <summary>
            Specifies the font of choice.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.FontStyle">
            <summary>
            Specifies the font style name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.AsianFontStyle">
            <summary>
            Specifies whether to use normal or italic font face.
            The defined values are:
            -italic: characters displayed in an italic font face.
            -normal: characters displayed in normal font face.
            -oblique: characters displayed in an oblique font face.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.ComplexFontStyle">
            <summary>
            Specifies whether to use normal or italic font face.
            The defined values are:
            -italic: characters displayed in an italic font face.
            -normal: characters displayed in normal font face.
            -oblique: characters displayed in an oblique font face.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.FontSize">
            <summary>
            Specifies the size of a font.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.AsianFontSize">
            <summary>
            Specifies the size of a font.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.ComplexFontSize">
            <summary>
            Specifies the size of a font.It is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.RelativeFontSize">
            <summary>
            Specifies the relative font size change.It is evaluated for any [UNICODE] character other than CJK or complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.RelativeAsianFontSize">
            <summary>
            Specifies the relative font size change.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.RelativeComplexFontSize">
            <summary>
            Specifies the relative font size change.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.Country">
            <summary>
            Specifies the country of a text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.AsianCountry">
            <summary>
            Specifies the country of a text.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.ComplexCountry">
            <summary>
            Specifies the country of a text.It is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.Language">
            <summary>
            Specifies the language of a text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.AsianLanguage">
            <summary>
            Specifies the language of a text.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.ComplexLanguage">
            <summary>
            Specifies the language of a text.It is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.FontCharacterSet">
            <summary>
            Specifies whether a font defines glyphs according to the semantics of [UNICODE] or not.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.AsianFontCharacterSet">
            <summary>
            Specifies whether a font defines glyphs according to the semantics of [UNICODE] or not. It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.ComplexFontCharacterSet">
            <summary>
            Specifies whether a font defines glyphs according to the semantics of [UNICODE] or not.It is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.FontPitch">
            <summary>
            Specifies whether a font has a fixed or variable width.
            This attribute is evaluated for any [UNICODE] character other than CJK or complex text layout (CTL) characters.
            The defined values are:
            -fixed: font pitch is fixed.
            -variable: font pitch is variable.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.AsianFontPitch">
            <summary>
            Specifies whether a font has a fixed or variable width.
            This attribute is evaluated for [UNICODE] characters that are CJK characters.
            The defined values are:
            -fixed: font width is fixed.
            -variable: font width is variable.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.ComplexFontPitch">
            <summary>
            Specifies whether a font has a fixed or variable width.
            This attribute is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            The defined values are:
            -fixed: font width is fixed.
            -variable: font width is variable.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.FontFamily">
            <summary>
            Specifies the font family for a text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.AsianFontFamily">
            <summary>
            Specifies the font family for a text.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.ComplexFontFamily">
            <summary>
            Specifies the font family for a text.This attribute is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.FontWeight">
            <summary>
            Specifies the weight of a font.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.AsianFontWeight">
            <summary>
            Specifies the weight of a font.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.ComplexFontWeight">
            <summary>
            Specifies the weight of a font.It is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.GenericFontFamily">
            <summary>
            Specifies the generic font family name.This attribute is evaluated for any [UNICODE] character other than CJK or complex text layout (CTL) characters.
            The defined values are:
            -decorative: the family of decorative fonts.
            -modern: the family of modern fonts.
            -roman: the family roman fonts (with serifs).
            -script: the family of script fonts.
            -swiss: the family roman fonts (without serifs).
            -system: the family system fonts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.AsianGenericFontFamily">
            <summary>
            Specifies the generic Asian font family name.It is evaluated for [UNICODE] characters that are CJK characters.
            The defined values are:
            -decorative: the family of decorative fonts.
            -modern: the family of modern fonts.
            -roman: the family roman fonts (with serifs).
            -script: the family of script fonts.
            -swiss: the family roman fonts (without serifs).
            -system: the family system fonts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.ComplexGenericFontFamily">
            <summary>
            Specifies the generic font family name.
            The defined values are:
            -decorative: the family of decorative fonts.
            -modern: the family of modern fonts.
            -roman: the family roman fonts (with serifs).
            -script: the family of script fonts.
            -swiss: the family roman fonts (without serifs).
            -system: the family system fonts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.FontStyleType">
            <summary>
            Specifies the font style type.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.AsianFontStyleType">
            <summary>
            Specifies the font asian style type.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.ComplexFontStyleType">
            <summary>
            Specifies the font complex style type.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.BackgroundColor">
            <summary>
            Specifies the background color for text sections. This can be transparent or a color.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.Shadow">
            <summary>
            Specifies the text shadow style to use.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.ScriptType">
            <summary>
            Specifies the script type. The attribute is evaluated for any [UNICODE] characters that are not CJK or complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.FontRelief">
            <summary>
            Specifies whether a font should be embossed, engraved, or neither.
            The defined values are:
            -embossed: characters are embossed.
            -engraved: characters are engraved.
            -none: characters are neither embossed or engraved.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.UnderlineType">
            <summary>
            Specifies the type of underlining applied to a text.
            The defined values are:
            -double: a double line should be used for underlining applied to a text.
            -none: deprecated.
            -single: a single line should be used for underlining applied to a text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.UnderlineStyle">
            <summary>
            Specifies the style for underlining text.
            The defined values are:
            -none: text has no underlining.
            -dash: text has a dashed line underlining it.
            -dot-dash: text has a line whose repeating pattern is a dot followed by a dash underlining it.
            -dot-dot-dash: text has a line whose repeating pattern is two dots followed by a dash underlining it.
            -dotted: text has a dotted line underlining it.
            -long-dash: text has a dashed line whose dashes are longer than the ones from the dashed line for value dash underlining it.
            -solid: text has a solid line underlining it.
            -wave: text has a wavy line underlining it. 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.UnderlineWordMode">
            <summary>
            Specifies whether underlining is applied to words only or to portions of text. If underlining is applied to text portions, the spaces between words and the words are underlined.
            The defined values are:
            -continuous: underlining is applied to words and separating spaces.
            -skip-white-space: underlining is not applied to spaces between words.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.UnderlineWidth">
            <summary>
            Specifies the width of an underline. The value bold specifies a line width that is calculated from the font sizes like an auto width, but is wider than an auto width.
            The defined values are:
            -auto: the width of an underline should be calculated from the font size of the text where the underline will appear.
            -bold: the width of an underline should be calculated from the font size of the text where the underline will appear but is wider than for the value of auto.
            -a value of type percent
            -a value of type positive integer 
            -a value of type positive length 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.UnderlineColor">
            <summary>
            Specifies the color that is used to underline text. The value of this attribute is either font-color or a color.
            The defined values are:
            -font-color: the current text color is used for underlining.
            -a value of type color: the color to be used for underlining.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.LineThroughWordMode">
            <summary>
            Specifies whether lining through is applied to words only or to portions of text.
            The defined values are:
            -continuous: lining is applied to words and separating spaces.
            -skip-white-space: lining is not applied to spaces between words.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.EnableLetterKerning">
            <summary>
            Specifies whether kerning between characters is enabled or disabled.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.EnableTextBlinking">
            <summary>
            Specifies whether text blinks.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.TextCombine">
            <summary>
            Specifies whether to combine characters so that they are displayed within two lines.
            The defined values are:
            -letters: Display text in Kumimoji. Up to five (5) characters are combined within two lines and are displayed with a reduced size in a single wide-cell character. Additional characters are displayed as normal text.
            -lines: Displays text in Warichu. All characters with the style:text-combine attribute that immediately follow each other are displayed within two lines of approximately the same length. A line break may occur between any two characters to meet this constraint.
            -none: characters should not be combined.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.TextCombineStartChar">
            <summary>
            Specifies the start character that is displayed before a portion of text
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.TextCombineEndChar">
            <summary>
            Specifies the end character that is displayed after a portion of text
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.TextRotationAngle">
            <summary>
            Specifies an angle to which text is rotated.If more than one character is selected, the entire selection is rotated as a block.
            The defined values for are:
            -0 degrees
            -90 degrees
            -270 degrees
            -an angle. The value shall be one of 0deg, 90deg or 270deg, or any of its equivalents in rad or grad.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.TextRotationScale">
            <summary>
            Specifies whether for rotated text the width of the text should be scaled to fit into the current line height or the width of the text should remain fixed, therefore changing the current line height.
            The defined values for are:
            -fixed: width of text should remain fixed.
            -line-height: width of text should be scaled to fit the current line height.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.EnableHyphenation">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.HyphenationRemainCharCount">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.HyphenationPushCharCount">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.LetterSpacing">
            <summary>
            Specifies the spacing between letters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.DefaultTextStyle.TextScale">
            <summary>
            Specifies the text scale. 
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Direction">
            <summary>
            Represents the direction of characters.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Direction.LeftToRight">
            <summary>
            Left to right.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Direction.TopToBottom">
            <summary>
            Top to bottom, characters are stacked but not rotated.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Direction.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DisplayFormat">
            <summary>
            Represents the format of the display.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.DisplayFormat.Short">
            <summary>
            Short format.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.DisplayFormat.Long">
            <summary>
            Long format.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.DisplayFormat.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DrawingPageStyle">
            <summary>
            Represents the drawing page style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DrawingPageStyle.#ctor">
            <summary>
            Initializes a new instance of the DrawingPageStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DrawingPageStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DrawingPageStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DrawingPageStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DrawingPageStyle.ToString">
            <summary>
            Converts the value of the current DrawingPageStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.DropCap">
            <summary>
            Represents if the first character or more of a paragraph is displayed in a larger font, that spans multiple lines.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DropCap.#ctor">
            <summary>
            Initializes a new instance of the DropCap class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DropCap.Clone">
            <summary>
            Initializes a new instance of the DropCap class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.DropCap.ToString">
            <summary>
            Converts the value of the current DropCap object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Era">
            <summary>
            Represents an era in which a year is counted.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Era.#ctor">
            <summary>
            Initializes a new instance of the Era class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Era.Clone">
            <summary>
            Initializes a new instance of the Era class.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Era.ToString">
            <summary>
            Converts the value of the current Era object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Era.DisplayFormat">
            <summary>
            Specifies whether the content of a time element is displayed in short or long format.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Era.Calendar">
            <summary>
            Specifies the calendar system used to extract parts of a date.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.FillImage">
            <summary>
            Represents a link to a bitmap resource.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FillImage.#ctor">
            <summary>
            Initializes a new instance of the FillImage class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FillImage.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FillImage class.
            </summary>
            <param name="filePath"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FillImage.#ctor(System.String,System.IO.Stream)">
            <summary>
            Initializes a new instance of the FillImage class.
            </summary>
            <param name="fileName"></param>
            <param name="stream"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FillImage.#ctor(System.String,System.Byte[])">
            <summary>
            Initializes a new instance of the FillImage class.
            </summary>
            <param name="fileName"></param>
            <param name="buffer"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FillImage.Load(System.String)">
            <summary>
            Load a bitmap resource.
            </summary>
            <param name="filePath"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FillImage.Load(System.String,System.IO.Stream)">
            <summary>
            Load a bitmap resource.
            </summary>
            <param name="fileName"></param>
            <param name="stream"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FillImage.Load(System.String,System.Byte[])">
            <summary>
            Load a bitmap resource.
            </summary>
            <param name="fileName"></param>
            <param name="buffer"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FillImage.Save(System.String)">
            <summary>
            Save a bitmap resource.
            </summary>
            <param name="filePath"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FillImage.Save(System.IO.Stream)">
            <summary>
            Save a bitmap resource.
            </summary>
            <param name="stream"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FillImage.GetStream">
            <summary></summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FillImage.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FillImage.ToString">
            <summary>
            Converts the value of the current FillImage object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FillImage.Name">
            <summary>
            Specifies the name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FillImage.DisplayName">
            <summary>
            Specifies the name of the image.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FillImage.Location">
            <summary>
            Locates a remote resource.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FillImage.Type">
            <summary>
            Specifies the type of the image.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FillImage.Show">
            <summary>
            Specifies the show of the image.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FillImage.Actuate">
            <summary>
            Specifies the actuate of the image.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FillImage.Width">
            <summary>
            Specifies the width of a linked image.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FillImage.Height">
            <summary>
            Specifies the height of a linked image.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FillImage.Filter">
            <summary>
            Specifies the filter name for the image.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FillImage.FileName">
            <summary>
            Specifies the file name for the image.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FillImage.Buffer">
            <summary>
            Contains an array of bytes of the image. 
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.FillImageReferencePosition">
            <summary>
            Represents alignment of an image in the filling area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillImageReferencePosition.TopLeft">
            <summary>
            Image aligned with the top-left of the filling area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillImageReferencePosition.Top">
            <summary>
            Image aligned with the top of the filling area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillImageReferencePosition.TopRight">
            <summary>
            Image aligned with the top-right of the filling area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillImageReferencePosition.Left">
            <summary>
            Image aligned with the left of the filling area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillImageReferencePosition.Center">
            <summary>
            Image aligned with the center of the filling area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillImageReferencePosition.Right">
            <summary>
            Image aligned with the right of the filling area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillImageReferencePosition.BottomLeft">
            <summary>
            Image aligned with the bottom-left of the filling area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillImageReferencePosition.Bottom">
            <summary>
            Image aligned with the bottom of the filling area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillImageReferencePosition.BottomRight">
            <summary>
            Image aligned with the bottom-right of the filling area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillImageReferencePosition.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.FillImageRenderingStyle">
            <summary>
            Represents if an image can be repeated or stretched over an area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillImageRenderingStyle.Repeat">
            <summary>
            Image should be repeated.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillImageRenderingStyle.NoRepeat">
            <summary>
            Image should not be repeated.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillImageRenderingStyle.Stretch">
            <summary>
            Image should be stretched over an area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillImageRenderingStyle.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.FillRule">
            <summary>
            Specifies how the intersecting areas of objects contained in a drawing and grafic are combined to form the area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillRule.NonZero">
            <summary>
            Rule that determines whether a point is in the fill region by drawing a ray from that point to infinity in any direction and counting the number of path segments within the given shape that the ray crosses. If this number is odd, the point is inside; if even, the point is outside. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillRule.EvenOdd">
            <summary>
            Rule that determines whether a point is in the fill region of the path by drawing a ray from that point to infinity in any direction and then examining the places where a segment of the shape crosses the ray. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillRule.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.FillStyle">
            <summary>
            Represents the fill style for a graphic object.Graphic objects that are not closed will not be filled.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillStyle.Solid">
            <summary>
            The drawing is filled with color.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillStyle.Bitmap">
            <summary>
            The drawing is filled with the bitmap.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillStyle.Gradient">
            <summary>
            The drawing is filled with the gradient.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillStyle.Hatch">
            <summary>
            The drawing is filled with the hatch.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FillStyle.None">
            <summary>
            The drawing is not filled.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Font">
            <summary>
            Represents a font face declaration which documents the properties of a font used by the author of a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Font.#ctor">
            <summary>
            Initializes a new instance of the Font class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Font.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Font.ToString">
            <summary>
            Converts the value of the current Font object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Font.Name">
            <summary>
            Specifies the unique name for a font declaration.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Font.Family">
            <summary>
            Specifies the family of the font.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Font.Adornments">
            <summary>
            Specifies the characteristic of the font.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Font.GenericFontFamily">
            <summary>
            Specifies the generic font family name.
            The defined values for the style:font-family-generic attribute are:
            -decorative: the family of decorative fonts.
            -modern: the family of modern fonts.
            -roman: the family roman fonts (with serifs).
            -script: the family of script fonts.
            -swiss: the family roman fonts (without serifs).
            -system: the family system fonts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Font.Pitch">
            <summary>
            Specifies whether a font has a fixed or variable width.
            The defined values are:
            -fixed: font has a fixed width.
            -variable: font has a variable width.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Font.CharacterSet">
            <summary>
            Specifies whether a font defines glyphs according to the semantics of [UNICODE] or not.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Font.Style">
            <summary>
            Specifies the font style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Font.Variant">
            <summary>
            Specifies the font variant.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Font.Weight">
            <summary>
            Specifies the font weight.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Font.Stretch">
            <summary>
            Specifies the font stretch.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Font.Size">
            <summary>
            Specifies the font size.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.FontPitch">
            <summary>
            Represents whether a font has a fixed or variable width.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontPitch.Fixed">
            <summary>
            Font has a fixed width.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontPitch.Variable">
            <summary>
            Font has a variable width.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontPitch.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.FontRelief">
            <summary>
            Represents whether a font should be embossed, engraved, or neither.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontRelief.Embossed">
            <summary>
            Characters are embossed.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontRelief.Engraved">
            <summary>
            Characters are engraved.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontRelief.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.FontStretch">
            <summary>
            Represents font stretch for the text content.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontStretch.Normal">
            <summary>
            Font strech is normal.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontStretch.UltraCondensed">
            <summary>
            Font strech is ultra condensed.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontStretch.ExtraCondensed">
            <summary>
            Font strech is extra condensed.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontStretch.Condensed">
            <summary>
            Font strech is condensed. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontStretch.SemiCondensed">
            <summary>
            Font strech is semi condensed.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontStretch.SemiExpanded">
            <summary>
            Font strech is semi expanded.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontStretch.Expanded">
            <summary>
            Font strech is expanded.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontStretch.ExtraExpanded">
            <summary>
            Font strech is expanded.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontStretch.UltraExpanded">
            <summary>
            Font strech is ultra expanded.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontStretch.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.FontStyleType">
            <summary>
            Represents font style type.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontStyleType.Normal">
            <summary>
            Normal.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontStyleType.Italic">
            <summary>
            Italic.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontStyleType.Oblique">
            <summary>
            Oblique.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontStyleType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.FontVariant">
            <summary>
            Represents font variant.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontVariant.Normal">
            <summary>
            Normal.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontVariant.SmallCaps">
            <summary>
            Small caps.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontVariant.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.FontWeight">
            <summary>
            Represents font weight.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontWeight.Normal">
            <summary>
            Normal font weight.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontWeight.Bold">
            <summary>
            Bold font weight.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontWeight.Weight100">
            <summary>
            100 font weight.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontWeight.Weight200">
            <summary>
            200 font weight.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontWeight.Weight300">
            <summary>
            300 font weight.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontWeight.Weight400">
            <summary>
            400 font weight.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontWeight.Weight500">
            <summary>
            500 font weight.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontWeight.Weight600">
            <summary>
            600 font weight.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontWeight.Weight700">
            <summary>
            700 font weight.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontWeight.Weight800">
            <summary>
            800 font weight.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontWeight.Weight900">
            <summary>
            900 font weight.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FontWeight.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Footer">
            <summary>
            Represents footer of the document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.#ctor">
            <summary>
            Initializes a new instance of the Footer class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.Add(Independentsoft.Office.Odf.Change)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Change" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.Add(Independentsoft.Office.Odf.ChangeEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeEnd" /> object to the content.
            </summary>
            <param name="changeEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.Add(Independentsoft.Office.Odf.ChangeStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeStart" /> object to the content.
            </summary>
            <param name="changeStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.Add(Independentsoft.Office.Odf.Heading)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Heading" /> object to the content.
            </summary>
            <param name="heading"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.Add(Independentsoft.Office.Odf.IndexOfIllustrations)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.IndexOfIllustrations" /> object to the content.
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.Add(Independentsoft.Office.Odf.Section)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Section" /> object to the content.
            </summary>
            <param name="section"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.Add(Independentsoft.Office.Odf.Table)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Table" /> object to the content.
            </summary>
            <param name="table"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.Add(Independentsoft.Office.Odf.TableOfContents)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.TableOfContents" /> object to the content.
            </summary>
            <param name="toc"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.Add(Independentsoft.Office.Odf.Styles.IHeaderFooterContent)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Styles.IHeaderFooterContent" /> object to the content.
            </summary>
            <param name="footerContent"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Footer.ToString">
            <summary>
            Converts the value of the current Footer object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Footer.Display">
            <summary>
            Specifies whether the footer is displayed or not.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Footer.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.IHeaderFooterContent" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Footer.LeftRegion">
            <summary>
            Specifies the left-aligned portion of a footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Footer.RightRegion">
            <summary>
            Specifies the right-aligned portion of a footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Footer.CenterRegion">
            <summary>
            Specifies the center-aligned portion of a footer.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.FooterStyle">
            <summary>
            Represents the formatting properties for a footer element.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FooterStyle.#ctor">
            <summary>
            Initializes a new instance of the FooterStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FooterStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FooterStyle.ToString">
            <summary>
            Converts the value of the current FooterStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.Height">
            <summary>
            Specifies the height of an header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.MinHeight">
            <summary>
            Specifies the minimum height for a header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.DynamicSpacing">
            <summary>
            Specifies whether the header or footer grows into the space between the page body and the header or footer before the height of the page body becomes smaller.
            The defined values are:
            -false: header or footers do not grow into the space between the header and footer and the page body.
            -true: header or footers first grow into the space between the header and footer and the page body.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.Margin">
            <summary>
            Specifies the marin for a header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.LeftMargin">
            <summary>
            Specifies the percentage that refers to the corresponding left margin of a parent style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.RightMargin">
            <summary>
            Specifies the percentage that refers to the corresponding right margin of a parent style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.TopMargin">
            <summary>
            Specifies the percentage that refers to the corresponding top margin of a parent style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.BottomMargin">
            <summary>
            Specifies the percentage that refers to the corresponding bottom margin of a parent style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.Border">
            <summary>
            Specifies the border for a header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.LeftBorder">
            <summary>
            Specifies the left border for a header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.RightBorder">
            <summary>
            Specifies the right border for a header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.TopBorder">
            <summary>
            Specifies the top border for a header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.BottomBorder">
            <summary>
            Specifies the bottom  border for a header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.BorderLineWidth">
            <summary>
            Specifies the widths of borders defined by the FO border properties for borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.LeftBorderLineWidth">
            <summary>
            Specifies the left widths of borders defined by the FO border properties for borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.RightBorderLineWidth">
            <summary>
            Specifies the right widths of borders defined by the FO border properties for borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.TopBorderLineWidth">
            <summary>
            Specifies the top widths of borders defined by the FO border properties for borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.BottomBorderLineWidth">
            <summary>
            Specifies the bottom widths of borders defined by the FO border properties for borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.Padding">
            <summary>
            Specifies the padding for a footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.LeftPadding">
            <summary>
            Specifies the left padding for a footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.RightPadding">
            <summary>
            Specifies the right padding for a footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.TopPadding">
            <summary>
            Specifies the top padding for a footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.BottomPadding">
            <summary>
            Specifies the bottom padding for a footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.BackgroundColor">
            <summary>
            Specifies the background color for a footers.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FooterStyle.Shadow">
            <summary>
            Specifies the shadow effect for a footers.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.FootnoteSeparator">
            <summary>
            Represents the line that separates a footnote area from a body text area on a page.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FootnoteSeparator.#ctor">
            <summary>
            Initializes a new instance of the FootnoteSeparator class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FootnoteSeparator.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.FootnoteSeparator.ToString">
            <summary>
            Converts the value of the current Clone object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FootnoteSeparator.Width">
            <summary>
            Specifies the width or thickness of a line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FootnoteSeparator.RelativeWidth">
            <summary>
            Specifies the length of the footnote separator line as a percentage of the body text area.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FootnoteSeparator.Color">
            <summary>
            Specifies the color of a column or footnote separator line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FootnoteSeparator.LineStyle">
            <summary>
            Specifies the style of a footnote separator line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FootnoteSeparator.Adjustment">
            <summary>
            Specifies how a footnote separator line is aligned on a page.
            The defined values are:
            -center: footnote separator line centered on page.
            -left: footnote separator line aligned to left on page.
            -right: footnote separator line aligned to right on page.
            The default value for this attribute is left.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FootnoteSeparator.DistanceBeforeSeparator">
            <summary>
            Specifies the space between the body text area and a footnote separator line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.FootnoteSeparator.DistanceAfterSeparator">
            <summary>
            Specifies the space between a footnote separator line and the footnote text.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.FormatSource">
            <summary>
            Represents the source of definitions of the short and long display formats.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FormatSource.Fixed">
            <summary>
            The values short and long o are defined by this standard.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FormatSource.Language">
            <summary>
            The meaning of the values long and short  depend upon the language and country of the date style. If neither of those attributes are specified, consumers should use their default locale for short and long date and time formats.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.FormatSource.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Fraction">
            <summary>
            Represents the display formatting properties for a number style that should be displayed as a fraction.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Fraction.#ctor">
            <summary>
            Initializes a new instance of the Fraction class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Fraction.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Fraction.ToString">
            <summary>
            Converts the value of the current Fraction object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Fraction.MinNumeratorDigits">
            <summary>
            Specifies the minimum number of digits to use to display the numerator in a fraction.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Fraction.MinDenominatorDigits">
            <summary>
            Specifies the minimum number of digits to use to display the denominator of a fraction.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Fraction.DenominatorValue">
            <summary>
            Specifies an integer value that is used as denominator of a fraction. If this attribute is not present, a denominator that is appropriate for displaying the number is used.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Fraction.MinIntegerDigits">
            <summary>
            Specifies the minimum number of integer digits to display in a number, a scientific number, or a fraction.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Fraction.Grouping">
            <summary>
            Specifies whether the integer digits of a number should be grouped using a separator character.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.GenericFontFamily">
            <summary>
            Represents generic font family name.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.GenericFontFamily.Roman">
            <summary>
            The family roman fonts (with serifs).
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.GenericFontFamily.Swiss">
            <summary>
            The family roman fonts (without serifs).
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.GenericFontFamily.Modern">
            <summary>
            The family of modern fonts.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.GenericFontFamily.Decorative">
            <summary>
            The family of decorative fonts.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.GenericFontFamily.Script">
            <summary>
            The family of script fonts.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.GenericFontFamily.System">
            <summary>
            The family system fonts.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.GenericFontFamily.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Gradient">
            <summary>
            Represents a gradient for filling a drawing object.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Gradient.#ctor">
            <summary>
            Initializes a new instance of the Gradient class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Gradient.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Gradient.ToString">
            <summary>
            Converts the value of the current Gradient object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Gradient.Name">
            <summary>
            Specifies the name by which a gradient can be referenced.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Gradient.DisplayName">
            <summary>
            Specifies the name of a gradient.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Gradient.Style">
            <summary>
            Specifies the rendering of graphic objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Gradient.CenterX">
            <summary>
            Specifies the center of the geometry that is used for the gradient.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Gradient.CenterY">
            <summary>
            Specifies the center of the geometry that is used for the gradient.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Gradient.StartColor">
            <summary>
            Specifies the start value for the gradient element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Gradient.EndColor">
            <summary>
            Specifies the end value for the gradient element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Gradient.StartIntensity">
            <summary>
            Specifies the intensity of the gradient's start color as a percentage value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Gradient.EndIntensity">
            <summary>
            Specifies the intensity of the gradient's end color as a percentage value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Gradient.Angle">
            <summary>
            Specifies an angle that rotates the axis at which the gradient values are interpolated.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Gradient.Border">
            <summary>
            Specifies the percentage value that is used to scale a border area which is filled by a solid color.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.GradientStyle">
            <summary>
            Represents a rendering for a gradient.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.GradientStyle.Linear">
            <summary>
            Defines a gradient where the colors blend along a linear vector perpendicular to the axis of the gradient.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.GradientStyle.Axial">
            <summary>
            Defines a bi-linear gradient that is also known as reflected gradient or mirrored linear gradient. It is created as a linear gradient that is mirrored (or reflected) along its axis.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.GradientStyle.Radial">
            <summary>
            Defines a gradient where the colors are blend along the radius from the center of a circle. The outside of the circle is filled with the end color.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.GradientStyle.Ellipsoid">
            <summary>
            Defines a gradient where the colors are blend along the radius from the center of an ellipsoid. The length of the semi major axis is the width of the filled area and the length of the semi minor axis is the height of the filled area. The area outside the ellipse is filled with the end color.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.GradientStyle.Square">
            <summary>
            Defines a gradient that produces a square blend, imitating the visual perspective in a corridor or the aerial view of a pyramid. Also known as "box gradient" and "pyramidal gradient". 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.GradientStyle.Rectangular">
            <summary>
            Defines a gradient that produces a rectangular blend from the center of the rectangle to the shortest of the 4 borders. The center of the rectangle is defined with the attributes draw:cx and draw:cy. The width of the rectangle is the width of the filled area, the height of the rectangle is the height of the filled area. The outside of the square is filled with the end color.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.GradientStyle.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.GraphicProperties">
            <summary>
            Represents formatting properties for graphic object.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.GraphicProperties.#ctor">
            <summary>
            Initializes a new instance of the GraphicProperties class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.GraphicProperties.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.GraphicProperties.ToString">
            <summary>
            Converts the value of the current GraphicProperties object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.X">
            <summary>
            Specifies the default horizontal position for new frames that are created using the graphics style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.Y">
            <summary>
            Specifies the default vertical position for new frames that are created using the graphics style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.MinHeight">
            <summary>
            Specifies the default minimum height for new frames that are created using a graphics style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.MinWidth">
            <summary>
            Specifies the default minimum width for new frames that are created using a graphics style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.MaxHeight">
            <summary>
            Specifies the default maximum height for new frames that are created using a graphics style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.MaxWidth">
            <summary>
            Specifies the default maximum width for new frames that are created using a graphics style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.Margin">
            <summary>
            Specifies the margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.LeftMargin">
            <summary>
            Specifies the left margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.RightMargin">
            <summary>
            Specifies the right margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.TopMargin">
            <summary>
            Specifies the top margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.BottomMargin">
            <summary>
            Specifies the bottom margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.BackgroundColor">
            <summary>
            Specifies the background color for graphic.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.Border">
            <summary>
            Specifies the border for graphic.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.LeftBorder">
            <summary>
            Specifies the left border for graphic.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.RightBorder">
            <summary>
            Specifies the right border for graphic.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.TopBorder">
            <summary>
            Specifies the top border for graphic.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.BottomBorder">
            <summary>
            Specifies the bottom border for graphic.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.BorderLineWidth">
            <summary>
            Specifies the widths of borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.LeftBorderLineWidth">
            <summary>
            Specifies the left widths of borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.RightBorderLineWidth">
            <summary>
            Specifies the right widths of borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.TopBorderLineWidth">
            <summary>
            Specifies the top widths of borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.BottomBorderLineWidth">
            <summary>
            Specifies the bottom widths of borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.Padding">
            <summary>
            Specifies the padding.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.LeftPadding">
            <summary>
            Specifies the left padding.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.RightPadding">
            <summary>
            Specifies the right padding.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.TopPadding">
            <summary>
            Specifies the top padding.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.BottomPadding">
            <summary>
            Specifies the bottom padding.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.Shadow">
            <summary>
            Specifies if enables or disables a three-dimensional shadow for a three-dimensional object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.PrintContent">
            <summary>
            Specifies if content is printed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.HorizontalPosition">
            <summary>
            Specifies the horizontal alignment of a frame in relation to a specific area for documents
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.HorizontalRelation">
            <summary>
            Specifies the against which the horizontal position of a frame is positioned.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.VerticalPosition">
            <summary>
            Specifies the vertical alignment of a frame relative to a specific area.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.VerticalRelation">
            <summary>
            Specifies the area against which the vertical position of a frame is positioned.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AnchorType">
            <summary>
            Specifies how a frame is bound to a text document. The anchor position is the point at which a frame is bound to a text document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AnchorPageNumber">
            <summary>
            Contains the physical page number of an anchor if the drawing object is bound to a page within a text document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FlowWithText">
            <summary>
            Specifies whether a drawing shape flows with the text of its layout environment or not.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.Wrap">
            <summary>
            Specifies how text is displayed around a frame or graphic object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StrokeStyle">
            <summary>
            Specifies the style of the stroke on the current object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StrokeDash">
            <summary>
            Specifies the dash style that is used for a stroke.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AdditionalStrokeDashStyles">
            <summary>
            Specifies the list of dash styles that are used for the stroke in addition to the dash
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StrokeWidth">
            <summary>
            Specifies the width of a stroke.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StrokeColor">
            <summary>
            Specifies the color of a stroke.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StrokeStartMarker">
            <summary>
            Specifies the width of the marker at the start of a stroke.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StrokeEndMarker">
            <summary>
            Specifies the width of the marker at the end of a stroke.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StrokeStartMarkerWidth">
            <summary>
            Specifies the width of the marker at the start of a stroke.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StrokeEndMarkerWidth">
            <summary>
            Specifies the width of the marker at the end of a stroke.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StrokeStartMarkerCenter">
            <summary>
            Specifies whether a start marker is centered at the start of a stroke.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StrokeEndMarkerCenter">
            <summary>
            Specifies whether an end marker is centered at the end of a stroke.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StrokeOpacity">
            <summary>
            Specifies the opacity of a stroke.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StrokeLineJoin">
            <summary>
            Specifies the shape at the corners of paths or other vector shapes when they are stroked.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FillStyle">
            <summary>
            Specifies the fill style for a graphic object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FillColor">
            <summary>
            Specifies the color of the fill for a graphic object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.SecondaryFillColor">
            <summary>
            Specifies the secondary fill color. It may be used as fill color for the extrusion.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FillGradientStyle">
            <summary>
            Specifies the secondary fill color. It may be used as fill color for the extrusion.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.GradientStepCount">
            <summary>
            Specifies the gradient step count of a color interpolation to be a fixed value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FillHatchStyle">
            <summary>
            Specifies the gradient style that is used for filling graphic objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.IsSolidFillHatch">
            <summary>
            Specifies whether the background of a hatch filling is solid or transparent.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FillImage">
            <summary>
            Specifies the fill image that is used for filling.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FillImageRenderingStyle">
            <summary>
            Specifies if an image can be repeated or stretched over an area.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FillImageWidth">
            <summary>
            Specifies the fill image width.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FillImageHeight">
            <summary>
            Specifies the fill image height.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FillImageReferencePositionX">
            <summary>
            Specifies the horizontal movement of an image as a percentage value, where the percentage value is relative to the image width.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FillImageReferencePositionY">
            <summary>
            Specifies the horizontal movement of an image as a percentage value, where the percentage value is relative to the image width.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FillImageReferencePosition">
            <summary>
            Specifies an alignment of an image in the filling area.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FillImageTileTranslation">
            <summary>
            Specifies for images used for tiling the translation of each tile in relation to the previous tile.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FillOpacity">
            <summary>
            Specifies the opacity for an image or graphic object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FillGradientOpacity">
            <summary>
            Specifies an opacity gradient that defines the opacity for the fill area of a graphic object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FillRule">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.SymbolColor">
            <summary>
            Specifies the color to be used to draw symbols contained on the drawing object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AnimationType">
            <summary>
            Specifies the type of animation that is used for a text.
            The defined values are:
            - alternate: scrolls the text from one side to another and back.
            - none: disables the text animation.
            - scroll: scrolls the text from one side to another.
            - slide: scrolls the text from one side to the original text position and stops there.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AnimationDirection">
            <summary>
            Specifies the scroll direction of animated text.
            The defined values for the text:animation-direction attribute are:
            - down: animated text scrolls down.
            - left: animated text scrolls left.
            - right: animated text scrolls right.
            - up: animated text scrolls up.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StartAnimationInside">
            <summary>
            Specifies if a text animation starts inside or outside a shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StopAnimationInside">
            <summary>
            Specifies if a text animation stops inside or outside a shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AnimationRepeat">
            <summary>
            Specifies the number of times an animation is repeated. If the value of the attribute is 0, the animation is repeated indefinitely.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AnimationDelay">
            <summary>
            Specifies the delay before an animation is started.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AnimationSteps">
            <summary>
            Specifies the distance by which text is moved within a scrolling step.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AutoGrowWidth">
            <summary>
            Specifies whether to automatically increase the width of the drawing object if text is added to the drawing object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AutoGrowHeight">
            <summary>
            Specifies whether to automatically increase the height of the drawing object if text is added to the drawing object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FitToSize">
            <summary>
            Specifies whether to stretch the text content of a drawing object to fill an entire object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.FitToContour">
            <summary>
            Specifies whether to stretch the text content of a drawing object to fill the contour of an object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.TextAreaHorizontalAlignment">
            <summary>
            Specifies the horizontal alignment of the text area inside a shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.TextAreaVerticalAlignment">
            <summary>
            Specifies the vertical alignment of the text area inside a shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.WordWrapType">
            <summary>
            Specifies whether the clipped text is visible or hidden.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.ColorMode">
            <summary>
            Specifies the output of colors from a source bitmap or raster graphic.
            The defined values for the draw:color-mode attribute are:
            - greyscale: image is displayed using intensity only.
            - mono: image is displayed in black and white.
            - standard: image is displayed without modification by the draw:color-mode attribute.
            - watermark: colors are modified to make the resulting image transparent.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.EnableColorInversion">
            <summary>
            Specifies whether the colors in the graphic shape should be inverted.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AdjustLuminance">
            <summary>
            Specifies the signed percentage value that sets the output luminance of a bitmap or raster graphic.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AdjustContrast">
            <summary>
            Specifies the signed percentage value that sets the output contrast of a bitmap or raster graphic.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AdjustGamma">
            <summary>
            Specifies the value that sets the output gamma of a bitmap or raster graphic.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AdjustRed">
            <summary>
            Specifies the non destructive filter for a linear transformation of the white balance of a pixel image.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AdjustGreen">
            <summary>
            Specifies the non destructive filter for a linear transformation of the white balance of a pixel image.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AdjustBlue">
            <summary>
            Specifies the non destructive filter for a linear transformation of the white balance of a pixel image.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.AdjustImageOpacity">
            <summary>
            Specifies the opacity of an image.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.ShadowVisibility">
            <summary>
            Specifies if enables or disables a three-dimensional shadow for a three-dimensional object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.ShadowOffsetX">
            <summary>
            Used to render a shadow.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.ShadowOffsetY">
            <summary>
            Used to render a shadow.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.ShadowColor">
            <summary>
            Specifies the color in which a shadow is rendered.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.ShadowOpacity">
            <summary>
            Specifies the opacity in which the shadow is rendered. The value of this attribute is a percentage value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StartLineSpacingHorizontal">
            <summary>
            Specifies the length of the escape line from the start shape for standard connectors.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StartLineSpacingVertical">
            <summary>
            Specifies the length of the escape line from the start shape for standard connectors.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.EndLineSpacingHorizontal">
            <summary>
            Specifies an increments the length of the escape line from the end shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.EndLineSpacingVertical">
            <summary>
            Specifies an increments the length of the escape line from the end shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.LineDistance">
            <summary>
            Specifies the distance between a reference line (as defined by the reference points) and a dimension line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.GuideOverhang">
            <summary>
            Specifies the length of extension lines after their intersection with a dimension line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.GuideDistance">
            <summary>
            Specifies the distance between the reference points and the start point of extension lines.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.StartGuide">
            <summary>
            Specifies the length that is added to the length of a start extension line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.EndGuide">
            <summary>
            Specifies the length that is added to the length of the end extension line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.Placing">
            <summary>
            Specifies whether the measure line is rendered below or above the edge defined by the two reference points.
            The defined values are:
            - above: measure line is rendered above the edge defined by two reference points.
            - below: measure line is rendered below the edge defined by two reference points.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.IsParallel">
            <summary>
            Specifies whether a measure text is displayed parallel to its measure line or perpendicular to it.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.MeasureHorizontalAlignment">
            <summary>
            Specifies the horizontal alignment of a measure text relative to its measure line.
            The defined values are:
            - automatic: horizontal alignment of a measure text relative to its measure line is chosen by the consumer.
            - inside: horizontal alignment of a measure text should be inside relative to its measure line.
            - left-outside: horizontal alignment of a measure text should be left-outside relative to its measure line.
            - right-outside: horizontal alignment of a measure text should be right-outside relative to its measure line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.MeasureVerticalAlignment">
            <summary>
            Specifies the vertical alignment of a measure text relative to its measure line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.MeasureUnit">
            <summary>
            Specifies the unit of measurement used in the textual presentation of a measure shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.ShowMeasureUnit">
            <summary>
            Specifies the visibility of a unit in the textual presentation of a measure shape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.DecimalPlaces">
            <summary>
            Specifies the number of decimal places that are used for the measure text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.CaptionType">
            <summary>
            Specifies the geometry of the line of a caption.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.CaptionAngleType">
            <summary>
            Specifies if the escape angle of the line of a caption is fixed or free.
            The defined values for are:
            - fixed: escape angle of line from caption has been specified by a draw:caption-angle attribute.
            - free: consumer can choose the best possible escape angle of the line from a caption.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.CaptionAngle">
            <summary>
            Specifies the escape angle of the line of a caption.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.CaptionGap">
            <summary>
            Specifies the distance between the text area of the caption and the start of the line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.CaptionEscapeDirection">
            <summary>
            Specifies the escape direction for the line of a caption. If this is set to auto the consumer can choose the best direction.
            The defined values for the draw:caption-escape-direction attribute are:
            - auto: consumer should choose best escape direction for a line of a caption.
            - horizontal: the escape line of a caption should be drawn horizontally.
            - vertical: the escape line of a caption should be drawn vertically.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.CaptionEscape">
            <summary>
            Specifies the escape point of the caption line measured from the top left corner of the text area.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.CaptionLineLength">
            <summary>
            Specifies the length of the first line of a caption.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.CaptionFitLineLength">
            <summary>
            Specifies the consumer to determine the best possible length for a caption line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.RunThrough">
            <summary>
            Specifies whether content of a frame is displayed in the background or foreground.
            The value of this attribute can be foreground or background.
            The defined values are:
            - background: frame content is displayed behind a text.
            - foreground: frame content is displayed in front of a text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.WrappedParagraphCount">
            <summary>
            Specifies the number of paragraphs that can wrap around a frame if the anchor position of a frame or drawing shape is a paragraph or a character, and the wrap mode specified by the wrap is left, right, parallel, or dynamic
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.Mirror">
            <summary>
            Specifies whether an image is mirrored before it is displayed. The mirroring can be vertical or horizontal or both.
            The defined values for are:
            - none: image should not be mirrored before being displayed.
            - horizontal: image should be mirrored horizontally before being displayed.
            - horizontal-on-even: image should be mirrored horizontally on even numbered pages before being displayed.
            - horizontal-on-odd: image should be mirrored horizontally on odd numbered pages before being displayed.
            - vertical: image should be mirrored vertically before being displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.Clipping">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.Protect">
            <summary>
            Specifies whether the content, size, or position of a frame is protected. The value of this attribute can be either none or a white space separated list that consists of any of the values content, position, or size.
            The defined values for the style:protect attribute are:
            - content: content of a frame should be protected from editing.
            - none: the content, size and position of a frame should be subject to editing.
            - position: the position of a frame should be protected from editing.
            - size: the size of a frame should be protected from editing.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.WrapInfluenceOnPosition">
            <summary>
            Specifies how the wrapping mode influences the positioning of a frame.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.BackgroundTransparency">
            <summary>
            Specifies the transparency of a paragraph's background color.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.WritingMode">
            <summary>
            Specifies the writing mode.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.OldDrawAspect">
            <summary>
            Specifies the display of embedded objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.VisibleAreaLeft">
            <summary>
            Specifies whether these attributes are used to specify the visible area, or whether the producer of the object stores the visible area within the object itself.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.VisibleAreaTop">
            <summary>
            Specifies whether these attributes are used to specify the visible area, or whether the producer of the object stores the visible area within the object itself.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.VisibleAreaWidth">
            <summary>
            Specifies whether these attributes are used to specify the visible area, or whether the producer of the object stores the visible area within the object itself.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.VisibleAreaHeight">
            <summary>
            Specifies whether these attributes are used to specify the visible area, or whether the producer of the object stores the visible area within the object itself.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicProperties.BackgroundImage">
            <summary>
            Specifies an image as a background.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.GraphicStyle">
            <summary>
            Represents graphic styles.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.GraphicStyle.#ctor">
            <summary>
            Initializes a new instance of the GraphicStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.GraphicStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GraphicStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.GraphicStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.GraphicStyle.ToString">
            <summary>
            Converts the value of the current GraphicStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicStyle.ParagraphProperties">
            <summary>
            Specifies formatting properties for paragraph.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.GraphicStyle.GraphicProperties">
            <summary>
            Specifies formatting properties for graphic.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Hatch">
            <summary>
            Represents hatch for filling graphic objects. A hatch is a simple pattern of straight lines that is repeated in the fill area.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Hatch.#ctor">
            <summary>
            Initializes a new instance of the Hatch class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Hatch.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Hatch.ToString">
            <summary>
            Converts the value of the current Hatch object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Hatch.Name">
            <summary>
            Specifies the name by which a hatch element can be referenced.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Hatch.DisplayName">
            <summary>
            Specifies the name of a hatch style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Hatch.Style">
            <summary>
            Specifies the rendering for a hatch.
            The defined values for the draw:style attribute are:
            -double, defines a hatch that is made of a set of parallel lines along the axis of the hatch and a set of parallel lines perpendicular to the axis of the hatch.
            -single, defines a hatch that is made of parallel lines along the axis of the hatch.
            -triple, defines a hatch that is made of a set of parallel lines along the axis of the hatch, a set of parallel lines perpendicular to the axis of the hatch and a set of lines along 45 degree clockwise to the axis of the hatch.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Hatch.Color">
            <summary>
            Specifies the color of hatch lines.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Hatch.Distance">
            <summary>
            Specifies the distance between two hatch lines.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Hatch.Angle">
            <summary>
            Specifies the rotation angle of hatch lines.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.HatchStyle">
            <summary></summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HatchStyle.Single">
            <summary>
            Defines a hatch that is made of parallel lines along the axis of the hatch.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HatchStyle.Double">
            <summary>
            Defines a hatch that is made of a set of parallel lines along the axis of the hatch and a set of parallel lines perpendicular to the axis of the hatch.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HatchStyle.Triple">
            <summary>
            Defines a hatch that is made of a set of parallel lines along the axis of the hatch, a set of parallel lines perpendicular to the axis of the hatch and a set of lines along 45 degree clockwise to the axis of the hatch.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HatchStyle.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Header">
            <summary>
            Represents header of the document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.#ctor">
            <summary>
            Initializes a new instance of the Header class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.Add(Independentsoft.Office.Odf.Change)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Change" /> object to the content.
            </summary>
            <param name="change"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.Add(Independentsoft.Office.Odf.ChangeEnd)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeEnd" /> object to the content.
            </summary>
            <param name="changeEnd"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.Add(Independentsoft.Office.Odf.ChangeStart)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.ChangeStart" /> object to the content.
            </summary>
            <param name="changeStart"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.Add(Independentsoft.Office.Odf.Heading)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Heading" /> object to the content.
            </summary>
            <param name="heading"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.Add(Independentsoft.Office.Odf.IndexOfIllustrations)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.IndexOfIllustrations" /> object to the content.
            </summary>
            <param name="index"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.Add(Independentsoft.Office.Odf.List)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.List" /> object to the content.
            </summary>
            <param name="list"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.Add(Independentsoft.Office.Odf.Paragraph)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Paragraph" /> object to the content.
            </summary>
            <param name="paragraph"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.Add(Independentsoft.Office.Odf.Section)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Section" /> object to the content.
            </summary>
            <param name="section"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.Add(Independentsoft.Office.Odf.Table)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Table" /> object to the content.
            </summary>
            <param name="table"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.Add(Independentsoft.Office.Odf.TableOfContents)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.TableOfContents" /> object to the content.
            </summary>
            <param name="toc"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.Add(Independentsoft.Office.Odf.Styles.IHeaderFooterContent)">
            <summary>
            Adds a <see cref="T:Independentsoft.Office.Odf.Styles.IHeaderFooterContent" /> object to the content.
            </summary>
            <param name="headerContent"></param>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Header.ToString">
            <summary>
            Converts the value of the current Header object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Header.Display">
            <summary>
            Specifies whether the header is displayed or not.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Header.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.IHeaderFooterContent" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Header.LeftRegion">
            <summary>
            pecifies a left-aligned portion of a header.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Header.RightRegion">
            <summary>
            Specifies the right-aligned portion of a header.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Header.CenterRegion">
            <summary>
            Specifies the center-aligned portion of a header.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.HeaderFooterProperties">
            <summary>
            Represents formatting properties for both headers and footers.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.#ctor">
            <summary>
            Initializes a new instance of the HeaderFooterProperties class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.ToString">
            <summary>
            Converts the value of the current HeaderFooterProperties object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.Height">
            <summary>
            Specifies the height of an header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.MinHeight">
            <summary>
            Specifies the minimum height for a header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.DynamicSpacing">
            <summary>
            Specifies whether the header or footer grows into the space between the page body and the header or footer before the height of the page body becomes smaller.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.Margin">
            <summary>
            Specifies the margin of the header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.LeftMargin">
            <summary>
            Specifies percentage that refers to the corresponding left margin of a parent style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.RightMargin">
            <summary>
            Specifies percentage that refers to the corresponding right margin of a parent style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.TopMargin">
            <summary>
            Specifies percentage that refers to the corresponding top margin of a parent style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.BottomMargin">
            <summary>
            Specifies percentage that refers to the corresponding bottom margin of a parent style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.Border">
            <summary>
            Specifies the border of the header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.LeftBorder">
            <summary>
            Specifies the left border of the header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.RightBorder">
            <summary>
            Specifies the right border of the header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.TopBorder">
            <summary>
            Specifies the top border of the header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.BottomBorder">
            <summary>
            Specifies the bottom border of the header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.BorderLineWidth">
            <summary>
            Specifies the widths of borders defined by the FO border properties for borders where the value of these properties is double.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.LeftBorderLineWidth">
            <summary>
            Specifies the widths of the left border for borders defined by the FO border properties if the property for the left border has the value double.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.RightBorderLineWidth">
            <summary>
            Specifies the widths of the right border for borders defined by the FO border properties if the property for the right border has the value double.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.TopBorderLineWidth">
            <summary>
            Specifies the widths of the top border for borders defined by the FO border properties if the property for the top border has the value double.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.BottomBorderLineWidth">
            <summary>
            Specifies the widths of the bottom border for borders defined by the FO border properties if the property for the bottom border has the value double.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.Padding">
            <summary>
            Specifies the padding of the header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.LeftPadding">
            <summary>
            Specifies the left padding of the header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.RightPadding">
            <summary>
            Specifies the right padding of the header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.TopPadding">
            <summary>
            Specifies the top padding of the header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.BottomPadding">
            <summary>
            Specifies the bottom padding of the header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.BackgroundColor">
            <summary>
            Specifies the background color for  headers and footers.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.Shadow">
            <summary>
            Specifies the shadow effect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderFooterProperties.BackgroundImage">
            <summary>
            Specifies an image as a background.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.HeaderStyle">
            <summary>
            Represents the formatting properties for a header element.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.HeaderStyle.#ctor">
            <summary>
            Initializes a new instance of the HeaderStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.HeaderStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.HeaderStyle.ToString">
            <summary>
            Converts the value of the current HeaderStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.Height">
            <summary>
            Specifies the height of an header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.MinHeight">
            <summary>
            pecifies a minimum height for a header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.DynamicSpacing">
            <summary>
            Specifies whether the header or footer grows into the space between the page body and the header or footer before the height of the page body becomes smaller.
            The defined values are:
            -false: header or footers do not grow into the space between the header and footer and the page body.
            -true: header or footers first grow into the space between the header and footer and the page body.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.Margin">
            <summary>
            Specifies the marin for a header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.LeftMargin">
            <summary>
            Specifies the percentage that refers to the corresponding left margin of a parent style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.RightMargin">
            <summary>
            Specifies the percentage that refers to the corresponding right margin of a parent style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.TopMargin">
            <summary>
            Specifies the percentage that refers to the corresponding top margin of a parent style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.BottomMargin">
            <summary>
            Specifies the percentage that refers to the corresponding bottom margin of a parent style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.Border">
            <summary>
            Specifies the border for a header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.LeftBorder">
            <summary>
            Specifies a  left border for a header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.RightBorder">
            <summary>
            Specifies the right border for a header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.TopBorder">
            <summary>
            Specifies the top border for a header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.BottomBorder">
            <summary>
            Specifies the bottom border for a header or footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.BorderLineWidth">
            <summary>
            Specifies the widths of borders defined by the FO border properties for borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.LeftBorderLineWidth">
            <summary>
            Specifies the left widths of borders defined by the FO border properties for borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.RightBorderLineWidth">
            <summary>
            Specifies the right widths of borders defined by the FO border properties for borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.TopBorderLineWidth">
            <summary>
            Specifies the top widths of borders defined by the FO border properties for borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.BottomBorderLineWidth">
            <summary>
            Specifies the bottom widths of borders defined by the FO border properties for borders.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.Padding">
            <summary>
            Specifies the padding for a footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.LeftPadding">
            <summary>
            Specifies the left padding for a footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.RightPadding">
            <summary>
            Specifies the right padding for a footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.TopPadding">
            <summary>
            Specifies the top padding for a footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.BottomPadding">
            <summary>
            Specifies the bottom padding for a footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.BackgroundColor">
            <summary>
            Specifies the background color for a footers.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.HeaderStyle.Shadow">
            <summary>
            Specifies the shadow effect for a footers.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.HorizontalPosition">
            <summary>
            Represents the horizontal alignment of a frame in relation to a specific area for documents with a text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalPosition.Left">
            <summary>
            Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an odd page number within a text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalPosition.Center">
            <summary>
            Horizontal alignment of a frame should be centered in relation to a specific area for documents within a text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalPosition.Right">
            <summary>
            Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an odd page number within a text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalPosition.FromLeft">
            <summary>
            Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an odd page number within a text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalPosition.Inside">
            <summary>
            Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an even page number within a text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalPosition.Outside">
            <summary>
            Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an even page number within a text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalPosition.FromInside">
            <summary>
            Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an even page number within a text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalPosition.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.HorizontalRelation">
            <summary>
            Represents the against which the horizontal position of a frame is positioned.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalRelation.Page">
            <summary>
            Horizontal position of a frame is positioned relative to a page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalRelation.PageContent">
            <summary>
            Horizontal position of a frame is positioned relative to page-content.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalRelation.PageStartMargin">
            <summary>
            Horizontal position of a frame is positioned relative to a page start margin.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalRelation.PageEndMargin">
            <summary>
            Horizontal position of a frame is positioned relative to a page end margin.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalRelation.Frame">
            <summary>
            Horizontal position of a frame is positioned relative to another frame.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalRelation.FrameContent">
            <summary>
            Horizontal position of a frame is positioned relative to frame content.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalRelation.FrameStartMargin">
            <summary>
            Horizontal position of a frame is positioned relative to a frame start margin.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalRelation.FrameEndMargin">
            <summary>
            Horizontal position of a frame is positioned relative to a frame end margin.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalRelation.Paragraph">
            <summary>
            Horizontal position of a frame is positioned relative to a paragraph.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalRelation.ParagraphContent">
            <summary>
            Horizontal position of a frame is positioned relative to paragraph content.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalRelation.ParagraphStartMargin">
            <summary>
            Horizontal position of a frame is positioned relative to a paragraph start margin.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalRelation.ParagraphEndMargin">
            <summary>
            Horizontal position of a frame is positioned relative to a paragraph end margin.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalRelation.Char">
            <summary>
            Horizontal position of a frame is positioned relative to a character.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.HorizontalRelation.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Hours">
            <summary>
            Represents the hours are displayed as part of a date or time.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Hours.#ctor">
            <summary>
            Initializes a new instance of the Hours class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Hours.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Hours.ToString">
            <summary>
            Converts the value of the current Hours object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Hours.DisplayFormat">
            <summary>
            Specifies whether the content of a time element is displayed in short or long format.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ImageLevelStyle">
            <summary>
            Represents a list style where list items are preceded by images.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ImageLevelStyle.#ctor">
            <summary>
            Initializes a new instance of the ImageLevelStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ImageLevelStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ImageLevelStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ImageLevelStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ImageLevelStyle.ToString">
            <summary>
            Converts the value of the current ImageLevelStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ImageLevelStyle.TextProperties">
            <summary>
            Specifies formatting properties for a list level.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ImageLevelStyle.ListLevelProperties">
            <summary>
            Specifies formatting properties for a list level.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ImageLevelStyle.Name">
            <summary>
            Specifies section family styles.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ImageLevelStyle.Level">
            <summary>
            Specifies the level of an outline or number list style.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.KeepTogether">
            <summary>
            Represents the keep-together conditions.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.KeepTogether.Auto">
            <summary>
            Auto.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.KeepTogether.Always">
            <summary>
            Always.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.KeepTogether.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.LabelArrangement">
            <summary>
            Represents the arrangement of labels on an axis.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelArrangement.SideBySide">
            <summary>
            Labels are not staggered, they are aligned on one line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelArrangement.StaggerEven">
            <summary>
            Even labels are aligned on the same line as used for side by side arrangement. Counting starts with one, so the first label is odd.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelArrangement.StaggerOdd">
            <summary>
            All odd labels are aligned on the line used for side by side arrangement. Counting starts with one, so the first label is odd.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelArrangement.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.LabelFollowedBy">
            <summary>
            Represents the character that is inserted behind a list label.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelFollowedBy.ListTab">
            <summary>
            A tab character is inserted after a list label before the text starts.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelFollowedBy.Space">
            <summary>
            A SPACE (U+0020) character is inserted after a list label before the text starts.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelFollowedBy.Nothing">
            <summary>
            Text starts directly after a list label.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.LabelPosition">
            <summary>
            Represents where data labels are placed.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelPosition.AvoidOverlap">
            <summary>
            An algorithm should be used that tries to place the labels without overlapping each other.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelPosition.Bottom">
            <summary>
            The data label is placed below the data point.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelPosition.BottomLeft">
            <summary>
            The data label is placed to the bottom left of the data point.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelPosition.BottomRight">
            <summary>
            The data label is placed to the bottom right of the data point.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelPosition.Center">
            <summary>
            The data label is centered on the data point.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelPosition.Inside">
            <summary>
            The data label is placed inside the data point ( for pie charts the label is placed inside the piece on the bisecting line aligned to the outer radius, for bar charts the label is inside the bar aligned to that end that is given by the data points value, for polar charts the label is placed on that side of the data point that points to the polar charts center ).
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelPosition.Left">
            <summary>
            The data label is placed left of the data point.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelPosition.NearOrigin">
            <summary>
            The data label is placed inside the data point on that side that is near to the origin - where the origin is the beginning of the bar in a bar chart or the base line in an area chart ( for bar charts the label is placed inside the bar like with value inside, but aligned to the opposite end of the bar ).
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelPosition.Outside">
            <summary>
            The data label is placed outside the data point ( for pie charts the label is placed outside the circle aligned to the outer radius, for bar charts the label is outside the bar aligned to that end that is given by the data points value, for polar charts the label is placed on that side of the data point that points away from the polar charts center ).
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelPosition.Right">
            <summary>
            The data label is placed right of the data point.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelPosition.Top">
            <summary>
            The data label is placed on top of the data point.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelPosition.TopLeft">
            <summary>
            The data label is placed to the top left of the data point.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelPosition.TopRight">
            <summary>
            The data label is placed to the top right of the data point.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LabelPosition.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.LayoutGridMode">
            <summary>
            Enables Asian layout grids.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LayoutGridMode.Line">
            <summary>
            Enables a line layout, this is, the page is divided in a fixed number of lines. The exact number of lines depends on the other layout grid formatting properties. There is no space between the layout grid lines. The layout grid itself is centered on the page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LayoutGridMode.Both">
            <summary>
            Like lines, except that the lines are divided into rectangular layout cells. Within a layout cell, no more than one Asian [UNICODE] character is displayed. An Asian character that does not fit into a single layout cell is displayed centered into as many layout cells as required. Non Asian text is centered within as many cells as required.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LayoutGridMode.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.LinearGradient">
            <summary>
            Define linear gradients to fill or stroke graphical elements.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.LinearGradient.#ctor">
            <summary>
            Initializes a new instance of the LinearGradient class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.LinearGradient.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.LinearGradient.ToString">
            <summary>
            Converts the value of the current LinearGradient object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.LinearGradient.Name">
            <summary>
            Specifies the name by which a element can be referenced.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.LinearGradient.DisplayName">
            <summary>
            Specifies the name of a gradient.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.LinearGradient.X1">
            <summary>
            Specifies the x1-axis coordinate of the start of the vector gradient onto which the elements are mapped.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.LinearGradient.X2">
            <summary>
            Specifies the x2-axis coordinate of the start of the vector gradient onto which the elements are mapped.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.LinearGradient.Y1">
            <summary>
            Specifies the y1-axis coordinate of the start of the vector gradient onto which the elements are mapped.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.LinearGradient.Y2">
            <summary>
            Specifies the y2-axis coordinate of the start of the vector gradient onto which the elements are mapped.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.LinearGradient.Stops">
            <summary>
            Specifies a collection of <see cref="T:Independentsoft.Office.Odf.Styles.SvgStop" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.LinearGradient.GradientUnits">
            <summary>
            Specifies the coordinate system.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.LinearGradient.GradientTransform">
            <summary>
            Contains the definition of an optional additional transformation from the gradient coordinate system onto the target coordinate system.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.LinearGradient.SpreadMethod">
            <summary>
            Specifies what happens if the gradient starts or ends inside the bounds of the target rectangle. 
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.LineBreakType">
            <summary>
            Represents a set of line breaking rules to use with a text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineBreakType.Normal">
            <summary>
            Line breaks may occur between arbitrary characters.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineBreakType.Strict">
            <summary>
            Line breaks shall not occur before or after implementation defined characters.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineBreakType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.LineMode">
            <summary>
            Represents whether underlining is applied to words only or to portions of text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineMode.Continuous">
            <summary>
            Underlining is applied to words and separating spaces.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineMode.SkipWhitespace">
            <summary>
            Underlining is not applied to spaces between words.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineMode.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.LineStyle">
            <summary>
            Represents the style of a footnote separator line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineStyle.Solid">
            <summary>
            The footnote separator components referenced by the values solid.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineStyle.Dotted">
            <summary>
            The footnote separator components referenced by the values dotted.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineStyle.Dash">
            <summary>
            The footnote separator components referenced by the values dash.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineStyle.LongDash">
            <summary>
            The footnote separator components referenced by the values long dash.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineStyle.DotDash">
            <summary>
            The footnote separator components referenced by the values dot dash.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineStyle.DotDotDash">
            <summary>
            The footnote separator components referenced by the values dot dot dash.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineStyle.Wave">
            <summary>
            The footnote separator components referenced by the values wave.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineStyle.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.LineType">
            <summary>
            Represents whether a leader line should be drawn, and if so, whether a single or double line will be used.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineType.Single">
            <summary>
            A single line is drawn.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineType.Double">
            <summary>
            A double line is drawn.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.LineType.None">
            <summary>
            No line is drawn.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ListLevelLabelAlignment">
            <summary>
            Represents the position and spacing of a list label and its list item.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ListLevelLabelAlignment.#ctor">
            <summary>
            Initializes a new instance of the ListLevelLabelAlignment class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ListLevelLabelAlignment.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ListLevelLabelAlignment.ToString">
            <summary>
            Converts the value of the current ListLevelLabelAlignment object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ListLevelLabelAlignment.LeftMargin">
            <summary>
            Specifies the left margins for the text lines of a list item.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ListLevelLabelAlignment.TextIndent">
            <summary>
            Specifies the indent for the text lines of a list item.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ListLevelLabelAlignment.LabelFollowedBy">
            <summary>
            Specifies the character that is inserted behind a list label.
            The defined values are:
            -listtab: a tab character is inserted after a list label before the text starts.
            -nothing: text starts directly after a list label.
            -space: a SPACE (U+0020) character is inserted after a list label before the text starts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ListLevelLabelAlignment.ListTabStopPosition">
            <summary>
            Specifies an additional tab stop which is inserted into the list of tab stops that are defined for a list item.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ListLevelPositionAndSpaceMode">
            <summary>
            Represents how the position and spacing of the list labels (numbers or bullets) is defined.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ListLevelPositionAndSpaceMode.LabelAlignment">
            <summary>
            The list level label alignment and the text align attribute are used to define the position and spacing of the list label and the list item. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ListLevelPositionAndSpaceMode.LabelWidthAndPosition">
            <summary>
            The space before, min label width, min label distance and text align attributes are used to define the position and spacing of the list label and the list item.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ListLevelPositionAndSpaceMode.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ListLevelProperties">
            <summary>
            Represents formatting properties for a list level.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ListLevelProperties.#ctor">
            <summary>
            Initializes a new instance of the ListLevelProperties class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ListLevelProperties.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ListLevelProperties.ToString">
            <summary>
            Converts the value of the current ListLevelProperties object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ListLevelProperties.LabelAlignment">
            <summary>
            Specifies the alignment of list labels.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ListLevelProperties.ListLevelPositionAndSpaceMode">
            <summary>
            Specifies how the position and spacing of the list labels (numbers or bullets) is defined.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ListLevelProperties.StartIndent">
            <summary>
            Specifies the space to include before a number for all paragraphs at a particular level.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ListLevelProperties.MinimumLabelWidth">
            <summary>
            Specifies the minimum width of a number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ListLevelProperties.MinimumLabelDistance">
            <summary>
            Specifies the minimum distance between a number and a list item.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ListLevelProperties.FontName">
            <summary>
            Specifies the font of choice.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ListLevelProperties.ImageWidth">
            <summary>
            Specifies the image width.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ListLevelProperties.ImageHeight">
            <summary>
            Specifies the image height.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ListLevelProperties.ListLevelLabelAlignment">
            <summary>
            Specifies the position and spacing of a list label and its list item.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ListStyle">
            <summary>
            Represents a set of style elements for each list level, which are called list level styles.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ListStyle.#ctor">
            <summary>
            Initializes a new instance of the ListStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ListStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ListStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ListStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ListStyle.ToString">
            <summary>
            Converts the value of the current ListStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ListStyle.Styles">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.IListStyleContent" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ListStyle.UseConsecutiveNumbering">
            <summary>
            Specifies whether the style uses consecutive numbering for all list levels or whether each list level restarts the numbering.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Marker">
            <summary>
            Represents a marker, which is used to draw polygons at the start and end points of strokes. Markers are not available as automatic styles.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Marker.#ctor">
            <summary>
            Initializes a new instance of the Marker class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Marker.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Marker.ToString">
            <summary>
            Converts the value of the current Marker object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Marker.Name">
            <summary>
            Specifies the name by which a marker can be referenced.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Marker.DisplayName">
            <summary>
            Specifies the name of the marker.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Marker.ViewBox">
            <summary>
            Specifies the user coordinate system inside the physical coordinate system of the shape specified by the position and size attributes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Marker.PathData">
            <summary>
            Contains the newline characters and thus can be broken up into multiple lines to improve readability.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.MasterPage">
            <summary>
            Represents the content of headers and footers.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.MasterPage.#ctor">
            <summary>
            Initializes a new instance of the MasterPage class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.MasterPage.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.MasterPage.ToString">
            <summary>
            Converts the value of the current MasterPage object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.MasterPage.Name">
            <summary>
            Specifies the name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.MasterPage.DisplayName">
            <summary>
            Specifies the name that defines a style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.MasterPage.PageLayout">
            <summary>
            Specifies the page layout style that contains sizes, border and orientation attributes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.MasterPage.PageStyle">
            <summary>
            Specifies the page style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.MasterPage.NextStyle">
            <summary>
            Specifies the name of the master page that is used for the next page if the current page is entirely filled.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.MasterPage.Header">
            <summary>
            Specifies the content of the header.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.MasterPage.LeftPageHeader">
            <summary>
            Specifies the content for the header for the left page, if different from the right page.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.MasterPage.FirstPageHeader">
            <summary>
            Specifies the content for the header for the first page.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.MasterPage.Footer">
            <summary>
            Specifies the content of the footer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.MasterPage.LeftPageFooter">
            <summary>
            Specifies the content for the footer for the left page, if different from the right page.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.MasterPage.FirstPageFooter">
            <summary>
            Specifies the content for the footer for the first page.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.MasterPage.BaseStyles">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.BaseStyle" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.MasterPage.Shapes">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Drawing.Shape" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.MasterStyles">
            <summary>
            Represents the master styles that are used in a document. A master style contains formatting and other content that is displayed with document content when the style is used.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.MasterStyles.#ctor">
            <summary>
            Initializes a new instance of the MasterStyles class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.MasterStyles.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.MasterStyles.ToString">
            <summary>
            Converts the value of the current MasterStyles object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.MasterStyles.MasterPages">
            <summary>
            Represents a collection of <see cref="T:Independentsoft.Office.Odf.Styles.MasterPage" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.MeasureHorizontalAlignment">
            <summary>
            Represents the horizontal alignment of a measure text relative to its measure line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureHorizontalAlignment.Automatic">
            <summary>
            Horizontal alignment of a measure text relative to its measure line is chosen by the consumer.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureHorizontalAlignment.LeftOutside">
            <summary>
            Horizontal alignment of a measure text should be left-outside relative to its measure line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureHorizontalAlignment.Inside">
            <summary>
            Horizontal alignment of a measure text should be inside relative to its measure line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureHorizontalAlignment.RightOutside">
            <summary>
            Horizontal alignment of a measure text should be right-outside relative to its measure line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureHorizontalAlignment.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.MeasureUnit">
            <summary>
            Represents the unit of measurement used in the textual presentation of a measure shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureUnit.Automatic">
            <summary>
            Unit of measurement chosen by consumer.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureUnit.Millimeter">
            <summary>
            Millimeter.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureUnit.Centimeter">
            <summary>
            Centimeter.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureUnit.Meter">
            <summary>
            Meter.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureUnit.Kilometer">
            <summary>
            Kilometer.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureUnit.Point">
            <summary>
            Point.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureUnit.Percentage">
            <summary>
            Percentage.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureUnit.Inch">
            <summary>
            Inch.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureUnit.Foot">
            <summary>
            Foot.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureUnit.Mile">
            <summary>
            Mile.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureUnit.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.MeasureVerticalAlignment">
            <summary>
            Represents the vertical alignment of a measure text relative to its measure line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureVerticalAlignment.Automatic">
            <summary>
            Vertical alignment of a measure text relative to its measure line is chosen by the consumer.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureVerticalAlignment.Above">
            <summary>
            Vertical alignment of a measure text should be above relative to its measure line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureVerticalAlignment.Below">
            <summary>
            Vertical alignment of a measure text should be below relative to its measure line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureVerticalAlignment.Center">
            <summary>
            Vertical alignment of a measure text should be centered relative to its measure line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.MeasureVerticalAlignment.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Minutes">
            <summary>
            Represents the minutes are displayed as part of a date or time.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Minutes.#ctor">
            <summary>
            Initializes a new instance of the Minutes class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Minutes.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Minutes.ToString">
            <summary>
            Converts the value of the current Minutes object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Minutes.DisplayFormat">
            <summary>
            Specifies whether the content of a time element is displayed in short or long format.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Month">
            <summary>
            Represents a month in a date.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Month.#ctor">
            <summary>
            Initializes a new instance of the Month class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Month.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Month.ToString">
            <summary>
            Converts the value of the current Month object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Month.DisplayFormat">
            <summary>
            Specifies whether the content of a time element is displayed in short or long format.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Month.Calendar">
            <summary>
            Specifies the calendar system used to extract parts of a date.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Month.IsTextual">
            <summary>
            Specifies whether the name or number of a month is displayed in the month element of a date.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Month.IsPossessiveForm">
            <summary>
            Specifies whether the month is displayed as a noun or using the possessive form.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.NumberEmbeddedText">
            <summary>
            Represents text that is displayed at one specific position within a number.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.NumberEmbeddedText.#ctor">
            <summary>
            Initializes a new instance of the NumberEmbeddedText class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.NumberEmbeddedText.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.NumberEmbeddedText.ToString">
            <summary>
            Converts the value of the current NumberEmbeddedText object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberEmbeddedText.Position">
            <summary>
            Specifies the position where text appears.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberEmbeddedText.Text">
            <summary>
            Specifies the text that appears.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.NumberLevelStyle">
            <summary>
            Represents a list style where list items are preceded by numbers.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.NumberLevelStyle.#ctor">
            <summary>
            Initializes a new instance of the NumberLevelStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.NumberLevelStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumberLevelStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.NumberLevelStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.NumberLevelStyle.ToString">
            <summary>
            Converts the value of the current NumberLevelStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberLevelStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberLevelStyle.ListLevelProperties">
            <summary>
            Specifies formatting properties for list level.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberLevelStyle.Name">
            <summary>
            Specifies the style name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberLevelStyle.PrefixCharacter">
            <summary>
            Specifies what to display before a number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberLevelStyle.SuffixCharacter">
            <summary>
            Specifies what to display before and after the number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberLevelStyle.NumberFormat">
            <summary>
            Specifies the numbering sequence.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberLevelStyle.Level">
            <summary>
            Specifies the level of an outline or number list style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberLevelStyle.DisplayLevels">
            <summary>
            Specifies the number of levels whose numbers are displayed at the current level.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberLevelStyle.StartValue">
            <summary>
            Specifies the value that restarts numbering at the current list level.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.NumberStyle">
            <summary>
            Represents a style for decimal numbers.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.NumberStyle.#ctor">
            <summary>
            Initializes a new instance of the NumberStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.NumberStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumberStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.NumberStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.NumberStyle.ToString">
            <summary>
            Converts the value of the current NumberStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberStyle.Language">
            <summary>
            Specifies the language code.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberStyle.Country">
            <summary>
            Specifies the country code for a data style. The country code is used for formatting properties whose evaluation is locale dependent.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberStyle.Title">
            <summary>
            Specifies the title of a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberStyle.IsVolatile">
            <summary>
            Specifies whether unused style in a document are retained or discarded by consumers.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberStyle.TransliterationFormat">
            <summary>
            Specifies which number characters to use.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberStyle.TransliterationLanguage">
            <summary>
            Specifies the language code in conformance with [RFC5646].
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberStyle.TransliterationCountry">
            <summary>
            Specifies the country code in conformance with [RFC5646].
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberStyle.TransliterationStyle">
            <summary>
            Specifies the transliteration-format of a number system.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberStyle.Number">
            <summary>
            Specifies the display formatting properties for a decimal number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberStyle.PrefixText">
            <summary>
            Specifies what to display before a number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberStyle.SuffixText">
            <summary>
            Specifies what to display before and after the number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberStyle.StyleMappings">
            <summary>
            Specifies a collection of <see cref="T:Independentsoft.Office.Odf.Styles.StyleMapping" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.NumberTextStyle">
            <summary>
            Represents a style for displaying text.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.NumberTextStyle.#ctor">
            <summary>
            Initializes a new instance of the NumberTextStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.NumberTextStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the NumberTextStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.NumberTextStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.NumberTextStyle.ToString">
            <summary>
            Converts the value of the current NumberTextStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberTextStyle.Language">
            <summary>
            Specifies the language code.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberTextStyle.Country">
            <summary>
            Specifies the country code for a data style. The country code is used for formatting properties whose evaluation is locale dependent.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberTextStyle.IsVolatile">
            <summary>
            Specifies whether unused style in a document are retained or discarded by consumers.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberTextStyle.TransliterationFormat">
            <summary>
            Specifies which number characters to use.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberTextStyle.TransliterationLanguage">
            <summary>
            Specifies the language code in conformance with [RFC5646].
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberTextStyle.TransliterationCountry">
            <summary>
            Specifies the country code in conformance with [RFC5646].
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberTextStyle.TransliterationStyle">
            <summary>
            Specifies the transliteration-format of a number system.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberTextStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberTextStyle.Number">
            <summary>
            Specifies the display formatting properties for a decimal number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberTextStyle.Text">
            <summary>
            Contains any fixed text for a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberTextStyle.TextContent">
            <summary>
            Contains any variable text content of a text style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.NumberTextStyle.StyleMappings">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.StyleMapping" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.OpacityGradient">
            <summary>
            Represents an opacity gradient for a graphic object.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.OpacityGradient.#ctor">
            <summary>
            Initializes a new instance of the OpacityGradient class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.OpacityGradient.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.OpacityGradient.ToString">
            <summary>
            Converts the value of the current OpacityGradient object to its equivalent string representation. 
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OpacityGradient.Name">
            <summary>
            Specifies the name by which a opacity element can be referenced.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OpacityGradient.DisplayName">
            <summary>
            Specifies the name of an opacity gradient.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OpacityGradient.Style">
            <summary>
            Specifies the transparency of a graphic object.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OpacityGradient.CenterX">
            <summary>
            Specifies the center of the geometry that is used for the gradient.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OpacityGradient.CenterY">
            <summary>
            Specifies the center of the geometry that is used for the gradient.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OpacityGradient.Angle">
            <summary>
            Specifies an angle that rotates the axis at which the gradient values are interpolated.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OpacityGradient.Border">
            <summary>
            Specifies the percentage value that is used to scale a border area which is filled by a solid color.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OpacityGradient.Start">
            <summary>
            Specifies the start value for the opacity element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OpacityGradient.End">
            <summary>
            Specifies the end value for the opacity element.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.OutlineLevelStyle">
            <summary>
            Represents specifies a style for each outline level.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.OutlineLevelStyle.#ctor">
            <summary>
            Initializes a new instance of the OutlineLevelStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.OutlineLevelStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.OutlineLevelStyle.ToString">
            <summary>
            Converts the value of the current OutlineLevelStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OutlineLevelStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OutlineLevelStyle.ListLevelProperties">
            <summary>
            Specifies formatting properties for list level.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OutlineLevelStyle.Name">
            <summary>
            Specifies character family styles.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OutlineLevelStyle.NumberFormat">
            <summary>
            Specifies the numbering sequence.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OutlineLevelStyle.PrefixCharacter">
            <summary>
            Specifies what to display before a number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OutlineLevelStyle.SuffixCharacter">
            <summary>
            Specifies what to display after the number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OutlineLevelStyle.Level">
            <summary>
            Specifies the level of an outline or number list style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OutlineLevelStyle.DisplayLevels">
            <summary>
            Specifies the number of levels whose numbers are displayed at the current level.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.OutlineLevelStyle.StartValue">
            <summary>
            Specifies the value that restarts numbering at the current list level.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.PageLayout">
            <summary>
            Represents the styles that establish the formatting properties of a page.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.PageLayout.#ctor">
            <summary>
            Initializes a new instance of the PageLayout class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.PageLayout.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.PageLayout.ToString">
            <summary>
            Converts the value of the current PageLayout object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayout.Name">
            <summary>
            Specifies the name of a page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayout.PageUsage">
            <summary>
            Specifies the type of pages that a page master should generate.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayout.PageLayoutProperties">
            <summary>
            Specifies formatting properties for page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayout.HeaderStyle">
            <summary>
            Specifies the formatting properties for a header element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayout.FooterStyle">
            <summary>
            Specifies the formatting properties for a footer element.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.PageLayoutProperties">
            <summary>
            Acts as a container for attributes and elements that define a page layout.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.PageLayoutProperties.#ctor">
            <summary>
            Initializes a new instance of the PageLayoutProperties class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.PageLayoutProperties.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.PageLayoutProperties.ToString">
            <summary>
            Converts the value of the current PageLayoutProperties object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.FootnoteSeparator">
            <summary>
            Specifies the line that separates a footnote area from a body text area on a page.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.Separator">
            <summary>
            Specifies the separator line between columns.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.ColumnGap">
            <summary>
            Specifies the gap between columns
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.Columns">
            <summary>
            Specifies a collection of <see cref="T:Independentsoft.Office.Odf.Styles.SectionColumn" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.PageWidth">
            <summary>
            Specifies the page width.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.PageHeight">
            <summary>
            Specifies the page height.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.NumberFormat">
            <summary>
            Specifies the numbering sequence.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.NumberPrefix">
            <summary>
            Specifies what to display before a number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.NumberSuffix">
            <summary>
            Specifies what to display after a number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.PaperTray">
            <summary>
            Specifies the paper tray to use when printing a document. The names assigned to the paper trays depends upon the printer.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.PrintOrientation">
            <summary>
            Specifies the orientation of the printed page. The value of this attribute can be portrait or landscape.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.Margin">
            <summary>
            Specifies the margin of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.LeftMargin">
            <summary>
            Specifies the left margin of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.RightMargin">
            <summary>
            Specifies the right margin of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.TopMargin">
            <summary>
            Specifies the top margin of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.BottomMargin">
            <summary>
            Specifies the bottom margin of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.Border">
            <summary>
            Specifies the border of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.LeftBorder">
            <summary>
            Specifies the left border of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.RightBorder">
            <summary>
            Specifies the right border of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.TopBorder">
            <summary>
            Specifies the top border of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.BottomBorder">
            <summary>
            Specifies the bottom border of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.BorderLineWidth">
            <summary>
            Specifies the widths of borders defined by the FO border properties for borders where the value of these properties is double.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.LeftBorderLineWidth">
            <summary>
            Specifies the widths of the left border for borders defined by the FO border properties if the property for the left border has the value double.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.RightBorderLineWidth">
            <summary>
            Specifies the widths of the right border for borders defined by the FO border properties if the property for the right border has the value double.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.TopBorderLineWidth">
            <summary>
            Specifies the widths of the top border for borders defined by the FO border properties if the property for the top border has the value double.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.BottomBorderLineWidth">
            <summary>
            Specifies the widths of the bottom border for borders defined by the FO border properties if the property for the bottom border has the value double.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.Padding">
            <summary>
            Specifies the padding of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.LeftPadding">
            <summary>
            Specifies the left padding of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.RightPadding">
            <summary>
            Specifies the right padding of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.TopPadding">
            <summary>
            Specifies the top padding of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.BottomPadding">
            <summary>
            Specifies the bottom padding of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.BackgroundColor">
            <summary>
            Specifies the background color of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.Shadow">
            <summary>
            Specifies the shadow effect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.RegisterTruth">
            <summary>
            Specifies the paragraph style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.Print">
            <summary>
            Specifies the components in a spreadsheet document to print.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.PrintPageOrder">
            <summary>
            Specifies the order in which data in a spreadsheet is numbered and printed when the data does not fit on one printed page.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.ScaleTo">
            <summary>
            Specifies that a document is to be scaled to a percentage value. A value of 100% means no scaling. When using this attribute, all pages are enlarged or reduced in size while printing.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.ScaleToPages">
            <summary>
            Specifies the number of pages on which a document should be printed. The document is scaled to fit the defined number of pages.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.TableCentering">
            <summary>
            Specifies whether tables are centered horizontally and/or vertically on the page.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.FootnoteMaxHeight">
            <summary>
            Specifies the maximum amount of space on a page that a footnote can occupy.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.WritingMode">
            <summary>
            Specifies the writing mode of the page.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.FirstPageNumber">
            <summary>
            Specifies the number of a document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.LayoutGridMode">
            <summary>
            Enables Asian layout grids.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.LayoutGridBaseHeight">
            <summary>
            Specifies the height reserved in layout grid lines for non-ruby text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.LayoutGridRubyHeight">
            <summary>
            Specifies the height reserved in layout grid lines for ruby text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.LayoutGridLineCount">
            <summary>
            Specifies the number of layout grid lines per page.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.LayoutGridColor">
            <summary>
            Specifies the color of layout grid border lines.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.LayoutGridRubyBelow">
            <summary>
            Specifies whether ruby text is displayed above or below the base text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.LayoutGridPrint">
            <summary>
            Specifies whether layout grid border lines are printed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.LayoutGridDisplay">
            <summary>
            Specifies whether layout grid border lines are displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PageLayoutProperties.BackgroundImage">
            <summary>
            Specifies an image as a background.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.PageUsage">
            <summary>
            Represents the type of pages that a page master should generate.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.PageUsage.All">
            <summary>
            If there are no header-left or footer-left, the header and footer content is the same for left and right pages.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.PageUsage.Left">
            <summary>
            The left header or left footer elements are ignored.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.PageUsage.Right">
            <summary>
            The right: header or right: footer elements are ignored.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.PageUsage.Mirrored">
            <summary>
            If there are no header-left or footer-left, the header and footer content is the same for left and right pages.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.PageUsage.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ParagraphProperties">
            <summary>
            Represents formatting properties for paragraphs.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ParagraphProperties.#ctor">
            <summary>
            Initializes a new instance of the ParagraphProperties class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ParagraphProperties.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ParagraphProperties.ToString">
            <summary>
            Converts the value of the current ParagraphProperties object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.TextAlignment">
            <summary>
            Specifies the alignment of paragraphs in a text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.FixedLineHeight">
            <summary>
            Specifies the fixed line height.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.MinimumLineHeight">
            <summary>
            Specifies the minimum line height.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.LineDistance">
            <summary>
            Specifies the fixed distance between two lines.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.TabStops">
            <summary>
            Specifies the distance between default tab stops.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.Border">
            <summary>
            Specifies the border of the paragraph.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.LeftBorder">
            <summary>
            Specifies the left border of the paragraph.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.RightBorder">
            <summary>
            Specifies the right border of the paragraph.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.TopBorder">
            <summary>
            Specifies the top border of the paragraph.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.BottomBorder">
            <summary>
            Specifies the bottom border of the paragraph.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.BorderLineWidth">
            <summary>
            Specifies the widths of borders defined by the FO border properties for borders where the value of these properties is double.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.LeftBorderLineWidth">
            <summary>
            Specifies the widths of the left border for borders defined by the FO border properties if the property for the left border has the value double.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.RightBorderLineWidth">
            <summary>
            Specifies the widths of the right border for borders defined by the FO border properties if the property for the right border has the value double.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.TopBorderLineWidth">
            <summary>
            Specifies the widths of the top border for borders defined by the FO border properties if the property for the top border has the value double.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.BottomBorderLineWidth">
            <summary>
            Specifies the widths of the bottom border for borders defined by the FO border properties if the property for the bottom border has the value double.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.Padding">
            <summary>
            Specifies the padding of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.LeftPadding">
            <summary>
            Specifies the left padding of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.RightPadding">
            <summary>
            Specifies the right padding of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.TopPadding">
            <summary>
            Specifies the top padding of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.BottomPadding">
            <summary>
            Specifies the bottom padding of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.Margin">
            <summary>
            Specifies the margin of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.LeftMargin">
            <summary>
            Specifies the left margin of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.RightMargin">
            <summary>
            Specifies the right margin of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.TopMargin">
            <summary>
            Specifies the top margin of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.BottomMargin">
            <summary>
            Specifies the bottom margin of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.BackgroundColor">
            <summary>
            Specifies the background color of the page layout.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.BreakBefore">
            <summary>
            Specifies the break before paragraph.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.BreakAfter">
            <summary>
            Specifies the break after paragraph.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.EnableLineNumbering">
            <summary>
            Specifies whether lines are numbered.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.LineNumberStartValue">
            <summary>
            Specifies the new start value for line numbering.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.WritingMode">
            <summary>
            Specifies the writing mode of the paragraph.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.KeepTogether">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.KeepWithNext">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.Shadow">
            <summary>
            Specifies the shadow effect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.UseFontIndependentLineSpacing">
            <summary>
            Specifies if font independent line spacing is used.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.TextAlignmentLastLine">
            <summary>
            Specifies the text last line alignment.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.JustifySingleWord">
            <summary>
            Specifies whether a single word should be justified when the last line in a paragraph is justified.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.Widows">
            <summary>
            Specifies the minimum number of lines that shall be displayed at the top of a page to avoid paragraph widows.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.Orphans">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.TabStopDistance">
            <summary>
            Specifies the distance between default tab stops.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.RegisterTrue">
            <summary>
            Specifies whether the lines on both sides of a printed page align. The text baselines of text in page columns or text box columns also align.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.TextIndent">
            <summary>
            Specifies the indent for the text lines of a list item.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.AutoTextIndent">
            <summary>
            Specifies that the first line of a paragraph is indented by a value that is based on the current font size.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.TextAutospace">
            <summary>
            Specifies whether to add space between portions of Asian, Western, and complex texts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.PunctuationWrap">
            <summary>
            Specifies whether a punctuation mark, if one is present, can be hanging, that is, whether it can placed in the margin area at the end of a full line of text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.LineBreak">
            <summary>
            Specifies whether word wrapping is allowed for axis labels.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.AutoWritingMode">
            <summary>
            Specifies whether a consumer may recalculate the writing mode of a paragraph based on its content whenever the content is edited.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.SnapToLayoutGrid">
            <summary>
            Specifies whether the layout of a paragraph should consider the layout grid settings of the page where it appears.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.PageNumber">
            <summary>
            Specifies the page number that should be used for a new page when either a paragraph or table style specifies a master page that should be applied beginning from the start of a paragraph or table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphProperties.BackgroundImage">
            <summary>
            Specifies an image as a background.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ParagraphStyle">
            <summary>
            Represents a style for paragraph.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ParagraphStyle.#ctor">
            <summary>
            Initializes a new instance of the ParagraphStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ParagraphStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ParagraphStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ParagraphStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ParagraphStyle.ToString">
            <summary>
            Converts the value of the current ParagraphStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ParagraphStyle.ParagraphProperties">
            <summary>
            Specifies formatting properties for paragraph.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.PercentageStyle">
            <summary>
            Represents the style for percentage values.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.PercentageStyle.#ctor">
            <summary>
            Initializes a new instance of the PercentageStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.PercentageStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PercentageStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.PercentageStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.PercentageStyle.ToString">
            <summary>
            Converts the value of the current PercentageStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PercentageStyle.Language">
            <summary>
            Contains a language code.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PercentageStyle.Country">
            <summary>
            Contains a country code for a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PercentageStyle.Title">
            <summary>
            Contains the title of a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PercentageStyle.IsVolatile">
            <summary>
            Specifies whether unused style in a document are retained or discarded by consumers.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PercentageStyle.TransliterationFormat">
            <summary>
            Specifies which number characters to use.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PercentageStyle.TransliterationLanguage">
            <summary>
            Specifies the language code in conformance with [RFC5646].
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PercentageStyle.TransliterationCountry">
            <summary>
            Specifies the country code in conformance with [RFC5646].
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PercentageStyle.TransliterationStyle">
            <summary>
            Specifies the transliteration-format of a number system.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PercentageStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PercentageStyle.Number">
            <summary>
            Specifies the display formatting properties for a decimal number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PercentageStyle.PrefixText">
            <summary>
            Specifies what to display before a number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PercentageStyle.SuffixText">
            <summary>
            Specifies what to display before and after the number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.PercentageStyle.StyleMappings">
            <summary>
            Specifies a collection of <see cref="T:Independentsoft.Office.Odf.Styles.StyleMapping" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Placing">
            <summary>
            Represents whether the measure line is rendered below or above the edge defined by the two reference points.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Placing.Below">
            <summary>
            Measure line is rendered above the edge defined by two reference points.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Placing.Above">
            <summary>
            Measure line is rendered below the edge defined by two reference points.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Placing.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Print">
            <summary>
            Represents the components in a spreadsheet document to print.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Print.#ctor">
            <summary>
            Initializes a new instance of the Print class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Print.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Print class.
            </summary>
            <param name="value"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Print.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Print.ToString">
            <summary>
            Converts the value of the current Print object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Print.Headers">
            <summary>
            Specifies the headers.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Print.Grid">
            <summary>
            Specifies the grid.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Print.Annotations">
            <summary>
            Specifies the annotations.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Print.Objects">
            <summary>
            Specifies the objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Print.Charts">
            <summary>
            Specifies the charts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Print.Drawings">
            <summary>
            Specifies the drawings.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Print.Formulas">
            <summary>
            Specifies the formulas.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Print.ZeroValues">
            <summary>
            Specifies the zero values.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.PrintOrientation">
            <summary>
            Represents the orientation of the printed page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.PrintOrientation.Portrait">
            <summary>
            A page is printed in portrait orientation.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.PrintOrientation.Landscape">
            <summary>
            A page is printed in landscape orientation.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.PrintOrientation.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.PrintPageOrder">
            <summary>
            Represents the order in which data in a spreadsheet is numbered and printed when the data does not fit on one printed page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.PrintPageOrder.TopToBottom">
            <summary>
            Create pages from the top row to the bottom row before continuing with the next set of columns.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.PrintPageOrder.LeftToRight">
            <summary>
            Create pages from the first column to the last column before continuing with the next set of rows.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.PrintPageOrder.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ProtectType">
            <summary>
            Represents whether the content, size, or position of a frame is protected.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ProtectType.Content">
            <summary>
            Content of a frame should be protected from editing.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ProtectType.Position">
            <summary>
            The position of a frame should be protected from editing.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ProtectType.Size">
            <summary>
            The size of a frame should be protected from editing.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ProtectType.ContentPosition">
            <summary>
            Content and the position of a frame  should be protected from editing.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ProtectType.ContentSize">
            <summary>
            Content and the size of a frame should be protected from editing.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ProtectType.PositionSize">
            <summary>
            Position and the size of a frame should be protected from editing.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ProtectType.ContentPositionSize">
            <summary>
            The content, size and position of a frame should be subject to editing.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ProtectType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.PunctuationWrap">
            <summary>
            Represents whether a punctuation mark, if one is present, can be hanging, that is, whether it can placed in the margin area at the end of a full line of text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.PunctuationWrap.Simple">
            <summary>
            A punctuation mark can not be placed in the margin area at the end of a full line of text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.PunctuationWrap.Hanging">
            <summary>
            A punctuation mark can be placed in the margin area at the end of a full line of text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.PunctuationWrap.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Quarter">
            <summary>
            Represents a quarter of the year in a date.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Quarter.#ctor">
            <summary>
            Initializes a new instance of the Quarter class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Quarter.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Quarter.ToString">
            <summary>
            Converts the value of the current Quarter object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Quarter.DisplayFormat">
            <summary>
            Specifies the display format.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Quarter.Calendar">
            <summary>
            Specifies the calendar system used to extract parts of a date.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.RadialGradient">
            <summary>
            Represents the radial gradient.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RadialGradient.#ctor">
            <summary>
            Initializes a new instance of the RadialGradient class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RadialGradient.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RadialGradient.ToString">
            <summary>
            Converts the value of the current RadialGradient object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RadialGradient.Name">
            <summary>
            Specifies the name by which a radial gradient can be referenced.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RadialGradient.DisplayName">
            <summary>
            Specifies the name of a radial gradient.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RadialGradient.CenterX">
            <summary>
            Specifies the center of the geometry that is used for the radial gradient.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RadialGradient.CenterY">
            <summary>
            Specifies the center of the geometry that is used for the radial gradient.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RadialGradient.Radius">
            <summary>
             Specifies the radius that is used for the radial gradient.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RadialGradient.Stops">
            <summary>
            Specifies a collection of <see cref="T:Independentsoft.Office.Odf.Styles.SvgStop" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RadialGradient.GradientUnits">
            <summary>
            Specifies the coordinate system.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RadialGradient.GradientTransform">
            <summary>
            Contains the definition of an optional additional transformation from the gradient coordinate system onto the target coordinate system.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RadialGradient.SpreadMethod">
            <summary>
            Specifies what happens if the gradient starts or ends inside the bounds of the target rectangle. 
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Repetition">
            <summary>
            Represents if an image can be repeated or stretched over an area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Repetition.NoRepeat">
            <summary>
            Image should not be repeated.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Repetition.Repeat">
            <summary>
            Image should be repeated.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Repetition.Stretch">
            <summary>
            Image should be stretched over an area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.Repetition.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.RotationAlignment">
            <summary>
            Represents how the edge of the text in a cell is aligned after a rotation.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RotationAlignment.Bottom">
            <summary>
            Text is rotated and may overlap with other cells if the text is longer than the length of the cell.Borders and background are positioned parallel to the text, whereby the edge that is named by the attribute value aligns with the corresponding edge of the cell's original position.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RotationAlignment.Top">
            <summary>
            Text is rotated and may overlap with other cells if the text is longer than the length of the cell.Borders and background are positioned parallel to the text, whereby the edge that is named by the attribute value aligns with the corresponding edge of the cell's original position.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RotationAlignment.Center">
            <summary>
            Text is rotated and may overlap with other cells if the text is longer than the length of the cell.Borders and background are positioned parallel to the text, whereby the edge that is named by the attribute value aligns with the corresponding edge of the cell's original position.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RotationAlignment.None">
            <summary>
            Text is rotated and aligned within the cell.Borders and background are unchanged.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.RowProperties">
            <summary>
            Represents formatting properties for table rows.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RowProperties.#ctor">
            <summary>
            Initializes a new instance of the RowProperties class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RowProperties.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RowProperties.ToString">
            <summary>
            Converts the value of the current RowProperties object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RowProperties.Height">
            <summary>
            Specifies the fixed row height.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RowProperties.MinHeight">
            <summary>
            Specifies the fixed minimum height for a row.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RowProperties.UseOptimalHeight">
            <summary>
            Specifies that a row height should be recalculated automatically if content in the row changes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RowProperties.BackgroundColor">
            <summary>
            Specifies the background color for the row.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RowProperties.BreakBefore">
            <summary>
            Specifies break before.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RowProperties.BreakAfter">
            <summary>
            Specifies break after.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RowProperties.KeepTogether">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RowProperties.BackgroundImage">
            <summary>
            Specifies an image as a background.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.RowStyle">
            <summary>
            Represents the style of a row.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RowStyle.#ctor">
            <summary>
            Initializes a new instance of the RowStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RowStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RowStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RowStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RowStyle.ToString">
            <summary>
            Converts the value of the current RowStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RowStyle.Height">
            <summary>
            Specifies the fixed row height.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RowStyle.MinHeight">
            <summary>
            Specifies the fixed minimum height for a row.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RowStyle.UseOptimalHeight">
            <summary>
            Specifies that a row height should be recalculated automatically if content in the row changes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RowStyle.BackgroundColor">
            <summary>
            Specifies the background color for the row.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RowStyle.BreakBefore">
            <summary>
            Specifies break before.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RowStyle.BreakAfter">
            <summary>
            Specifies break after.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RowStyle.KeepTogether">
            <summary></summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.RubyAlignment">
            <summary>
            Represents the horizontal alignment of the ruby text in relationship to the ruby base.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RubyAlignment.Left">
            <summary>
            Ruby text to the left of ruby base text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RubyAlignment.Center">
            <summary>
            Ruby text centered on ruby base text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RubyAlignment.Right">
            <summary>
            Ruby text to the right of ruby base text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RubyAlignment.DistributeLetter">
            <summary>
            If the width of the ruby text is smaller than that of the ruby base text, then the ruby text contents are evenly distributed across the width of the ruby base text, with the first and last ruby text glyphs lining up with the corresponding first and last base glyphs. If the width of the ruby text is at least the width of the ruby base text, then the letters of the ruby base text are evenly distributed across the width of the ruby text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RubyAlignment.DistributeSpace">
            <summary>
            If the width of the ruby text is smaller than that of the ruby base text, then the ruby text contents are evenly distributed across the width of the ruby base text, with a certain amount of white space preceding the first and following the last character in the ruby text. That amount of white space is normally equal to half the amount of inter-character space of the ruby text. If the width of the ruby text is at least the width of the ruby base text, then the same type of space distribution applies to the ruby base text. In other words, if the base is shorter than the ruby text, the base is distribute-space aligned.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RubyAlignment.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.RubyPosition">
            <summary>
            The vertical position of the ruby text in relationship to the ruby base.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RubyPosition.Above">
            <summary>
            Ruby text should be above ruby base text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RubyPosition.Below">
            <summary>
            Ruby text should be below ruby base text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RubyPosition.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.RubyProperties">
            <summary>
            Represents formatting properties for ruby elements.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RubyProperties.#ctor">
            <summary>
            Initializes a new instance of the RubyProperties class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RubyProperties.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RubyProperties.ToString">
            <summary>
            Converts the value of the current RubyProperties object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RubyProperties.Position">
            <summary>
            Specifies the vertical position of the ruby text in relationship to the ruby base.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RubyProperties.Alignment">
            <summary>
            Specifies the horizontal alignment of the ruby text in relationship to the ruby base.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.RubyStyle">
            <summary>
            Represents the ruby style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RubyStyle.#ctor">
            <summary>
            Initializes a new instance of the RubyStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RubyStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RubyStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RubyStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.RubyStyle.ToString">
            <summary>
            Converts the value of the current RubyStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RubyStyle.Position">
            <summary>
            Specifies the vertical position of the ruby text in relationship to the ruby base.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.RubyStyle.Alignment">
            <summary>
            Specifies the horizontal alignment of the ruby text in relationship to the ruby base.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.RunThrough">
            <summary>
            Represents whether content of a frame is displayed in the background or foreground.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RunThrough.Foreground">
            <summary>
            Frame content is displayed in front of a text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RunThrough.Background">
            <summary>
            Frame content is displayed behind a text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.RunThrough.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ScientificNumber">
            <summary>
            Represents the display formatting properties for a number style that should be displayed in scientific format.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ScientificNumber.#ctor">
            <summary>
            Initializes a new instance of the ScientificNumber class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ScientificNumber.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.ScientificNumber.ToString">
            <summary>
            Converts the value of the current ScientificNumber object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ScientificNumber.MinExponentDigits">
            <summary>
            Specifies the minimum number of digits to use to display an exponent.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ScientificNumber.DecimalPlaces">
            <summary>
            Specifies the number of decimal places to display.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ScientificNumber.MinIntegerDigits">
            <summary>
            Specifies the minimum number of integer digits to display in a number, a scientific number, or a fraction.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.ScientificNumber.Grouping">
            <summary>
            Specifies whether the integer digits of a number should be grouped using a separator character.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ScriptType">
            <summary>
            Represents which script are currently active for a portion of text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ScriptType.Latin">
            <summary>
            All latin script-dependent attributes are active.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ScriptType.Asian">
            <summary>
            All asian script-dependent attributes are active.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ScriptType.Complex">
            <summary>
            All complex script-dependent attributes are active.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ScriptType.Ignore">
            <summary>
            All script-dependent attributes are applied to all script types. This is available on default styles only.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ScriptType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Seconds">
            <summary>
            Represents whether seconds are displayed as part of a date or time.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Seconds.#ctor">
            <summary>
            Initializes a new instance of the Seconds class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Seconds.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Seconds.ToString">
            <summary>
            Converts the value of the current Seconds object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Seconds.DisplayFormat">
            <summary>
            Specifies the display format.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.SectionColumn">
            <summary>
            Represents formatting properties for a column.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.SectionColumn.#ctor">
            <summary>
            Initializes a new instance of the SectionColumn class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.SectionColumn.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.SectionColumn.ToString">
            <summary>
            Converts the value of the current SectionColumn object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionColumn.RelativeWidth">
            <summary>
            Specifies the width of a column.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionColumn.LeftSpace">
            <summary>
            Specifies the left space of a column.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionColumn.RightSpace">
            <summary>
            Specifies the right space of a column.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionColumn.UpperSpace">
            <summary>
            Specifies the upper space of a column.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionColumn.LowerSpace">
            <summary>
            Specifies the lower space of a column.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.SectionProperties">
            <summary>
            Defined the formatting properties used by section styles.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.SectionProperties.#ctor">
            <summary>
            Initializes a new instance of the SectionProperties class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.SectionProperties.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.SectionProperties.ToString">
            <summary>
            Converts the value of the current SectionProperties object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionProperties.BackgroundColor">
            <summary>
            Specifies the background color for the section.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionProperties.LeftMargin">
            <summary>
            Specifies the left margin of the section.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionProperties.RightMargin">
            <summary>
            Specifies the right margin of the section.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionProperties.Separator">
            <summary>
            Specifies the separator line between columns.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionProperties.ColumnGap">
            <summary>
            Specifies the gap between columns.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionProperties.Columns">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.SectionColumn" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionProperties.Protect">
            <summary>
            Specifies that sections should not be changed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionProperties.DontBalanceTextColumns">
            <summary>
            Specifies whether the text column content should be evenly distributed over all text columns or not.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionProperties.WritingMode">
            <summary>
            Specifies the writing mode for an element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionProperties.BackgroundImage">
            <summary>
            Specifies an image as a background.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.SectionStyle">
            <summary>
            Represents the section style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.SectionStyle.#ctor">
            <summary>
            Initializes a new instance of the SectionStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.SectionStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SectionStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.SectionStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.SectionStyle.ToString">
            <summary>
            Converts the value of the current SectionStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionStyle.BackgroundColor">
            <summary>
            Specifies the background color for a section.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionStyle.LeftMargin">
            <summary>
            Specifies the left margin of the section.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionStyle.RightMargin">
            <summary>
            Specifies the left margin of the section.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionStyle.Separator">
            <summary>
            Specifies the separator line between columns.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionStyle.ColumnGap">
            <summary>
            Specifies the gap between columns.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionStyle.Columns">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.Styles.SectionColumn" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionStyle.Protect">
            <summary>
            Specifies that sections should not be changed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionStyle.DontBalanceTextColumns">
            <summary>
            Specifies whether the text column content should be evenly distributed over all text columns or not.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SectionStyle.WritingMode">
            <summary>
            Specifies the writing mode for an element.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.ShadowVisibility">
            <summary>
            Represents the visibility of a shadow.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ShadowVisibility.Visible">
            <summary>
            A shadow should be visible.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ShadowVisibility.Hidden">
            <summary>
            A shadow should not be visible.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.ShadowVisibility.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.SpreadMethod">
            <summary>
            Represents the spread method.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.SpreadMethod.Pad">
            <summary>
            Pad.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.SpreadMethod.Reflect">
            <summary>
            Reflect.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.SpreadMethod.Repeat">
            <summary>
            Repeat.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.SpreadMethod.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.StrokeDash">
            <summary>
            Represents the dash style that is used for a stroke.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.StrokeDash.#ctor">
            <summary>
            Initializes a new instance of the StrokeDash class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.StrokeDash.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.StrokeDash.ToString">
            <summary>
            Converts the value of the current StrokeDash object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.StrokeDash.Name">
            <summary>
            Specifies names that are used for referencing graphical elements.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.StrokeDash.DisplayName">
            <summary>
            Specifies the name of a dash style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.StrokeDash.Style">
            <summary>
            Specifies the rendering for a stroke-dash.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.StrokeDash.Dots1">
            <summary>
            Specifies the number of dashes for the first sequence in an alternating sequence of dots.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.StrokeDash.Dots1Length">
            <summary>
            Specifies the length of the dashes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.StrokeDash.Dots2">
            <summary>
            Specifies the number of dashes for the second sequence in an alternating sequence of dots.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.StrokeDash.Dots2Length">
            <summary>
            Specifies the length of the dashes
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.StrokeDash.Distance">
            <summary>
            Specifies the distance between the dashes of a stroke.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.StrokeLineJoin">
            <summary>
            Represents the shape at the corners of paths or other vector shapes when they are stroked.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StrokeLineJoin.Miter">
            <summary>
            Miter.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StrokeLineJoin.Round">
            <summary>
            Round.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StrokeLineJoin.Bevel">
            <summary>
            Bevel.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StrokeLineJoin.Middle">
            <summary>
            Mean value between joins is used (deprecated).
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StrokeLineJoin.Inherit">
            <summary>
            Inherit.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StrokeLineJoin.None">
            <summary>
            No shape specified.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.StrokeStyle">
            <summary>
            Represents the style of the stroke on the current object.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StrokeStyle.Solid">
            <summary>
            Solid stroke is drawn.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StrokeStyle.Dash">
            <summary>
            Stroke referenced by a stroke dash of a style on the object is drawn.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StrokeStyle.None">
            <summary>
            No stroke is drawn.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Style">
            <summary>
            Represents the style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Style.Name">
            <summary>
            Specifies names that are used for referencing style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Style.DisplayName">
            <summary>
            Specifies the name of a style.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.StyleFamily">
            <summary>
            Specifies the family of a style.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.Paragraph">
            <summary>
            Family name of styles for paragraphs.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.Text">
            <summary>
            Family name of styles for text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.Section">
            <summary>
            Family name of styles for sections.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.Table">
            <summary>
            Family name of styles for tables.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.Column">
            <summary>
            Family name of styles for table columns.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.Row">
            <summary>
            Family name of styles for table rows.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.Cell">
            <summary>
            Family name of styles for table cells.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.TablePage">
            <summary>
            Family name of styles for table page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.Chart">
            <summary>
            Family name of styles for charts.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.Default">
            <summary>
            Family name of styles for default.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.DrawingPage">
            <summary>
            Family name of styles for drawing pages.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.Graphic">
            <summary>
            Family name of styles for graphic elements.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.Presentation">
            <summary>
            Family name of styles for presentations.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.Control">
            <summary>
            Family name of styles for control.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.Ruby">
            <summary>
            Family name of styles for ruby text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.StyleFamily.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.StyleMapping">
            <summary>
            Represents a condition, which if met, results in the mapping of a style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.StyleMapping.#ctor">
            <summary>
            Initializes a new instance of the StyleMapping class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.StyleMapping.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.StyleMapping.ToString">
            <summary>
            Converts the value of the current StyleMapping object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.StyleMapping.Condition">
            <summary>
            Specifies the condition that triggers a style map.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.StyleMapping.AppliedStyle">
            <summary>
            Specifies the style to apply when the condition is true.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.StyleMapping.BaseCellAddress">
            <summary>
            Specifies as an absolute cell address with a table name the base cell for relative addresses in formulas.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.SvgStop">
            <summary>
            Represents the svg stop.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.SvgStop.#ctor">
            <summary>
            Initializes a new instance of the SvgStop class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.SvgStop.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.SvgStop.ToString">
            <summary>
            Converts the value of the current SvgStop object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SvgStop.Offset">
            <summary>
            Specifies the svg top offset.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SvgStop.Color">
            <summary>
            Specifies the svg top color.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.SvgStop.Opacity">
            <summary>
            Specifies the svg top opacity.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TableAlignment">
            <summary>
            Represents the horizontal alignment of a table.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TableAlignment.Left">
            <summary>
            Table aligns to the left margin.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TableAlignment.Center">
            <summary>
            Table aligns to the center between left and right margins.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TableAlignment.Right">
            <summary>
            Table aligns to the right margin.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TableAlignment.Margins">
            <summary>
            Table fills all the space between the left and right margins.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TableAlignment.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TableCentering">
            <summary>
            Represents whether tables are centered horizontally and/or vertically on the page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TableCentering.Horizontal">
            <summary>
            Tables should be centered horizontally on the pages where they appear.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TableCentering.Vertical">
            <summary>
            Tables should be centered vertically on the pages where they appear.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TableCentering.Both">
            <summary>
            Tables should be centered both horizontally and vertically on the pages where they appear.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TableCentering.None">
            <summary>
            Tables should not be centered both horizontally or vertically on the pages where they appear.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TableProperties">
            <summary>
            Represents formatting properties for tables.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TableProperties.#ctor">
            <summary>
            Initializes a new instance of the TableProperties class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TableProperties.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TableProperties.ToString">
            <summary>
            Converts the value of the current TableProperties object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.Alignment">
            <summary>
            Specifies the horizontal alignment of a table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.Width">
            <summary>
            Specifies the fixed width of a table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.RelativeWidth">
            <summary>
            Specifies the width of a table relative to the width of the area that the table is in.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.BackgroundColor">
            <summary>
            Specifies the background color for table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.Margin">
            <summary>
            Specifies the margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.LeftMargin">
            <summary>
            Specifies the left margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.RightMargin">
            <summary>
            Specifies the right margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.TopMargin">
            <summary>
            Specifies the top margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.BottomMargin">
            <summary>
            Specifies the bottom margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.Display">
            <summary>
            Specifies whether a table is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.WritingMode">
            <summary>
            Specifies the writing mode of the table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.BorderModel">
            <summary>
            Specifies what border model to use when creating a table with a border.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.EnableBreakBetweenRows">
            <summary>
            Specifies that a page break may occur inside a table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.Shadow">
            <summary>
            Specifies the shadow effect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.BreakBefore">
            <summary>
            Specifies the break before table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.BreakAfter">
            <summary>
            Specifies the break after table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.PageNumber">
            <summary>
            Specifies the page number that should be used for a new page when either a paragraph or table style specifies a master page that should be applied beginning from the start of a paragraph or table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableProperties.BackgroundImage">
            <summary>
            Specifies an image as a background.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TableStyle">
            <summary>
            Represents the table style.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TableStyle.#ctor">
            <summary>
            Initializes a new instance of the TableStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TableStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TableStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TableStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TableStyle.ToString">
            <summary>
            Converts the value of the current TableStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.Alignment">
            <summary>
            Specifies the horizontal alignment of a table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.Width">
            <summary>
            Specifies the fixed width of a table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.RelativeWidth">
            <summary>
            Specifies the width of a table relative to the width of the area that the table is in.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.BackgroundColor">
            <summary>
            Specifies the background color for table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.Margin">
            <summary>
            Specifies the margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.LeftMargin">
            <summary>
            Specifies the left margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.RightMargin">
            <summary>
            Specifies the right margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.TopMargin">
            <summary>
            Specifies the top margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.BottomMargin">
            <summary>
            Specifies the bottom margin.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.Display">
            <summary>
            Specifies whether a table is displayed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.WritingMode">
            <summary>
            Specifies the writing mode of the table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.BorderModel">
            <summary>
            Specifies what border model to use when creating a table with a border.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.EnableBreakBetweenRows">
            <summary>
            Specifies that a page break may occur inside a table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.KeepTogether">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.Shadow">
            <summary>
            Specifies the shadow effect.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.BreakBefore">
            <summary>
            Specifies the break before table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.BreakAfter">
            <summary>
            Specifies the break after table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TableStyle.PageNumber">
            <summary>
            Specifies the page number that should be used for a new page when either a paragraph or table style specifies a master page that should be applied beginning from the start of a paragraph or table.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TabStop">
            <summary>
            Represents a tab stop.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TabStop.#ctor">
            <summary>
            Initializes a new instance of the TabStop class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TabStop.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TabStop.ToString">
            <summary>
            Converts the value of the current TabStop object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TabStop.Position">
            <summary>
            Specifies the position of a tab stop.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TabStop.Type">
            <summary>
            Specifies the type of a tab stop.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TabStop.Delimiter">
            <summary>
            Specifies the delimiter character for tab stops of type char.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TabStop.LeaderLineType">
            <summary>
            Specifies whether a leader line should be drawn, and if so, whether a single or double line will be used.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TabStop.LeaderLineStyle">
            <summary>
            Specifies the style for a leader line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TabStop.LeaderLineWidth">
            <summary>
            Specifies the width of a leader line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TabStop.LeaderLineColor">
            <summary>
            Specifies the color of a leader line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TabStop.LeaderText">
            <summary>
            Specifies the single Unicode character for use as leader text for tab stops.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TabStop.LeaderTextStyle">
            <summary>
            Specifies the text style that is applied to a textual leader.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TabStopType">
            <summary>
            Represents the type of a tab stop.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TabStopType.Left">
            <summary>
            Text is left aligned with a tab stop.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TabStopType.Center">
            <summary>
            Text is centered on a tab stop.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TabStopType.Right">
            <summary>
            Text is right aligned with a tab stop.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TabStopType.Char">
            <summary>
            Character appears at a tab stop position.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TabStopType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TextAlignment">
            <summary>
            Represents the text alignment.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAlignment.Start">
            <summary>
            Start text alignment.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAlignment.End">
            <summary>
            End text alignment.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAlignment.Left">
            <summary>
            Left text alignment.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAlignment.Right">
            <summary>
            Right text alignment.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAlignment.Center">
            <summary>
            Center text alignment.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAlignment.Justify">
            <summary>
            Justify text alignment.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAlignment.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TextAlignmentLastLine">
            <summary>
            Represents the text alignment for the last line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAlignmentLastLine.Start">
            <summary>
            Start text alignment.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAlignmentLastLine.Center">
            <summary>
            Center text alignment.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAlignmentLastLine.Justify">
            <summary>
            Justify text alignment.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAlignmentLastLine.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TextAlignmentSource">
            <summary>
            Represents the source of a text-align attribute.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAlignmentSource.Fix">
            <summary>
            Content alignment uses the value of the text align.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAlignmentSource.ValueType">
            <summary>
            Content alignment uses the value-type of the cell.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAlignmentSource.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TextAreaHorizontalAlignment">
            <summary>
            Represents the horizontal alignment of the text area inside a shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAreaHorizontalAlignment.Left">
            <summary>
            Text area is left aligned horizontally inside a shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAreaHorizontalAlignment.Center">
            <summary>
            Text area is centered horizontally inside a shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAreaHorizontalAlignment.Right">
            <summary>
            Text area is right aligned horizontally inside a shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAreaHorizontalAlignment.Justify">
            <summary>
            Text area is justified horizontally inside a shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAreaHorizontalAlignment.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TextAreaVerticalAlignment">
            <summary>
            Represents the vertical alignment of the text area inside a shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAreaVerticalAlignment.Top">
            <summary>
            Vertical alignment of text area inside a shape should start at the top of the shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAreaVerticalAlignment.Middle">
            <summary>
            Vertical alignment of text area inside a shape should start at the middle of the shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAreaVerticalAlignment.Bottom">
            <summary>
            Vertical alignment of text area inside a shape should start at the bottom of the shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAreaVerticalAlignment.Justify">
            <summary>
            Vertical alignment of text area inside a shape should be justified.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAreaVerticalAlignment.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TextAutospace">
            <summary>
            Represents whether to add space between portions of Asian, Western, and complex texts.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAutospace.IdeographAlpha">
            <summary>
            Space should be added between portions of Asian, Western and complex texts.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextAutospace.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TextCombine">
            <summary>
            Represents whether to combine characters so that they are displayed within two lines.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextCombine.Letters">
            <summary>
            Display text in Kumimoji. Up to five (5) characters are combined within two lines and are displayed with a reduced size in a single wide-cell character. Additional characters are displayed as normal text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextCombine.Lines">
            <summary>
            Displays text in Warichu. All characters with the style:text-combine attribute that immediately follow each other are displayed within two lines of approximately the same length. A line break may occur between any two characters to meet this constraint.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextCombine.None">
            <summary>
            Characters should not be combined.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TextPosition">
            <summary>
            Represents the text positions.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TextPosition.#ctor">
            <summary>
            Initializes a new instance of the TextPosition class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TextPosition.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextPosition class.
            </summary>
            <param name="position"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TextPosition.#ctor(System.String,System.Int32)">
            <summary>
            Initializes a new instance of the TextPosition class.
            </summary>
            <param name="verticalPosition"></param>
            <param name="fontHeight"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TextPosition.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TextPosition.ToString">
            <summary>
            Converts the value of the current TextPosition object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextPosition.VerticalPosition">
            <summary>
            Specifies the vertical positions of the text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextPosition.FontHeight">
            <summary>
            Specifies the font height of the text.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TextProperties">
            <summary>
            Represents formatting properties for text.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TextProperties.#ctor">
            <summary>
            Initializes a new instance of the TextProperties class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TextProperties.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TextProperties.ToString">
            <summary>
            Converts the value of the current TextProperties object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.FontVariant">
            <summary>
            Contains the font variant of the text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.TextTransformation">
            <summary>
            Specifies the text transformation.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.Color">
            <summary>
            Contains the color of the text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.UseWindowFontColor">
            <summary>
            Specifies whether the window foreground color should be used as the foreground color for a light background color and white for a dark background color. The determination of what constitutes a light or dark color is implementation defined.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.TextOutline">
            <summary>
            Specifies whether to display an outline of text or the text itself.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.TextLineThrough">
            <summary>
            Specifies the color that is used for line-through text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.TextLineThroughStyle">
            <summary>
            Specifies the style for rendering a line-through text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.TextLineThroughWidth">
            <summary>
            Specifies the width of a line-through line. The value bold specifies a line width that is calculated from the font sizes like an auto width, but is wider than an auto width.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.TextLineThroughColor">
            <summary>
            Specifies the color that is used for line-through text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.TextLineThroughText">
            <summary>
            Specifies the text that is used for line-through.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.TextLineThroughTextStyle">
            <summary>
            Specifies the text style that is applied to text-line-through characters. It is not applied to line-through lines. If the attribute appears in an automatic style, it may reference either an automatic text style or a common style. If the attribute appears in a common style, it may reference a common style only.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.TextPosition">
            <summary>
            Specifies whether text is positioned above or below the baseline and to specify the relative font height that is used for this text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.Font">
            <summary>
            Specifies the font of the text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.AsianFont">
            <summary>
            Specifies the font of choice.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.ComplexFont">
            <summary>
            Specifies the font of choice.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.FontStyle">
            <summary>
            Specifies the font style name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.AsianFontStyle">
            <summary>
            Specifies whether to use normal or italic font face.
            The defined values are:
            -italic: characters displayed in an italic font face.
            -normal: characters displayed in normal font face.
            -oblique: characters displayed in an oblique font face.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.ComplexFontStyle">
            <summary>
            Specifies whether to use normal or italic font face.
            The defined values are:
            -italic: characters displayed in an italic font face.
            -normal: characters displayed in normal font face.
            -oblique: characters displayed in an oblique font face.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.FontSize">
            <summary>
            Specifies the size of a font.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.AsianFontSize">
            <summary>
            Specifies the size of a font.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.ComplexFontSize">
            <summary>
            Specifies the size of a font.It is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.RelativeFontSize">
            <summary>
            Specifies the relative font size change.It is evaluated for any [UNICODE] character other than CJK or complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.RelativeAsianFontSize">
            <summary>
            Specifies the relative font size change.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.RelativeComplexFontSize">
            <summary>
            Specifies the relative font size change.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.Country">
            <summary>
            Specifies the country of a text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.AsianCountry">
            <summary>
            Specifies the country of a text.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.ComplexCountry">
            <summary>
            Specifies the country of a text.It is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.Language">
            <summary>
            Specifies the language of a text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.AsianLanguage">
            <summary>
            Specifies the language of a text.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.ComplexLanguage">
            <summary>
            Specifies the language of a text.It is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.FontCharacterSet">
            <summary>
            Specifies whether a font defines glyphs according to the semantics of [UNICODE] or not.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.AsianFontCharacterSet">
            <summary>
            Specifies whether a font defines glyphs according to the semantics of [UNICODE] or not. It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.ComplexFontCharacterSet">
            <summary>
            Specifies whether a font defines glyphs according to the semantics of [UNICODE] or not.It is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.FontPitch">
            <summary>
            Specifies whether a font has a fixed or variable width.
            This attribute is evaluated for any [UNICODE] character other than CJK or complex text layout (CTL) characters.
            The defined values are:
            -fixed: font pitch is fixed.
            -variable: font pitch is variable.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.AsianFontPitch">
            <summary>
            Specifies whether a font has a fixed or variable width.
            This attribute is evaluated for [UNICODE] characters that are CJK characters.
            The defined values are:
            -fixed: font width is fixed.
            -variable: font width is variable.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.ComplexFontPitch">
            <summary>
            Specifies whether a font has a fixed or variable width.
            This attribute is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            The defined values are:
            -fixed: font width is fixed.
            -variable: font width is variable.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.FontFamily">
            <summary>
            Specifies the font family for a text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.AsianFontFamily">
            <summary>
            Specifies the font family for a text.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.ComplexFontFamily">
            <summary>
            Specifies the font family for a text.This attribute is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.FontWeight">
            <summary>
            Specifies the weight of a font.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.AsianFontWeight">
            <summary>
            Specifies the weight of a font.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.ComplexFontWeight">
            <summary>
            Specifies the weight of a font.It is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.GenericFontFamily">
            <summary>
            Specifies the generic font family name.This attribute is evaluated for any [UNICODE] character other than CJK or complex text layout (CTL) characters.
            The defined values are:
            -decorative: the family of decorative fonts.
            -modern: the family of modern fonts.
            -roman: the family roman fonts (with serifs).
            -script: the family of script fonts.
            -swiss: the family roman fonts (without serifs).
            -system: the family system fonts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.AsianGenericFontFamily">
            <summary>
            Specifies the generic Asian font family name.It is evaluated for [UNICODE] characters that are CJK characters.
            The defined values are:
            -decorative: the family of decorative fonts.
            -modern: the family of modern fonts.
            -roman: the family roman fonts (with serifs).
            -script: the family of script fonts.
            -swiss: the family roman fonts (without serifs).
            -system: the family system fonts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.ComplexGenericFontFamily">
            <summary>
            Specifies the generic font family name.
            The defined values are:
            -decorative: the family of decorative fonts.
            -modern: the family of modern fonts.
            -roman: the family roman fonts (with serifs).
            -script: the family of script fonts.
            -swiss: the family roman fonts (without serifs).
            -system: the family system fonts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.FontStyleType">
            <summary>
            Specifies the font style type.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.AsianFontStyleType">
            <summary>
            Specifies the font asian style type.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.ComplexFontStyleType">
            <summary>
            Specifies the font complex style type.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.BackgroundColor">
            <summary>
            Specifies the background color for text sections. This can be transparent or a color.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.Shadow">
            <summary>
            Specifies the text shadow style to use.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.ScriptType">
            <summary>
            Specifies the script type. The attribute is evaluated for any [UNICODE] characters that are not CJK or complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.FontRelief">
            <summary>
            Specifies whether a font should be embossed, engraved, or neither.
            The defined values are:
            -embossed: characters are embossed.
            -engraved: characters are engraved.
            -none: characters are neither embossed or engraved.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.UnderlineType">
            <summary>
            Specifies the type of underlining applied to a text.
            The defined values are:
            -double: a double line should be used for underlining applied to a text.
            -none: deprecated.
            -single: a single line should be used for underlining applied to a text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.UnderlineStyle">
            <summary>
            Specifies the style for underlining text.
            The defined values are:
            -none: text has no underlining.
            -dash: text has a dashed line underlining it.
            -dot-dash: text has a line whose repeating pattern is a dot followed by a dash underlining it.
            -dot-dot-dash: text has a line whose repeating pattern is two dots followed by a dash underlining it.
            -dotted: text has a dotted line underlining it.
            -long-dash: text has a dashed line whose dashes are longer than the ones from the dashed line for value dash underlining it.
            -solid: text has a solid line underlining it.
            -wave: text has a wavy line underlining it. 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.UnderlineWordMode">
            <summary>
            Specifies whether underlining is applied to words only or to portions of text. If underlining is applied to text portions, the spaces between words and the words are underlined.
            The defined values are:
            -continuous: underlining is applied to words and separating spaces.
            -skip-white-space: underlining is not applied to spaces between words.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.UnderlineWidth">
            <summary>
            Specifies the width of an underline. The value bold specifies a line width that is calculated from the font sizes like an auto width, but is wider than an auto width.
            The defined values are:
            -auto: the width of an underline should be calculated from the font size of the text where the underline will appear.
            -bold: the width of an underline should be calculated from the font size of the text where the underline will appear but is wider than for the value of auto.
            -a value of type percent
            -a value of type positive integer 
            -a value of type positive length 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.UnderlineColor">
            <summary>
            Specifies the color that is used to underline text. The value of this attribute is either font-color or a color.
            The defined values are:
            -font-color: the current text color is used for underlining.
            -a value of type color: the color to be used for underlining.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.LineThroughWordMode">
            <summary>
            Specifies whether lining through is applied to words only or to portions of text.
            The defined values are:
            -continuous: lining is applied to words and separating spaces.
            -skip-white-space: lining is not applied to spaces between words.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.EnableLetterKerning">
            <summary>
            Specifies whether kerning between characters is enabled or disabled.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.EnableTextBlinking">
            <summary>
            Specifies whether text blinks.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.TextCombine">
            <summary>
            Specifies whether to combine characters so that they are displayed within two lines.
            The defined values are:
            -letters: Display text in Kumimoji. Up to five (5) characters are combined within two lines and are displayed with a reduced size in a single wide-cell character. Additional characters are displayed as normal text.
            -lines: Displays text in Warichu. All characters with the style:text-combine attribute that immediately follow each other are displayed within two lines of approximately the same length. A line break may occur between any two characters to meet this constraint.
            -none: characters should not be combined.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.TextCombineStartChar">
            <summary>
            Specifies the start character that is displayed before a portion of text
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.TextCombineEndChar">
            <summary>
            Specifies the end character that is displayed after a portion of text
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.TextRotationAngle">
            <summary>
            Specifies an angle to which text is rotated.If more than one character is selected, the entire selection is rotated as a block.
            The defined values for are:
            -0 degrees
            -90 degrees
            -270 degrees
            -an angle. The value shall be one of 0deg, 90deg or 270deg, or any of its equivalents in rad or grad.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.TextRotationScale">
            <summary>
            Specifies whether for rotated text the width of the text should be scaled to fit into the current line height or the width of the text should remain fixed, therefore changing the current line height.
            The defined values for are:
            -fixed: width of text should remain fixed.
            -line-height: width of text should be scaled to fit the current line height.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.EnableHyphenation">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.HyphenationRemainCharCount">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.HyphenationPushCharCount">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.IsLetterSpacingNormal">
            <summary>
            Spacing between letters has value "normal".
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.LetterSpacing">
            <summary>
            Specifies the spacing between letters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextProperties.TextScale">
            <summary>
            Specifies the text scale. 
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TextRotationScale">
            <summary>
            Represents whether for rotated text the width of the text should be scaled to fit into the current line height or the width of the text should remain fixed, therefore changing the current line height.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextRotationScale.Fixed">
            <summary>
            Width of text should remain fixed.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextRotationScale.LineHeight">
            <summary>
            Width of text should be scaled to fit the current line height.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextRotationScale.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TextStyle">
            <summary>
            Represents a style for text.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TextStyle.#ctor">
            <summary>
            Initializes a new instance of the TextStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TextStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TextStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TextStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TextStyle.ToString">
            <summary>
            Converts the value of the current TextStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.FontVariant">
            <summary>
            Specifies the font variant.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.TextTransformation">
            <summary>
            Specifies the text transformation.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.Color">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.UseWindowFontColor">
            <summary>
            Specifies whether the window foreground color should be used as the foreground color for a light background color and white for a dark background color.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.TextOutline">
            <summary>
            Specifies whether to display an outline of text or the text itself.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.TextLineThrough">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.TextLineThroughStyle">
            <summary>
            Specifies the style for rendering a line-through text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.TextLineThroughWidth">
            <summary>
            Specifies the width of a line-through line.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.TextLineThroughColor">
            <summary>
            Specifies the color that is used for line-through text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.TextLineThroughText">
            <summary>
            Specifies the text that is used for line-through.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.TextLineThroughTextStyle">
            <summary>
            Specifies the text style that is applied to text-line-through characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.TextPosition">
            <summary>
            Specifies whether text is positioned above or below the baseline and to specify the relative font height that is used for this text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.Font">
            <summary>
            Specifies the font of the text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.AsianFont">
            <summary>
            Specifies the font of choice.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.ComplexFont">
            <summary>
            Specifies the font of choice.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.FontStyle">
            <summary>
            Specifies the font style name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.AsianFontStyle">
            <summary>
            Specifies whether to use normal or italic font face.
            The defined values are:
            -italic: characters displayed in an italic font face.
            -normal: characters displayed in normal font face.
            -oblique: characters displayed in an oblique font face.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.ComplexFontStyle">
            <summary>
            Specifies whether to use normal or italic font face.
            The defined values are:
            -italic: characters displayed in an italic font face.
            -normal: characters displayed in normal font face.
            -oblique: characters displayed in an oblique font face.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.FontSize">
            <summary>
            Specifies the size of a font.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.AsianFontSize">
            <summary>
            Specifies the size of a font.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.ComplexFontSize">
            <summary>
            Specifies the size of a font.It is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.RelativeFontSize">
            <summary>
            Specifies the relative font size change.It is evaluated for any [UNICODE] character other than CJK or complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.RelativeAsianFontSize">
            <summary>
            Specifies the relative font size change.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.RelativeComplexFontSize">
            <summary>
            Specifies the relative font size change.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.Country">
            <summary>
            Specifies the country of a text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.AsianCountry">
            <summary>
            Specifies the country of a text.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.ComplexCountry">
            <summary>
            Specifies the country of a text.It is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.Language">
            <summary>
            Specifies the language of a text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.AsianLanguage">
            <summary>
            Specifies the language of a text.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.ComplexLanguage">
            <summary>
            Specifies the language of a text.It is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.FontCharacterSet">
            <summary>
            Specifies whether a font defines glyphs according to the semantics of [UNICODE] or not.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.AsianFontCharacterSet">
            <summary>
            Specifies whether a font defines glyphs according to the semantics of [UNICODE] or not. It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.ComplexFontCharacterSet">
            <summary>
            Specifies whether a font defines glyphs according to the semantics of [UNICODE] or not.It is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.FontPitch">
            <summary>
            Specifies whether a font has a fixed or variable width.
            This attribute is evaluated for any [UNICODE] character other than CJK or complex text layout (CTL) characters.
            The defined values are:
            -fixed: font pitch is fixed.
            -variable: font pitch is variable.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.AsianFontPitch">
            <summary>
            Specifies whether a font has a fixed or variable width.
            This attribute is evaluated for [UNICODE] characters that are CJK characters.
            The defined values are:
            -fixed: font width is fixed.
            -variable: font width is variable.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.ComplexFontPitch">
            <summary>
            Specifies whether a font has a fixed or variable width.
            This attribute is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            The defined values are:
            -fixed: font width is fixed.
            -variable: font width is variable.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.FontFamily">
            <summary>
            Specifies the font family for a text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.AsianFontFamily">
            <summary>
            Specifies the font family for a text.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.ComplexFontFamily">
            <summary>
            Specifies the font family for a text.This attribute is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.FontWeight">
            <summary>
            Specifies the weight of a font.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.AsianFontWeight">
            <summary>
            Specifies the weight of a font.It is evaluated for [UNICODE] characters that are CJK characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.ComplexFontWeight">
            <summary>
            Specifies the weight of a font.It is evaluated for [UNICODE] characters that are complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.GenericFontFamily">
            <summary>
            Specifies the generic font family name.This attribute is evaluated for any [UNICODE] character other than CJK or complex text layout (CTL) characters.
            The defined values are:
            -decorative: the family of decorative fonts.
            -modern: the family of modern fonts.
            -roman: the family roman fonts (with serifs).
            -script: the family of script fonts.
            -swiss: the family roman fonts (without serifs).
            -system: the family system fonts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.AsianGenericFontFamily">
            <summary>
            Specifies the generic Asian font family name.It is evaluated for [UNICODE] characters that are CJK characters.
            The defined values are:
            -decorative: the family of decorative fonts.
            -modern: the family of modern fonts.
            -roman: the family roman fonts (with serifs).
            -script: the family of script fonts.
            -swiss: the family roman fonts (without serifs).
            -system: the family system fonts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.ComplexGenericFontFamily">
            <summary>
            Specifies the generic font family name.
            The defined values are:
            -decorative: the family of decorative fonts.
            -modern: the family of modern fonts.
            -roman: the family roman fonts (with serifs).
            -script: the family of script fonts.
            -swiss: the family roman fonts (without serifs).
            -system: the family system fonts.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.FontStyleType">
            <summary>
            Specifies the font style type.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.AsianFontStyleType">
            <summary>
            Specifies the font asian style type.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.ComplexFontStyleType">
            <summary>
            Specifies the font complex style type.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.BackgroundColor">
            <summary>
            Specifies the background color for text sections. This can be transparent or a color.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.Shadow">
            <summary>
            Specifies the text shadow style to use.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.ScriptType">
            <summary>
            Specifies the script type. The attribute is evaluated for any [UNICODE] characters that are not CJK or complex text layout (CTL) characters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.FontRelief">
            <summary>
            Specifies whether a font should be embossed, engraved, or neither.
            The defined values are:
            -embossed: characters are embossed.
            -engraved: characters are engraved.
            -none: characters are neither embossed or engraved.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.UnderlineType">
            <summary>
            Specifies the type of underlining applied to a text.
            The defined values are:
            -double: a double line should be used for underlining applied to a text.
            -none: deprecated.
            -single: a single line should be used for underlining applied to a text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.UnderlineStyle">
            <summary>
            Specifies the style for underlining text.
            The defined values are:
            -none: text has no underlining.
            -dash: text has a dashed line underlining it.
            -dot-dash: text has a line whose repeating pattern is a dot followed by a dash underlining it.
            -dot-dot-dash: text has a line whose repeating pattern is two dots followed by a dash underlining it.
            -dotted: text has a dotted line underlining it.
            -long-dash: text has a dashed line whose dashes are longer than the ones from the dashed line for value dash underlining it.
            -solid: text has a solid line underlining it.
            -wave: text has a wavy line underlining it. 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.UnderlineWordMode">
            <summary>
            Specifies whether underlining is applied to words only or to portions of text. If underlining is applied to text portions, the spaces between words and the words are underlined.
            The defined values are:
            -continuous: underlining is applied to words and separating spaces.
            -skip-white-space: underlining is not applied to spaces between words.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.UnderlineWidth">
            <summary>
            Specifies the width of an underline. The value bold specifies a line width that is calculated from the font sizes like an auto width, but is wider than an auto width.
            The defined values are:
            -auto: the width of an underline should be calculated from the font size of the text where the underline will appear.
            -bold: the width of an underline should be calculated from the font size of the text where the underline will appear but is wider than for the value of auto.
            -a value of type percent
            -a value of type positive integer 
            -a value of type positive length 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.UnderlineColor">
            <summary>
            Specifies the color that is used to underline text. The value of this attribute is either font-color or a color.
            The defined values are:
            -font-color: the current text color is used for underlining.
            -a value of type color: the color to be used for underlining.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.LineThroughWordMode">
            <summary>
            Specifies whether lining through is applied to words only or to portions of text.
            The defined values are:
            -continuous: lining is applied to words and separating spaces.
            -skip-white-space: lining is not applied to spaces between words.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.EnableLetterKerning">
            <summary>
            Specifies whether kerning between characters is enabled or disabled.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.EnableTextBlinking">
            <summary>
            Specifies whether text blinks.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.TextCombine">
            <summary>
            Specifies whether to combine characters so that they are displayed within two lines.
            The defined values are:
            -letters: Display text in Kumimoji. Up to five (5) characters are combined within two lines and are displayed with a reduced size in a single wide-cell character. Additional characters are displayed as normal text.
            -lines: Displays text in Warichu. All characters with the style:text-combine attribute that immediately follow each other are displayed within two lines of approximately the same length. A line break may occur between any two characters to meet this constraint.
            -none: characters should not be combined.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.TextCombineStartChar">
            <summary>
            Specifies the start character that is displayed before a portion of text
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.TextCombineEndChar">
            <summary>
            Specifies the end character that is displayed after a portion of text
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.TextRotationAngle">
            <summary>
            Specifies an angle to which text is rotated.If more than one character is selected, the entire selection is rotated as a block.
            The defined values for are:
            -0 degrees
            -90 degrees
            -270 degrees
            -an angle. The value shall be one of 0deg, 90deg or 270deg, or any of its equivalents in rad or grad.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.TextRotationScale">
            <summary>
            Specifies whether for rotated text the width of the text should be scaled to fit into the current line height or the width of the text should remain fixed, therefore changing the current line height.
            The defined values for are:
            -fixed: width of text should remain fixed.
            -line-height: width of text should be scaled to fit the current line height.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.LetterSpacing">
            <summary>
            Specifies the spacing between letters.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TextStyle.TextScale">
            <summary>
            Specifies the text scale. 
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TextTransformation">
            <summary>
            Represents the text transformation.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextTransformation.LowerCase">
            <summary>
            Uses small letters for all characters of each word.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextTransformation.UpperCase">
            <summary>
            Capitalizes all characters of each word.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextTransformation.Capitalize">
            <summary>
            Capitalizes first character of each word.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TextTransformation.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TimeStyle">
            <summary>
            Represents a style for time values.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TimeStyle.#ctor">
            <summary>
            Initializes a new instance of the TimeStyle class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TimeStyle.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TimeStyle class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TimeStyle.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.TimeStyle.ToString">
            <summary>
            Converts the value of the current TimeStyle object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.Language">
            <summary>
            Specifies the language code.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.Country">
            <summary>
            Specifies the country code for a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.Title">
            <summary>
            Specifies the title of a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.IsVolatile">
            <summary>
            Specifies whether unused style in a document are retained or discarded by consumers.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.FormatSource">
            <summary>
            Specifies the source of definitions of the short and long display formats.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.TransliterationFormat">
            <summary>
            Specifies which number characters to use.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.TransliterationLanguage">
            <summary>
            Specifies the language code in conformance with [RFC5646].
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.TransliterationCountry">
            <summary>
            Specifies the country code in conformance with [RFC5646].
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.TransliterationStyle">
            <summary>
            Specifies the transliteration-format of a number system.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.TruncateOnOverflow">
            <summary>
            Specifies if a time or duration for which the value to be displayed by the largest time component specified in the style is too large to be displayed using the value range for hours (0 to 23), or minutes or seconds (0 to 59) is truncated or if the value range of this component is extended.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.TextProperties">
            <summary>
            Specifies formatting properties for text.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.Text">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.StyleMappings">
            <summary>
            Contains any fixed text for a data style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.Hours">
            <summary>
            Specifies whether hours are displayed as part of a date or time.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.Minutes">
            <summary>
            Specifies whether minutes are displayed as part of a date or time.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.Seconds">
            <summary>
            Specifies whether seconds are displayed as part of a date or time.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.AmPm">
            <summary>
            Specifies whether AM/PM is included as part of a date or time.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.HoursText">
            <summary>
            Specifies text for the hours.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.MinutesText">
            <summary>
            Specifies text for the minutes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.SecondsText">
            <summary>
            Specifies text for the minutes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.TimeStyle.AmPmText">
            <summary>
            Specifies text for the minutes.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.TransliterationStyle">
            <summary>
            Represents the transliteration-format of a number system.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TransliterationStyle.Short">
            <summary>
            Short.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TransliterationStyle.Medium">
            <summary>
            Medium.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TransliterationStyle.Long">
            <summary>
            Long.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.TransliterationStyle.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.UnderlineStyle">
            <summary>
            Represents a style for underlining text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.UnderlineStyle.Solid">
            <summary>
            Text has a solid line underlining it.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.UnderlineStyle.Dotted">
            <summary>
            Text has a dotted line underlining it.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.UnderlineStyle.Dash">
            <summary>
            Text has a dashed line underlining it.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.UnderlineStyle.LongDash">
            <summary>
            Text has a dashed line whose dashes are longer than the ones from the dashed line for value dash underlining it.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.UnderlineStyle.DotDash">
            <summary>
            Text has a line whose repeating pattern is a dot followed by a dash underlining it.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.UnderlineStyle.DotDotDash">
            <summary>
            Text has a line whose repeating pattern is two dots followed by a dash underlining it.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.UnderlineStyle.Wave">
            <summary>
            Text has a wavy line underlining it.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.UnderlineStyle.None">
            <summary>
            Text has no underlining.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.UnderlineType">
            <summary>
            Represents the type of underlining applied to a text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.UnderlineType.Single">
            <summary>
            A single line should be used for underlining applied to a text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.UnderlineType.Double">
            <summary>
            A double line should be used for underlining applied to a text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.UnderlineType.None">
            <summary>
            Deprecated.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.VerticalAlignment">
            <summary>
            Represents the vertical position of a character. By default characters are aligned according to their baseline.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalAlignment.Bottom">
            <summary>
            To the bottom of the line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalAlignment.Top">
            <summary>
            To the top of the line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalAlignment.Middle">
            <summary>
            To the center of the line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalAlignment.Auto">
            <summary>
            Automatically, which sets the vertical alignment to suit the text rotation. Text that is rotated 0 or 90 degrees is aligned to the baseline, while text that is rotated 270 degrees is aligned to the center of the line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalAlignment.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.VerticalGlyphOrientation">
            <summary>
            Represents a vertical glyph orientation.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalGlyphOrientation.Auto">
            <summary>
            Auto.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalGlyphOrientation.Disable">
            <summary>
            Disable.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalGlyphOrientation.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.VerticalLineAlignment">
            <summary>
            Represents the vertical position of a character. By default characters are aligned according to their baseline.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalLineAlignment.Top">
            <summary>
            To the top of the line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalLineAlignment.Middle">
            <summary>
            To the center of the line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalLineAlignment.Bottom">
            <summary>
            To the bottom of the line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalLineAlignment.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.VerticalPosition">
            <summary>
            Represents the vertical alignment of a frame relative to a specific area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalPosition.Top">
            <summary>
            The top of the frame is aligned with the reference area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalPosition.Middle">
            <summary>
            The middle of the frame is aligned with the reference area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalPosition.Bottom">
            <summary>
            The bottom of the frame is aligned with the reference area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalPosition.FromTop">
            <summary>
            The y attribute associated with the frame element specifies the vertical position of the frame. Otherwise, the y attribute is ignored for text documents.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalPosition.Below">
            <summary>
            The top corner of the frame is positioned below the reference area.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalPosition.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.VerticalRelation">
            <summary>
            Represents the area against which the vertical position of a frame is positioned.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalRelation.Page">
            <summary>
            Vertical position of frame positioned relative to a page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalRelation.PageContent">
            <summary>
            Vertical position of frame positioned relative to page content.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalRelation.Frame">
            <summary>
            Vertical position of frame positioned relative to a frame.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalRelation.FrameContent">
            <summary>
            Vertical position of frame positioned relative to frame content.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalRelation.Paragraph">
            <summary>
            Vertical position of frame positioned relative to a paragraph.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalRelation.ParagraphContent">
            <summary>
            Vertical position of frame positioned relative to paragraph content.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalRelation.Char">
            <summary>
            Vertical position of frame positioned relative to a character.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalRelation.Line">
            <summary>
            Vertical position of frame positioned relative to a line.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalRelation.BaseLine">
            <summary>
            Vertical position of frame positioned relative to a baseline.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalRelation.Text">
            <summary>
            Vertical position of frame positioned relative to text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.VerticalRelation.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.WeekOfYear">
            <summary>
            Represents a week of a year in a date.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.WeekOfYear.#ctor">
            <summary>
            Initializes a new instance of the WeekOfYear class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.WeekOfYear.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.WeekOfYear.ToString">
            <summary>
            Converts the value of the current WeekOfYear object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.WeekOfYear.Calendar">
            <summary>
            Specifies the calendar system used to extract parts of a date.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.WordWrapType">
            <summary>
            If wrapping is disabled, it is implementation defined whether the clipped text is visible or hidden. If the text is hidden consumers may support a scrolling mechanism to access the text.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WordWrapType.NoWrap">
            <summary>
            No wrap.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WordWrapType.Wrap">
            <summary>
            Wrap.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WordWrapType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.WrapContourMode">
            <summary>
            Represents the nature of the wrapping of text around the contour of a shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WrapContourMode.Full">
            <summary>
            Text wraps around the shape and fills any spaces and indentations in the shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WrapContourMode.Outside">
            <summary>
            Text wraps around the general area to the left and right of the shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WrapContourMode.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WrapInfluence.Iterative">
            <summary>
            Images are placed iteratively until all specified layout formatting properties are satisfied.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WrapInfluence.OnceConcurrent">
            <summary>
            Images are aligned with one another.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WrapInfluence.OnceSuccessive">
            <summary>
            Subsequent image is placed after the preceding image.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WrapInfluence.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.WrapType">
            <summary>
            Represents how text is displayed around a frame or graphic object.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WrapType.Left">
            <summary>
            Text wraps around the left side of the shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WrapType.Right">
            <summary>
            Text wraps around the right side of the shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WrapType.Parallel">
            <summary>
            Text wraps around both sides of the shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WrapType.Dynamic">
            <summary>
            Text may wrap around both sides of the shape. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WrapType.RunThrough">
            <summary>
            Text runs through the shape.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WrapType.Biggest">
            <summary>
            Text may wrap around the shape where the difference to the left or right page or column border is largest.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WrapType.NoWrap">
            <summary>
            No text wraps.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WrapType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.WritingMode">
            <summary>
            Represents a writing mode for an element.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WritingMode.LeftRightTopBottom">
            <summary>
            LeftRight-TopBottom.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WritingMode.RightLeftTopBottom">
            <summary>
            RightLeft-TopBottom.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WritingMode.TopBottomRightLeft">
            <summary>
            TopBottom-RightLeft.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WritingMode.TopBottomLeftRight">
            <summary>
            TopBottom-LeftRight.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WritingMode.LeftRight">
            <summary>
            LeftRight.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WritingMode.RightLeft">
            <summary>
            RightLeft.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WritingMode.TopBottom">
            <summary>
            TopBottom.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WritingMode.Page">
            <summary>
            Page.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Styles.WritingMode.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Styles.Year">
            <summary>
            Represents a year in a date.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Year.#ctor">
            <summary>
            Initializes a new instance of the Year class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Year.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Styles.Year.ToString">
            <summary>
            Converts the value of the current Year object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Year.DisplayFormat">
            <summary>
            Specifies the style for date values.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Styles.Year.Calendar">
            <summary>
            Specifies the calendar system used to extract parts of a date.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Tab">
            <summary>
            Represents the [UNICODE] tab character (HORIZONTAL TABULATION, U+0009).
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Tab.#ctor">
            <summary>
            Initializes a new instance of the Tab class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Tab.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Tab.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Tab.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Tab.ToString">
            <summary>
            Converts the value of the current Tab object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="T:Independentsoft.Office.Odf.Table">
            <summary>
            Represents the root element for the table.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Table.#ctor">
            <summary>
            Initializes a new instance of the Table class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Table.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Table class.
            </summary>
            <param name="name"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Table.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Table.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Table.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Table.ToString">
            <summary>
            Converts the value of the current Table object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.HeaderRows">
            <summary>
            Contains collection of header rows in the table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.TableRows">
            <summary>
            Contains collection of table rows in the table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.Rows">
            <summary>
            Contains collection of rows in the table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.HeaderColumns">
            <summary>
            Contains collection of header columns in the table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.TableColumns">
            <summary>
            Contains collection of table columns in the table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.Columns">
            <summary>
            Contains collection of columns in the table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.Forms">
            <summary>
            Contains a container for form elements.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.Scenario">
            <summary>
            Contains the scenario for display on the table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.Name">
            <summary>
            Contains the name of the table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.Style">
            <summary>
            Contains the style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.PrintRanges">
            <summary>
            Contains the print ranges of the table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.IsProtected">
            <summary>
            Specifies whether the table is protected from editing.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.IsPrintable">
            <summary>
            Specifies if the table will be printed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.IsSubtable">
            <summary>
            Specifies if a nested table is a subtable.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.Item(System.Int32,System.Int32)">
            <summary>
            Contains the table cell.
            </summary>
            <param name="column"></param>
            <param name="row"></param>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.Item(System.String,System.Int32)">
            <summary>
            Contains the table cell.
            </summary>
            <param name="column"></param>
            <param name="row"></param>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.Item(System.String)">
            <summary>
            Contains the table cell.
            </summary>
            <param name="position"></param>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.Item(Independentsoft.Office.Odf.CellPosition)">
            <summary>
            Contains the table cell.
            </summary>
            <param name="position"></param>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Table.Shapes">
            <summary>
            Contains all the elements that represent graphic shapes that are anchored on the table where this element occurs.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.TableOfContents">
            <summary>
            Represents a table of contents for a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.TableOfContents.#ctor">
            <summary>
            Initializes a new instance of the TableOfContents class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.TableOfContents.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.TableOfContents.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.TableOfContents.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.TableOfContents.ToString">
            <summary>
            Converts the value of the current TableOfContents object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContents.Source">
            <summary>
            Specifies how a table of contents is generated.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContents.IndexBody">
            <summary>
            Contains an index.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContents.Name">
            <summary>
            Contains the name.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContents.Style">
            <summary>
            Contains the section family style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContents.IsProtected">
            <summary>
            Specifies whether a section is protected.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContents.ProtectionKey">
            <summary>
            Specifies that an authorization is required for removing the protection of a section.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.TableOfContentsEntryTemplate">
            <summary>
            Represents the format of an index entry for a particular outline level.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.TableOfContentsEntryTemplate.#ctor">
            <summary>
            Initializes a new instance of the TableOfContentsEntryTemplate class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.TableOfContentsEntryTemplate.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.TableOfContentsEntryTemplate.ToString">
            <summary>
            Converts the value of the current TableOfContentsEntryTemplate object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContentsEntryTemplate.Style">
            <summary>
            Contains the paragraph family style.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContentsEntryTemplate.OutlineLevel">
            <summary>
            Specifies to which outline level an entry configuration applies.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContentsEntryTemplate.Content">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.ITableOfContentsEntryTemplateContent" /> objects.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.TableOfContentsSource">
            <summary>
            Represents how a table of contents is generated. It also specifies the styles to be applied to index entries.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.TableOfContentsSource.#ctor">
            <summary>
            Initializes a new instance of the TableOfContentsSource class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.TableOfContentsSource.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.TableOfContentsSource.ToString">
            <summary>
            Converts the value of the current TableOfContentsSource object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContentsSource.EntryTemplates">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.TableOfContentsEntryTemplate" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContentsSource.IndexSourceStyles">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.IndexSourceStyle" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContentsSource.IndexTitleTemplate">
            <summary>
            Contains the style and content of the index title.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContentsSource.OutlineLevel">
            <summary>
            Specifies which outline levels are used when generating a table of contents. The value of this attribute shall be an integer greater than zero. If this attribute is omitted, all outline levels are used by default.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContentsSource.UseOutlineLevel">
            <summary>
            Specifies whether headings are used to generate index entries.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContentsSource.UseIndexMarks">
            <summary>
            Specifies whether table of contents index marks are used to generate index entries.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContentsSource.UseIndexSourceStyles">
            <summary>
            Specifies whether index entries are generated for paragraphs formatted using the paragraph styles.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContentsSource.IndexScope">
            <summary>
            Specifies whether an index is constructed for an entire document or for a chapter.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TableOfContentsSource.IsRelativeTabStopPosition">
            <summary>
            Specifies whether the position of tab stops is relative to the left margin or to the left indent as determined by the paragraph style.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.TabStopIndexEntry">
            <summary>
            Represents a tab stop within an index entry.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.TabStopIndexEntry.#ctor">
            <summary>
            Initializes a new instance of the TabStopIndexEntry class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.TabStopIndexEntry.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.TabStopIndexEntry.ToString">
            <summary>
            Converts the value of the current TabStopIndexEntry object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.TabStopIndexEntry.Style">
            <summary>
            Contains the character family styles.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TabStopIndexEntry.Type">
            <summary>
            Contains the type of a tab stop.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TabStopIndexEntry.LeaderCharacter">
            <summary>
            Contains the leader character.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TabStopIndexEntry.Position">
            <summary>
            Contains the position of a tab stop.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.TabStopIndexEntryType">
            <summary>
            Represents the type of a tab stop.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.TabStopIndexEntryType.Left">
            <summary>
            Text is left aligned with a tab stop.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.TabStopIndexEntryType.Right">
            <summary>
            Text is right aligned with a tab stop.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.TabStopIndexEntryType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Template">
            <summary>
            Represents a document template that was used to create a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Template.#ctor">
            <summary>
            Initializes a new instance of the Template class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Template.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Template.ToString">
            <summary>
            Converts the value of the current Template object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Template.Location">
            <summary>
            Contains the location of remote resource.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Template.Actuate">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Template.Type">
            <summary>
            Contains the value simple in OpenDocument document instances.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Template.Role">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Template.Title">
            <summary>
            Contains the title to be associated with a document template.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.Template.Date">
            <summary>
            Contains the date and time when a template was last modified, prior to being used to create the current document.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Text">
            <summary>
            Represents text in headings and paragraphs.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Text.#ctor">
            <summary>
            Initializes a new instance of the Text class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.Text.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Text class.
            </summary>
            <param name="text"></param>
        </member>
        <member name="M:Independentsoft.Office.Odf.Text.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Text.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Text.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.Text.ToString">
            <summary>
            Converts the value of the current Text object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.Text.Value">
            <summary>
            Contains the content.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.TextDocumentBody">
            <summary></summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.TextIndexEntry">
            <summary>
            Represents the text of an index entry.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.TextIndexEntry.#ctor">
            <summary>
            Initializes a new instance of the TextIndexEntry class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.TextIndexEntry.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.TextIndexEntry.ToString">
            <summary>
            Converts the value of the current TextIndexEntry object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.TextIndexEntry.Style">
            <summary>
            Contains the character family styles.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.TrackedChanges">
            <summary>
            Represents changes in an OpenDocument document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.TrackedChanges.#ctor">
            <summary>
            Initializes a new instance of the TrackedChanges class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.TrackedChanges.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.TrackedChanges.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.TrackedChanges.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.TrackedChanges.ToString">
            <summary>
            Converts the value of the current TrackedChanges object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.TrackedChanges.ChangedRegions">
            <summary>
            Contains a collection of <see cref="T:Independentsoft.Office.Odf.ChangedRegion" /> objects.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.TrackedChanges.TrackChanges">
            <summary>
            Specifies whether changes to the document should be tracked and recorded.
            The defined values are:
            -false: changes are not tracked.
            -true: changes are tracked.
            The default value for this attribute is true.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Unit">
            <summary>
            Represents the unit of measurement.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Unit.Centimeter">
            <summary>
            Centimeter.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Unit.Millimeter">
            <summary>
            Millimeter.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Unit.Pixel">
            <summary>
            Pixel.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Unit.Inch">
            <summary>
            Inch.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Unit.Point">
            <summary>
            Point.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Unit.Percentage">
            <summary>
            Percentage.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.UserDefinedField">
            <summary></summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.UserDefinedField.#ctor">
            <summary>
            Initializes a new instance of the UserDefinedField class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.UserDefinedField.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.UserDefinedField.GetParent">
            <summary>
            Returns the parent element.
            </summary>
            <returns></returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.UserDefinedField.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.UserDefinedField.ToString">
            <summary>
            Converts the value of the current UserDefinedField object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.UserDefinedField.Name">
            <summary>
            Contains the name 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.UserDefinedField.Value">
            <summary>
            Contains the value.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.UserDefinedMetadataElement">
            <summary>
            Represents any additional user-defined metadata for a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.UserDefinedMetadataElement.#ctor">
            <summary>
            Initializes a new instance of the UserDefinedMetadataElement class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Odf.UserDefinedMetadataElement.Clone">
            <summary>
            Creates a new object that is a deep copy of the current instance.
            </summary>
            <returns>A new object that is a copy of this instance.</returns>
        </member>
        <member name="M:Independentsoft.Office.Odf.UserDefinedMetadataElement.ToString">
            <summary>
            Converts the value of the current UserDefinedMetadataElement object to its equivalent string representation.
            </summary>
            <returns></returns>
        </member>
        <member name="P:Independentsoft.Office.Odf.UserDefinedMetadataElement.Name">
            <summary>
            Contains the name of the metadata element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.UserDefinedMetadataElement.Type">
            <summary>
            Contains the type of the metadata element.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Odf.UserDefinedMetadataElement.Value">
            <summary>
            Contains the value of the metadata element.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.UserDefinedMetadataElementType">
            <summary>
            Represents the type of a metadata element.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.UserDefinedMetadataElementType.Float">
            <summary>
            Float.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.UserDefinedMetadataElementType.Date">
            <summary>
            Date.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.UserDefinedMetadataElementType.Time">
            <summary>
            Time.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.UserDefinedMetadataElementType.Boolean">
            <summary>
            Boolean. A Boolean value may have either of the values true or false.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.UserDefinedMetadataElementType.String">
            <summary>
            String.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.UserDefinedMetadataElementType.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.Odf.Visibility">
            <summary>
            Represents whether a row or column is visible.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Visibility.Visible">
            <summary>
            A row or column is visible.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Visibility.Collapse">
            <summary>
            A row or column is not visible because the user chose to hide it.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Visibility.Filter">
            <summary>
            A row or column is not visible as the result of applying a filter.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Odf.Visibility.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.BackwardDiagonal">
            <summary>
            A pattern of lines on a diagonal from upper right to lower left. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Cross">
            <summary>
            Specifies horizontal and vertical lines that cross. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.DarkDownwardDiagonal">
            <summary>
            Specifies diagonal lines that slant to the right from top points to bottom points, are spaced 50 percent closer together than, and are twice the width of ForwardDiagonal. This hatch pattern is not antialiased.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.DarkHorizontal">
            <summary>
            Specifies horizontal lines that are spaced 50 percent closer together than Horizontal and are twice the width of Horizontal.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.DarkUpwardDiagonal">
            <summary>
            Specifies diagonal lines that slant to the left from top points to bottom points, are spaced 50 percent closer together than BackwardDiagonal, and are twice its width, but the lines are not antialiased.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.DarkVertical">
            <summary>
            Specifies vertical lines that are spaced 50 percent closer together than Vertical and are twice its width.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.DownwardDiagonal">
            <summary></summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.DashedDownwardDiagonal">
            <summary>
            Specifies dashed diagonal lines, that slant to the right from top points to bottom points.   
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.DashedHorizontal">
            <summary>
            Specifies dashed horizontal lines.   
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.DashedUpwardDiagonal">
            <summary>
            Specifies dashed diagonal lines, that slant to the left from top points to bottom points.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.DashedVertical">
            <summary>
            Specifies dashed vertical lines.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.DiagonalBrick">
            <summary>
            Specifies a hatch that has the appearance of layered bricks that slant to the left from top points to bottom points.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.DiagonalCross">
            <summary>
            A pattern of crisscross diagonal lines. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Divot">
            <summary>
            Specifies a hatch that has the appearance of divots.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.DottedDiamond">
            <summary>
            Specifies forward diagonal and backward diagonal lines, each of which is composed of dots, that cross.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.DottedGrid">
            <summary>
            Specifies horizontal and vertical lines, each of which is composed of dots, that cross.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.ForwardDiagonal">
            <summary>
            A pattern of lines on a diagonal from upper left to lower right.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Horizontal">
            <summary>
            A pattern of horizontal lines.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.HorizontalBrick">
            <summary>
            Specifies a hatch that has the appearance of horizontally layered bricks.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.LargeCheckerBoard">
            <summary>
            Specifies a hatch that has the appearance of a checkerboard with squares that are twice the size of SmallCheckerBoard.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.LargeConfetti">
            <summary>
            Specifies a hatch that has the appearance of confetti, and is composed of larger pieces than SmallConfetti.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.LargeGrid">
            <summary>
            Specifies the hatch style Cross.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.LightDownwardDiagonal">
            <summary></summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.LightHorizontal">
            <summary>
            Specifies horizontal lines that are spaced 50 percent closer together than Horizontal.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.LightUpwardDiagonal">
            <summary>
            Specifies diagonal lines that slant to the left from top points to bottom points and are spaced 50 percent closer together than BackwardDiagonal, but they are not antialiased.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.LightVertical">
            <summary>
            Specifies vertical lines that are spaced 50 percent closer together than Vertical. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Max">
            <summary>
            Specifies hatch style SolidDiamond. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Min">
            <summary>
             Specifies hatch style Horizontal.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.NarrowHorizontal">
            <summary>
            Specifies horizontal lines that are spaced 75 percent closer together than hatch style Horizontal (or 25 percent closer together than LightHorizontal).    
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.NarrowVertical">
            <summary>
            Specifies vertical lines that are spaced 75 percent closer together than hatch style Vertical (or 25 percent closer together than LightVertical).  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.OutlinedDiamond">
            <summary>
            Specifies forward diagonal and backward diagonal lines that cross but are not antialiased.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Percent05">
            <summary>
            Specifies a 5-percent hatch. The ratio of foreground color to background color is 5:100. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Percent10">
            <summary>
            Specifies a 10-percent hatch. The ratio of foreground color to background color is 10:100. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Percent20">
            <summary>
            Specifies a 20-percent hatch. The ratio of foreground color to background color is 20:100. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Percent25">
            <summary>
            Specifies a 25-percent hatch. The ratio of foreground color to background color is 25:100. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Percent30">
            <summary>
            Specifies a 30-percent hatch. The ratio of foreground color to background color is 30:100. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Percent40">
            <summary>
            Specifies a 40-percent hatch. The ratio of foreground color to background color is 40:100. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Percent50">
            <summary>
            Specifies a 50-percent hatch. The ratio of foreground color to background color is 50:100. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Percent60">
            <summary>
            Specifies a 60-percent hatch. The ratio of foreground color to background color is 60:100. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Percent70">
            <summary>
            Specifies a 70-percent hatch. The ratio of foreground color to background color is 70:100. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Percent75">
            <summary>
            Specifies a 75-percent hatch. The ratio of foreground color to background color is 75:100. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Percent80">
            <summary>
            Specifies a 80-percent hatch. The ratio of foreground color to background color is 80:100. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Percent90">
            <summary>
            Specifies a 90-percent hatch. The ratio of foreground color to background color is 90:100. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Plaid">
            <summary>
            Specifies a hatch that has the appearance of a plaid material.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Shingle">
            <summary>
            Specifies a hatch that has the appearance of diagonally layered shingles that slant to the right from top points to bottom points.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.SmallCheckerBoard">
            <summary>
            Specifies a hatch that has the appearance of a checkerboard. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.SmallConfetti">
            <summary>
            Specifies a hatch that has the appearance of confetti. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.SmallGrid">
            <summary>
            Specifies horizontal and vertical lines that cross and are spaced 50 percent closer together than hatch style Cross.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.SolidDiamond">
            <summary>
            Specifies a hatch that has the appearance of a checkerboard placed diagonally.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Sphere">
            <summary>
            Specifies a hatch that has the appearance of spheres laid adjacent to one another.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Trellis">
            <summary>
            Specifies a hatch that has the appearance of a trellis.
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.UpwardDiagonal">
            <summary></summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Vertical">
            <summary>
            A pattern of vertical lines. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Wave">
            <summary>
            Specifies horizontal lines that are composed of tildes.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.Weave">
            <summary>
            Specifies a hatch that has the appearance of a woven material.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.WideDownwardDiagonal">
            <summary>
            Specifies diagonal lines that slant to the right from top points to bottom points, have the same spacing as hatch style ForwardDiagonal, and are triple its width, but are not antialiased.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.WideUpwardDiagonal">
            <summary>
            Specifies diagonal lines that slant to the left from top points to bottom points, have the same spacing as hatch style BackwardDiagonal, and are triple its width, but are not antialiased.  
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.ZigZag">
            <summary>
             Specifies horizontal lines that are composed of zigzags. 
            </summary>
        </member>
        <member name="F:Independentsoft.Office.Drawing.PatternFillType.None">
            <summary>
            Specifies diagonal lines that slant to the right from top points to bottom points, have the same spacing as hatch style ForwardDiagonal, and are triple its width, but are not antialiased.  
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Drawing.TextParagraph.Content">
            <summary>
            Gets content.
            </summary>
        </member>
        <member name="T:Independentsoft.Office.FileFormatException">
            <summary>
            The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification is malformed.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.FileFormatException.#ctor">
            <summary>
            Creates a new instance of the FileFormatException class. 
            </summary>
        </member>
        <member name="M:Independentsoft.Office.FileFormatException.#ctor(System.String)">
            <summary>
            Creates a new instance of the FileFormatException class with a specified error message.  
            </summary>
            <param name="message">The message that describes the error</param>
        </member>
        <member name="M:Independentsoft.Office.FileFormatException.#ctor(System.String,System.Exception)">
            <summary>
            Creates a new instance of the FileFormatException class with the specified error message and inner exception. 
            </summary>
            <param name="message">The message that describes the error</param>
            <param name="innerException">The exception that is the cause of the current exception. If the innerException parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.</param>
        </member>
        <member name="T:Independentsoft.Office.OfficeDocument">
            <summary>
            Represents an Office document. 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.Theme">
            <summary>
            Gets or sets documents themes. 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.ContentTypeTable">
            <summary>
            Gets content types table.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.InputFileTable">
            <summary>
            Gets table with all input files. It allows you to get files from the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.CustomFileTable">
            <summary>
            Gets table with documents custom files. It allows you to add files to the document and save them together with document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.Category">
            <summary>
            Gets or sets the category of the document. Example values for this property might include: Resume, Letter, Technical Presentation, and so on.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.ContentStatus">
            <summary>
            Gets or sets status of the content.  Example values for this property might include: "Draft", "Reviewed", "Final", and so on.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.ContentType">
            <summary>
            Gets or sets type of content represented, generally defined by a specific use and intended audience. This property is distinct from MIME content types as defined in RFC 2616. 
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.Created">
            <summary>
            Gets or sets date and time of creation of the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.Creator">
            <summary>
            Gets or sets entity primarily responsible for making the content of the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.Description">
            <summary>
            Gets or sets explanation of the content of the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.Identifier">
            <summary>
            Gets or sets unambiguous reference to the document within a given context.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.Keywords">
            <summary>
            Gets or sets delimited set of keywords to support searching and indexing. This is typically a list of terms that are not available elsewhere in the properties.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.Language">
            <summary>
            Gets or sets the language of the intellectual content of the document. RFC 3066 provides guidance on encoding to represent languages.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.LastModifiedBy">
            <summary>
            Gets or sets user who performed the last modification. Example values for this property might include: A name, email address, employee ID, and so on.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.LastPrinted">
            <summary>
            Gets or sets date and time of the last printing.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.Modified">
            <summary>
            Gets or sets date and time on which the document was changed.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.Revision">
            <summary>
            Gets or sets the revision number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.Subject">
            <summary>
            Gets or sets the topic of the content of the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.Title">
            <summary>
            Gets or sets the name given to the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.Version">
            <summary>
            Gets or sets the version number.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.ApplicationName">
            <summary>
            Gets or sets the name of the application that created the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.ApplicationVersion">
            <summary>
            Gets or sets the version of the application that created the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.CharacterCount">
            <summary>
            Gets or sets the total number of characters in the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.LastCharacterCount">
            <summary>
            Gets or sets the last count of the number of characters (including spaces) in the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.Company">
            <summary>
            Gets or sets the name of a company associated with the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.DigitalSignature">
            <summary>
            Gets or sets the signature of a digitally signed document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.DocumentSecurity">
            <summary>
            Gets or sets the security level of the document as a numeric value.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.HeadingPairs">
            <summary>
            Gets or sets heading pairs. Heading pairs indicates the grouping of document parts and the number of parts in each group. These parts are not document parts but conceptual representations of document sections.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.HiddenSlideCount">
            <summary>
            Gets or sets the number of hidden slides in a presentation document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.HyperlinkList">
            <summary>
            Gets or sets the set of hyperlinks that were in the document when last saved.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.RelativeHyperlinkBase">
            <summary>
            Gets or sets the base string used for evaluating relative hyperlinks in this document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.HyperlinksChanged">
            <summary>
            This element specifies that one or more hyperlinks in this part were updated exclusively in this part 
            by a producer. The next producer to open this document shall update the hyperlink relationships with 
            the new hyperlinks specified in this part.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.LineCount">
            <summary>
            Gets or sets the total number of lines in the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.LinksUpToDate">
            <summary>
            Indicates whether hyperlinks in the document are up-to-date. Set this element to TRUE to indicate 
            that hyperlinks are updated. Set this element to FALSE to indicate that hyperlinks are outdated.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.Manager">
            <summary>
            Gets or sets the name of a supervisor associated with the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.MultimediaClipCount">
            <summary>
            Gets or sets the total number of sound or video clips that are present in the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.NoteCount">
            <summary>
            Gets or sets the number of slides in a presentation containing notes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.PageCount">
            <summary>
            Gets or sets the total number of pages of the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.ParagraphCount">
            <summary>
            Gets or sets the total number of paragraphs found in the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.PresentationFormat">
            <summary>
            Gets or set the intended format for a presentation document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.EnableScaling">
            <summary>
            Indicates the display mode of the document thumbnail. Set this element to TRUE to enable scaling 
            of the document thumbnail to the display. Set this element to FALSE to enable cropping of the document 
            thumbnail to show only sections that will fit the display.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.IsSharedDocument">
            <summary>
            Indicates if this document is currently shared between multiple producers. If this element is set to 
            TRUE, producers should take care when updating the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.TemplateName">
            <summary>
            Gets or sets name of an external document template containing format and style information used to create the document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.PartTitles">
            <summary>
            Gets or sets the title of each document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.TotalTime">
            <summary>
            Gets or sets total time the document has been edited. The default time unit is minutes.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.OfficeDocument.WordCount">
            <summary>
            Gets or sets the total number of words of the document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Presentation.Presentation.Open(System.String)">
            <summary>
            Opens the document from a file.
            </summary>
            <param name="file">The document file path.</param>
        </member>
        <member name="M:Independentsoft.Office.Presentation.Presentation.Open(System.IO.Stream)">
            <summary>
            Opens the document from a stream.
            </summary>
            <param name="stream">The document stream.</param>
        </member>
        <member name="M:Independentsoft.Office.Presentation.Presentation.Save(System.String)">
            <summary>
            Saves the document to the specified file. 
            </summary>
            <param name="file">A string that contains the path of the file to which to save this document.</param>
        </member>
        <member name="M:Independentsoft.Office.Presentation.Presentation.Save(System.String,System.Boolean)">
            <summary>
            Saves the document to the specified file. 
            </summary>
            <param name="file">A string that contains the path of the file to which to save this document.</param>
            <param name="overwrite">If set to <c>true</c> overwrites existing file.</param>
        </member>
        <member name="M:Independentsoft.Office.Presentation.Presentation.Save(System.IO.Stream)">
            <summary>
            Saves the document to the specified stream. 
            </summary>
            <param name="stream">The <see cref="T:System.IO.Stream" /> where the document will be saved.</param>
        </member>
        <member name="M:Independentsoft.Office.Presentation.Presentation.GetStream">
            <summary>
            Returns the document as a stream to read from.
            </summary>
            <returns>A <see cref="T:System.IO.Stream" /> to read from.</returns>
        </member>
        <member name="M:Independentsoft.Office.Presentation.Presentation.GetBytes">
            <summary>
            Converts the document to an array of bytes. 
            </summary>
            <returns>An array of bytes.</returns>
        </member>
        <member name="P:Independentsoft.Office.Presentation.Presentation.IsTemplate">
            <summary>
            Gets or sets a value that indicates whether the document is a template document.  
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Presentation.Presentation.IsMacroEnabled">
            <summary>
            Gets or sets a value that indicates whether the document has macros.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Word.Border.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Independentsoft.Office.Word.Border" /> class.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Word.Border.ToString">
            <summary>
            Returns a <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </summary>
            <returns>
            A <see cref="T:System.String"></see> that represents the current <see cref="T:System.Object"></see>.
            </returns>
        </member>
        <member name="P:Independentsoft.Office.Word.Border.Shadow">
            <summary>
            Gets or sets the shadow.
            </summary>
            <value>The shadow.</value>
        </member>
        <member name="P:Independentsoft.Office.Word.Border.ThemeShade">
            <summary>
            Gets or sets the theme shade.
            </summary>
            <value>The theme shade.</value>
        </member>
        <member name="P:Independentsoft.Office.Word.Border.ThemeTint">
            <summary>
            Gets or sets the theme tint.
            </summary>
            <value>The theme tint.</value>
        </member>
        <member name="T:Independentsoft.Office.Word.GlossaryDocument">
            <summary>
            Represents a glossary document. 
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Word.GlossaryDocument.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Independentsoft.Office.Word.GlossaryDocument" /> class. 
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Word.GlossaryDocument.Clone">
            <summary>
            Creates a new object that is a deep copy of the current <see cref="T:Independentsoft.Office.Word.GlossaryDocument" /> object. 
            </summary>
            <returns>A new instance of <see cref="T:Independentsoft.Office.Word.GlossaryDocument" />.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.GlossaryDocument.ToString">
            <summary>
            Returns a string that represents the current <see cref="T:Independentsoft.Office.Word.GlossaryDocument" />. 
            </summary>
            <returns>A string that represents the current <see cref="T:Independentsoft.Office.Word.GlossaryDocument" />.</returns>
        </member>
        <member name="P:Independentsoft.Office.Word.GlossaryDocument.Background">
            <summary>
            Gets or sets the document background.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Word.GlossaryDocument.StyleDefinitions">
            <summary>
            Gets or sets the document styles.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Word.GlossaryDocument.NumberingDefinitions">
            <summary>
            Gets or sets the document numberings.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Independentsoft.Office.Word.GlossaryDocument.Fonts" -->
        <member name="P:Independentsoft.Office.Word.GlossaryDocument.Settings">
            <summary>
            Gets the document settings.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Word.GlossaryDocument.WebSettings">
            <summary>
            Gets the document web settings.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Independentsoft.Office.Word.GlossaryDocument.Comments" -->
        <!-- Badly formed XML comment ignored for member "P:Independentsoft.Office.Word.GlossaryDocument.Footnotes" -->
        <!-- Badly formed XML comment ignored for member "P:Independentsoft.Office.Word.GlossaryDocument.Endnotes" -->
        <member name="T:Independentsoft.Office.Word.Paragraph">
            <summary>
            Represents a paragraph of content in a document.
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Word.Paragraph.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Independentsoft.Office.Word.Paragraph" /> class. 
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Word.Paragraph.Add(Independentsoft.Office.Word.Run)">
            <summary>
            Adds the <see cref="T:Independentsoft.Office.Word.Run" /> to the paragraph content.
            </summary>
            <param name="run">The <see cref="T:Independentsoft.Office.Word.Run" /> to add.</param>
            <returns>The <see cref="P:Independentsoft.Office.Word.Paragraph.Content" /> index at which the value has been added.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.Paragraph.Add(Independentsoft.Office.Word.Hyperlink)">
            <summary>
            Adds the <see cref="T:Independentsoft.Office.Word.Hyperlink" /> to the paragraph content.
            </summary>
            <param name="hyperlink">The <see cref="T:Independentsoft.Office.Word.Hyperlink" /> to add.</param>
            <returns>The <see cref="P:Independentsoft.Office.Word.Paragraph.Content" /> index at which the value has been added.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.Paragraph.Add(Independentsoft.Office.Word.Fields.SimpleField)">
            <summary>
            Adds the <see cref="T:Independentsoft.Office.Word.Fields.SimpleField" /> to the paragraph content.
            </summary>
            <param name="simpleField">The <see cref="T:Independentsoft.Office.Word.Fields.SimpleField" /> to add.</param>
            <returns>The <see cref="P:Independentsoft.Office.Word.Paragraph.Content" /> index at which the value has been added.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.Paragraph.Add(Independentsoft.Office.Word.CustomMarkup.SmartTag)">
            <summary>
            Adds the <see cref="T:Independentsoft.Office.Word.CustomMarkup.SmartTag" /> to the paragraph content.
            </summary>
            <param name="smartTag">The <see cref="T:Independentsoft.Office.Word.CustomMarkup.SmartTag" /> to add.</param>
            <returns>The <see cref="P:Independentsoft.Office.Word.Paragraph.Content" /> index at which the value has been added.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.Paragraph.Add(Independentsoft.Office.Word.CustomMarkup.CustomXmlRun)">
            <summary>
            Adds the <see cref="T:Independentsoft.Office.Word.CustomMarkup.CustomXmlRun" /> to the paragraph content.
            </summary>
            <param name="customXmlRun">The <see cref="T:Independentsoft.Office.Word.CustomMarkup.CustomXmlRun" /> to add.</param>
            <returns>The <see cref="P:Independentsoft.Office.Word.Paragraph.Content" /> index at which the value has been added.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.Paragraph.Add(Independentsoft.Office.Word.CustomMarkup.StructuredDocumentTagRun)">
            <summary>
            Adds the <see cref="T:Independentsoft.Office.Word.CustomMarkup.StructuredDocumentTagRun" /> to the paragraph content.
            </summary>
            <param name="structuredDocumentTagRun">The <see cref="T:Independentsoft.Office.Word.CustomMarkup.StructuredDocumentTagRun" /> to add.</param>
            <returns>The <see cref="P:Independentsoft.Office.Word.Paragraph.Content" /> index at which the value has been added.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.Paragraph.Add(Independentsoft.Office.Word.IParagraphContent)">
            <summary>
            Adds the <see cref="T:Independentsoft.Office.Word.IParagraphContent" /> to the paragraph content.
            </summary>
            <param name="contentElement">The <see cref="T:Independentsoft.Office.Word.IParagraphContent" /> to add.</param>
            <returns>The <see cref="P:Independentsoft.Office.Word.Paragraph.Content" /> index at which the value has been added.</returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Independentsoft.Office.Word.Paragraph.GetContentElements" -->
        <member name="M:Independentsoft.Office.Word.Paragraph.Clone">
            <summary>
            Creates a new <see cref="T:Independentsoft.Office.Word.Paragraph" /> that is a deep copy of the <see cref="T:Independentsoft.Office.Word.Paragraph" />. 
            </summary>
            <returns>A new <see cref="T:Independentsoft.Office.Word.Paragraph" /> that is a deep copy of the <see cref="T:Independentsoft.Office.Word.Paragraph" />.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.Paragraph.ToString">
            <summary>
            Returns a string that represents the current <see cref="T:Independentsoft.Office.Word.Paragraph" />. 
            </summary>
            <returns>A string that represents the current <see cref="T:Independentsoft.Office.Word.Paragraph" />.</returns>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Independentsoft.Office.Word.Paragraph.Content" -->
        <member name="P:Independentsoft.Office.Word.Paragraph.DeletionRevisionID">
            <summary>
            Specifies a unique identifier used to track the editing session when the paragraph was deleted from the main document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Word.Paragraph.RevisionID">
            <summary>
            Specifies a unique identifier used to track the editing session when the paragraph's properties were last modified in this document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Word.Paragraph.PropertiesRevisionID">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Word.Paragraph.GlyphFormattingRevisionID">
            <summary></summary>
        </member>
        <member name="P:Independentsoft.Office.Word.Paragraph.RunRevisionID">
            <summary></summary>
        </member>
        <member name="T:Independentsoft.Office.Word.WordDocument">
            <summary>
            Represents a word processing document. 
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Independentsoft.Office.Word.WordDocument" /> class. 
            </summary>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Independentsoft.Office.Word.WordDocument" /> class from a file. 
            </summary>
            <param name="file">The document file path.</param>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.#ctor(System.IO.Stream)">
            <summary>
            Initializes a new instance of the <see cref="T:Independentsoft.Office.Word.WordDocument" /> class from a stream. 
            </summary>
            <param name="stream">The document stream.</param>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.Open(System.String)">
            <summary>
            Opens the document from a file.
            </summary>
            <param name="file">The document file path.</param>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.Open(System.IO.Stream)">
            <summary>
            Opens the document from a stream.
            </summary>
            <param name="stream">The document stream.</param>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.Save(System.String)">
            <summary>
            Saves the document to the specified file. 
            </summary>
            <param name="file">A string that contains the path of the file to which to save this document.</param>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.Save(System.String,System.Boolean)">
            <summary>
            Saves the document to the specified file. 
            </summary>
            <param name="file">A string that contains the path of the file to which to save this document.</param>
            <param name="overwrite">If set to <c>true</c> overwrites existing file.</param>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.Save(System.IO.Stream)">
            <summary>
            Saves the document to the specified stream. 
            </summary>
            <param name="stream">The <see cref="T:System.IO.Stream" /> where the document will be saved.</param>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.GetStream">
            <summary>
            Returns the document as a stream to read from.
            </summary>
            <returns>A <see cref="T:System.IO.Stream" /> to read from.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.GetBytes">
            <summary>
            Converts the document to an array of bytes. 
            </summary>
            <returns>An array of bytes.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.GetFields">
            <summary>
            Returns all fields from the document.
            </summary>
            <returns>A list of <see cref="T:Independentsoft.Office.Word.Fields.Field" /> objects.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.GetSections">
            <summary>
            Returns all sections from the document.
            </summary>
            <returns>A list of <see cref="T:Independentsoft.Office.Word.Sections.Section" /> objects.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.GetTables">
            <summary>
            Returns all tables from the document.
            </summary>
            <returns>A list of <see cref="T:Independentsoft.Office.Word.Tables.Table" /> objects.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.GetParagraphs">
            <summary>
            Returns all paragraphs from the document.
            </summary>
            <returns>A list of <see cref="T:Independentsoft.Office.Word.Paragraph" /> objects.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.GetRuns">
            <summary>
            Returns all runs from the document.
            </summary>
            <returns>A list of <see cref="T:Independentsoft.Office.Word.Run" /> objects.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.GetTexts">
            <summary>
            Returns all texts from the document.
            </summary>
            <returns>A list of <see cref="T:Independentsoft.Office.Word.Text" /> objects.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.GetPictures">
            <summary>
            Returns all pictures from the document.
            </summary>
            <returns>A list of <see cref="T:Independentsoft.Office.IPicture" /> objects.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.Replace(System.String,System.String)">
            <summary>
            Replaces all occurrences of a specified oldText with newText.
            </summary>
            <param name="oldText">The string to replace.</param>
            <param name="newText">The string that replaces oldText.</param>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.Replace(System.String,System.String,Independentsoft.Office.Word.ReplaceIn)">
            <summary>
            Replaces all occurrences of a specified oldText with newText.
            </summary>
            <param name="oldText">The string to replace.</param>
            <param name="newText">The string that replaces oldText.</param>
            <param name="replaceIn">Replace scope.</param>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.Replace(System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String})">
            <summary>
            Replaces all occurrences of a specified oldText with newText. 
            </summary>
            <param name="oldText">An array of strings to replace.</param>
            <param name="newText">An array of strings that replaces oldText.</param>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.Replace(System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String},Independentsoft.Office.Word.ReplaceIn)">
            <summary>
            Replaces all occurrences of a specified oldText with newText. 
            </summary>
            <param name="oldText">An array of strings to replace.</param>
            <param name="newText">An array of strings that replaces oldText.</param>
            <param name="replaceIn">Replace scope.</param>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.Replace(System.String,Independentsoft.Office.Word.Run)">
            <summary>
            Replaces all occurrences of the specified text with run object. 
            </summary>
            <param name="text">A strings to replace.</param>
            <param name="run">A Run object that replaces text.</param>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.Replace(System.String,Independentsoft.Office.Word.Run,Independentsoft.Office.Word.ReplaceIn)">
            <summary>
            Replaces all occurrences of the specified text with run object. 
            </summary>
            <param name="text">A strings to replace.</param>
            <param name="run">A Run object that replaces text.</param>
            <param name="replaceIn">Replace scope.</param>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.Replace(System.String,System.Collections.Generic.IList{Independentsoft.Office.Word.Run})">
            <summary>
            Replaces all occurrences of the specified text with a collection of run objects. 
            </summary>
            <param name="text">A strings to replace.</param>
            <param name="runs">A collection of Run objects that replaces text.</param>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.Replace(System.String,System.Collections.Generic.IList{Independentsoft.Office.Word.Run},Independentsoft.Office.Word.ReplaceIn)">
            <summary>
            Replaces all occurrences of the specified text with a collection of run objects. 
            </summary>
            <param name="text">A strings to replace.</param>
            <param name="runs">A collection of Run objects that replaces text.</param>
            <param name="replaceIn">Replace scope.</param>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.GetContentElements">
            <summary>
            Returns all content elements.
            </summary>
            <returns>A collection of content elements.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.Clone">
            <summary>
            Creates a new object that is a deep copy of the current <see cref="T:Independentsoft.Office.Word.WordDocument" /> object. 
            </summary>
            <returns>A new instance of <see cref="T:Independentsoft.Office.Word.WordDocument" />.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.ToString">
            <summary>
            Returns a string that represents the current <see cref="T:Independentsoft.Office.Word.WordDocument" />. 
            </summary>
            <returns>A string that represents the current <see cref="T:Independentsoft.Office.Word.WordDocument" />.</returns>
        </member>
        <member name="M:Independentsoft.Office.Word.WordDocument.ToText">
            <summary>
            Returns the document body text as plain text.
            </summary>
            <returns>The document body text or empty string if the document body does not contain text.</returns>
        </member>
        <member name="P:Independentsoft.Office.Word.WordDocument.IsTemplate">
            <summary>
            Gets or sets a value that indicates whether the document is a template document.  
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Word.WordDocument.IsMacroEnabled">
            <summary>
            Gets or sets a value that indicates whether the document has macros.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Word.WordDocument.Body">
            <summary>
            Gets the document body.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Word.WordDocument.Background">
            <summary>
            Gets or sets the document background.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Word.WordDocument.GlossaryDocument">
            <summary>
            Gets or sets the glossary document.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Word.WordDocument.StyleDefinitions">
            <summary>
            Gets or sets the document styles.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Word.WordDocument.NumberingDefinitions">
            <summary>
            Gets or sets the document numberings.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Independentsoft.Office.Word.WordDocument.Fonts" -->
        <member name="P:Independentsoft.Office.Word.WordDocument.Settings">
            <summary>
            Gets the document settings.
            </summary>
        </member>
        <member name="P:Independentsoft.Office.Word.WordDocument.WebSettings">
            <summary>
            Gets the document web settings.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Independentsoft.Office.Word.WordDocument.Comments" -->
        <!-- Badly formed XML comment ignored for member "P:Independentsoft.Office.Word.WordDocument.Footnotes" -->
        <!-- Badly formed XML comment ignored for member "P:Independentsoft.Office.Word.WordDocument.Endnotes" -->
    </members>
</doc>