VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentElement Class
Properties Methods Fields SeeAlso
In This Topic
    OpenXmlDocumentElement Class Members
    In This Topic
    The following tables list the members exposed by OpenXmlDocumentElement.
    Public Fields
     NameDescription
    Public FieldA string that represents tab.
    Public FieldA string that represents text break.
    Public Properties
     NameDescription
    Public PropertyGets the child count.
    Public PropertyGets the collection that contains all child nodes of this element.
    Public PropertyGets a value indicating whether this element has child elements.
    Public PropertyGets a value indicating whether this element has content.
    Public PropertyGets a value indicating whether this element has text.
    Public PropertyGets the next element of current level in OpenXML document.
    Public PropertyGets the parent element of this element.
    Public PropertyGets the previous element of current level in OpenXML document.
    Public PropertyGets the root element of this element.
    Public PropertyGets or sets text, which is associated with this element.
    Public PropertyOverloaded. Sets the text that corresponds to the specified text.
    Public Methods
     NameDescription
    Public MethodAppends the specified content to the children of this element.
    Public MethodClones this element.
    Public MethodReturns a value indicating whether this element contains the text.
    Public MethodFinds the first element of specified type after this element.
    Public MethodFinds the first element of specified type before this element.
    Public MethodFinds the specified text.
    Public MethodFinds the specified text at specified index.
    Public MethodReturns an enumerator that iterates through the collection.
    Public MethodReturns the first child (of specified type) of this element.
    Public MethodReturns the last child (of specified type) of this element.
    Public MethodReturns the parent (of specified type) of this element.
    Public MethodOverloaded. Returns the text content of this element.
    Public MethodReturns text subregion that corresponds to this element in specified text region.
    Public MethodInserts a copy of this element after this element.
    Public MethodInserts a copy of this element before this element.
    Public MethodRemoves this element from document.
    Public MethodRemoves all children of this element.
    Public MethodReplaces all occurrences of specified string in Text.
    Public MethodSelects all child elements of specified type.
    Public MethodSets the fill color of this element.
    Public MethodOverloaded. Sets the text properties.
    Public MethodConverts this element to a string.
    See Also