[]
The abstract base class for RenderTextFragment and RenderParagraphFragment.
public abstract class RenderTextFragmentBase : RenderFragment, IDocumentLocation
| Name | Description |
|---|---|
| RenderObject | Gets the RenderTextBase that produced the current fragment. |
| Name | Description |
|---|---|
| AssignFrom(RenderFragment) | Assigns (copies) properties from another RenderFragment to the current object. |
| GetAnchorRect(C1Anchor, ref RectangleD, ref bool) | Gets a rectangle corresponding to a C1Anchor in the current fragment. |
| GetCharPoints(int) | Gets an array of four points defining the (possibly rotated) geometric area of the character with the specified index. |
| GetCharRangeRects(int, int) | Gets an array of bounding rectangles for a range of characters (in the returned array, each line in the specified range is represented by a separate RectangleD structure). |
| GetCharRangeRegion(int, int) | Gets a bounding Region for a range of characters. The region is relative to the top left corner of the fragment's inner area. |
| GetCharRect(int) | Gets the geometric area of the character with the specified index. |
| GetHyperlinks(C1HyperlinkInfoCollection) | Adds information about all hyperlinks that appear in the current fragment to a C1HyperlinkInfoCollection. |