VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlTextContent Class
In This Topic
OpenXmlTextContent Class Methods
In This Topic
For a list of all methods of this type, see OpenXmlTextContent.
Public Methods
 NameDescription
Public MethodCrops source elements. Cropped source elements contain this text only.
Public MethodReturns the first element of specified type after this text content.
Public MethodReturns the first element of specified type before this text content.
Public MethodSearches the specified text and returns it as text content.
Public MethodReturns the paragraphs, which contain this text content.
Public MethodReturns the parent of specified type of this text content.
Public MethodRemoves the text.
Public MethodSets the paragraph properties of this text content.
Public MethodSets the text properties.
Public MethodReturns a new text content that contains substring of this text content.
Public MethodConverts thi text content to string.
Public Methodstatic (Shared in Visual Basic)Creates text content that contains union of all text between specified start and end text contents.
See Also