C1.Silverlight.RichTextBox.5
C1TextRange Class Members
Fields  Properties  Methods 

The following tables list the members exposed by C1TextRange.

Public Constructors
 NameDescription
Public ConstructorC1TextRange ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public FieldObjectReplacementCharacterRepresents non character content, like images, in the document when transforming to text via the Text property.  
Top
Public Properties
 NameDescription
Public PropertyBlockBackgroundGets or sets the background of the blocks in the range.  
Public PropertyBlocksGets the highest level C1Block elements inside the range.  
Public PropertyBorderBrushGets or sets the border brush of the blocks in the range.  
Public PropertyBorderThicknessGets or sets the border thickness of the blocks in the range.  
Public PropertyCellsGets the highest level C1TableCell elements inside the range.  
Public PropertyContainedElementsGets the list of C1TextElement elements contained in the range.  
Public PropertyEditRangesReturns a set of ranges inside this range where edit changes must be applied.  
Public PropertyElementsGets the list of C1TextElement elements touched by the range.  
Public PropertyEndGets the end position of the range.  
Public PropertyFontFamilyGets or sets the font family of the runs in the range.  
Public PropertyFontSizeGets or sets the font size of the runs in the range.  
Public PropertyFontStyleGets or sets the font style of the runs in the range.  
Public PropertyFontWeightGets or sets the font weight of the runs in the range.  
Public PropertyForegroundGets or sets the foreground of the runs in the range.  
Public PropertyFragmentGets or sets a new C1Document from the range.  
Public PropertyHtmlGets or sets the Html in the range.  
Public PropertyInlineAlignmentGets or sets the inline alignment of the runs in the range.  
Public PropertyInlineBackgroundGets or sets the background of the runs in the range.  
Public PropertyIsEmptyReturns whether the range is empty.  
Public PropertyIsRowsSelected  
Public PropertyIsTableSelected  
Public PropertyListReturns the C1List the range is inside of, or null.  
Public PropertyListsGets the list of C1Lists inside this range.  
Public PropertyMarginGets or sets the margin of the blocks in the range.  
Public PropertyPaddingGets or sets the padding of the blocks in the range.  
Public PropertyRunsGets the list of C1Run elements inside the range.  
Public PropertySelectedColumnEndIndex  
Public PropertySelectedColumnStartIndex  
Public PropertyStartGets the start position of the range.  
Public PropertyTableGets the table that includes this range, or null otherwise.  
Public PropertyTableColumnWidthGets or sets the width of the columns inside this range.  
Public PropertyTableRowHeightGets the height of the rows inside this range.  
Public PropertyTablesGets the list of C1Tables inside this range.  
Public PropertyTextGets or sets the text in the range.  
Public PropertyTextAlignmentGets or sets the text alignment of the blocks in the range.  
Public PropertyTextDecorationsGets or sets the text alignment of the blocks in the range.  
Public PropertyVerticalAlignmentGets or sets the vertical alignment of the cells in the range.  
Top
Public Methods
 NameDescription
Public MethodCapitalizeWordsConverts all characters that start words to uppercase, and all other characters to lowercase.  
Public MethodEquals  
Public MethodGetFragmentget the fragment according to the copyContentCellOnly  
Public MethodGetHashCode  
Public MethodIntersectionReturns the intersection with another range.  
Public MethodIntersectsReturns whether this range intersects the parameter range.  
Public Methodstatic (Shared in Visual Basic)TextTagFilterFilters tag symbols that are not included in the Text property.  
Public MethodToggleCaseToggles the case of all characters in the range.  
Public MethodToLowercaseConverts all characters in the range to lower case.  
Public MethodToUppercaseConverts all characters in the range to upper case.  
Public MethodTrimRunsIf the range includes part of a C1Run element, it is split so that there are only whole runs inside of it.  
Top
Public Operators
public Operator Equality  
public Operator Inequality  
Top
See Also

Reference

C1TextRange Class
C1.Silverlight.RichTextBox.Documents Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.