VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlTextContent Class
Properties Methods SeeAlso
In This Topic
    OpenXmlTextContent Class Members
    In This Topic
    The following tables list the members exposed by OpenXmlTextContent.
    Public Properties
     NameDescription
    Public PropertyGets the zero-based start index of text in SourceElements.
    Public PropertyGets a value indicating whether this text content is isolated.
    Public PropertyGets the length of text.
    Public PropertyGets the source elements of this text content.
    Public PropertyGets or sets the text.
    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