VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentElement Class
In This Topic
OpenXmlDocumentElement Class Methods
In This Topic
For a list of all methods of this type, see OpenXmlDocumentElement.
Public Methods
 NameDescription
Public MethodOverloaded. Appends 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 the text properties.
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