Namespace: Spire.Xls.Core.Converter.General.Word.Fields
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class TextRange : ParagraphBase, ITextRange, 
	IParagraphBase, IDocumentObject
Public Class TextRange
	Inherits ParagraphBase
	Implements ITextRange, IParagraphBase, IDocumentObject
public ref class TextRange : public ParagraphBase, 
	ITextRange, IParagraphBase, IDocumentObject
type TextRange =  
    class
        inherit ParagraphBase
        interface ITextRange
        interface IParagraphBase
        interface IDocumentObject
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
TextRange(IDocument)
Initializes a new instance of the TextRange class
ApplyCharacterFormat(CharacterFormat) (Inherited from ParagraphBase.)
CharacterFormat (Overrides ParagraphBase..::..CharacterFormat.)
ChildObjects (Inherited from ParagraphBase.)
CloneImpl()()()() (Overrides DocumentSerializable..::..CloneImpl()()()().)
Document (Inherited from OwnerHolder.)
DocumentObjectType (Overrides DocumentObject..::..DocumentObjectType.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FirstChild (Inherited from DocumentObject.)
GetAncestor(DocumentObjectType) (Inherited from ParagraphBase.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InitXDLSHolder()()()() (Overrides DocumentSerializable..::..InitXDLSHolder()()()().)
LastChild (Inherited from DocumentObject.)
m_charFormat (Inherited from ParagraphBase.)
m_doc (Inherited from OwnerHolder.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NextSibling (Inherited from DocumentObject.)
Owner (Inherited from DocumentObject.)
OwnerParagraph (Inherited from ParagraphBase.)
PreviousSibling (Inherited from DocumentObject.)
ReadXmlAttributes(IXDLSAttributeReader) (Inherited from DocumentSerializable.)
ReadXmlContent(IXDLSContentReader) (Overrides DocumentSerializable..::..ReadXmlContent(IXDLSContentReader).)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
SplittedText
StyleName (Inherited from ParagraphBase.)
Text
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WriteXmlAttributes(IXDLSAttributeWriter) (Inherited from DocumentSerializable.)
WriteXmlContent(IXDLSContentWriter) (Overrides DocumentSerializable..::..WriteXmlContent(IXDLSContentWriter).)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

See Also