The C1TextRange type exposes the following members.

Constructors

Methods

  Name Description
Public method CapitalizeWords
Converts all characters that start words to uppercase, and all other characters to lowercase.
Public method Equals (Overrides Object..::..Equals(Object).)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetFragment
get the fragment according to the copyContentCellOnly
Public method GetHashCode (Overrides Object..::..GetHashCode()()()().)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Intersection
Returns the intersection with another range.
Public method Intersects
Returns whether this range intersects the parameter range.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Static member TextTagFilter
Filters tag symbols that are not included in the Text property.
Public method ToggleCase
Toggles the case of all characters in the range.
Public method ToLowercase
Converts all characters in the range to lower case.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method ToUppercase
Converts all characters in the range to upper case.
Public method TrimRuns
If the range includes part of a C1Run element, it is split so that there are only whole runs inside of it.

Operators

  Name Description
Public operator Static member Equality
Public operator Static member Inequality

Fields

  Name Description
Public field Static member ObjectReplacementCharacter
Represents non character content, like images, in the document when transforming to text via the Text property.

Properties

  Name Description
Public property BlockBackground
Gets or sets the background of the blocks in the range.
Public property Blocks
Gets the highest level C1Block elements inside the range.
Public property BorderBrush
Gets or sets the border brush of the blocks in the range.
Public property BorderThickness
Gets or sets the border thickness of the blocks in the range.
Public property Cells
Gets the highest level C1TableCell elements inside the range.
Public property ContainedElements
Gets the list of C1TextElement elements contained in the range.
Public property EditRanges
Returns a set of ranges inside this range where edit changes must be applied.
Public property Elements
Gets the list of C1TextElement elements touched by the range.
Public property End
Gets the end position of the range.
Public property FontFamily
Gets or sets the font family of the runs in the range.
Public property FontSize
Gets or sets the font size of the runs in the range.
Public property FontStyle
Gets or sets the font style of the runs in the range.
Public property FontWeight
Gets or sets the font weight of the runs in the range.
Public property Foreground
Gets or sets the foreground of the runs in the range.
Public property Fragment
Gets or sets a new C1Document from the range.
Public property Html
Gets or sets the Html in the range.
Public property InlineAlignment
Gets or sets the inline alignment of the runs in the range.
Public property InlineBackground
Gets or sets the background of the runs in the range.
Public property IsEmpty
Returns whether the range is empty.
Public property List
Returns the C1List the range is inside of, or null.
Public property Lists
Gets the list of C1Lists inside this range.
Public property Margin
Gets or sets the margin of the blocks in the range.
Public property Padding
Gets or sets the padding of the blocks in the range.
Public property Runs
Gets the list of C1Run elements inside the range.
Public property Start
Gets the start position of the range.
Public property Table
Gets the table that includes this range, or null otherwise.
Public property TableColumnWidth
Gets or sets the width of the columns inside this range.
Public property TableRowHeight
Gets the height of the rows inside this range.
Public property Tables
Gets the list of C1Tables inside this range.
Public property Text
Gets or sets the text in the range.
Public property TextAlignment
Gets or sets the text alignment of the blocks in the range.
Public property TextDecorations
Gets or sets the text alignment of the blocks in the range.
Public property VerticalAlignment
Gets or sets the vertical alignment of the cells in the range.

See Also