ComponentOne RichTextBox for WPF and Silverlight
C1TextRange Class Members
Fields  Properties  Methods 

C1.WPF.RichTextBox.Documents Namespace : C1TextRange Class

The following tables list the members exposed by C1TextRange.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public FieldRepresents non character content, like images, in the document when transforming to text via the Text property.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the background of the blocks in the range.  
Public PropertyGets the highest level C1Block elements inside the range.  
Public PropertyGets or sets the border brush of the blocks in the range.  
Public PropertyGets or sets the border thickness of the blocks in the range.  
Public PropertyGets the highest level C1TableCell elements inside the range.  
Public PropertyGets the list of C1TextElement elements contained in the range.  
Public PropertyReturns a set of ranges inside this range where edit changes must be applied.  
Public PropertyGets the list of C1TextElement elements touched by the range.  
Public PropertyGets the end position of the range.  
Public PropertyGets or sets the font family of the runs in the range.  
Public PropertyGets or sets the font size of the runs in the range.  
Public PropertyGets or sets the font style of the runs in the range.  
Public PropertyGets or sets the font weight of the runs in the range.  
Public PropertyGets or sets the foreground of the runs in the range.  
Public PropertyGets or sets a new C1Document from the range.  
Public PropertyGets or sets the Html in the range.  
Public PropertyGets or sets the inline alignment of the runs in the range.  
Public PropertyGets or sets the background of the runs in the range.  
Public PropertyReturns whether the range is empty.  
Public PropertyGets or sets a value that indicates whether the whole C1TableRow is selected.  
Public PropertyGets or sets a value that indicates whether the whole C1Table is selected.  
Public PropertyReturns the C1List the range is inside of, or null.  
Public PropertyGets the list of C1Lists inside this range.  
Public PropertyGets or sets the margin of the blocks in the range.  
Public PropertyGets or sets the padding of the blocks in the range.  
Public PropertyGets the list of C1Run elements inside the range.  
Public PropertyGets or sets the index of last column in selected table.  
Public PropertyGets or sets the index of first column in selected table.  
Public PropertyGets the start position of the range.  
Public PropertyGets the table that includes this range, or null otherwise.  
Public PropertyGets or sets the width of the columns inside this range.  
Public PropertyGets the height of the rows inside this range.  
Public PropertyGets the list of C1Tables inside this range.  
Public PropertyGets or sets the text in the range.  
Public PropertyGets or sets the text alignment of the blocks in the range.  
Public PropertyGets or sets the text alignment of the blocks in the range.  
Public PropertyGets or sets the vertical alignment of the cells in the range.  
Top
Public Methods
 NameDescription
Public MethodConverts all characters that start words to uppercase, and all other characters to lowercase.  
Public Method  
Public Methodget the fragment according to the copyContentCellOnly  
Public Method  
Public MethodReturns the intersection with another range.  
Public MethodReturns whether this range intersects the parameter range.  
Public Methodstatic (Shared in Visual Basic)Filters tag symbols that are not included in the Text property.  
Public MethodToggles the case of all characters in the range.  
Public MethodConverts all characters in the range to lower case.  
Public MethodConverts all characters in the range to upper case.  
Public MethodIf the range includes part of a C1Run element, it is split so that there are only whole runs inside of it.  
Top
Public Operators
 
 
Top
See Also

Reference

C1TextRange Class
C1.WPF.RichTextBox.Documents Namespace