The RenderTextFragment type exposes the following members.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another RenderFragment to the current object.
(Inherited from RenderTextFragmentBase.)
Public method Clone
Creates a copy of the current RenderFragment.
(Inherited from RenderFragment.)
Public method Draw(Graphics, Boolean)
Draws the current fragment and its children on a specified Graphics.
(Inherited from RenderFragment.)
Public method Draw(Graphics, Rectangle, Boolean)
Draws the current fragment and its children on a specified Graphics.
(Inherited from RenderFragment.)
Public method Draw(Graphics, Rectangle, Boolean, Boolean)
Draws the current fragment and its children on a specified Graphics.
(Inherited from RenderFragment.)
Public method Draw(Graphics, Rectangle, Rectangle, Boolean, Boolean, Boolean)
Draws the current fragment on a specified Graphics.
(Inherited from RenderFragment.)
Public method FindHyperlink
Searches for a C1Hyperlink object in the current fragment at the specified position.
(Overrides RenderFragment..::..FindHyperlink(PointD).)
Public method GetAnchorRect
Gets a rectangle corresponding to a C1Anchor in the current fragment.
(Inherited from RenderTextFragmentBase.)
Public method GetCharPoints
Gets an array of four points defining the (possibly rotated) geometric area of the character with the specified index.
(Inherited from RenderTextFragmentBase.)
Public method GetCharRangeRects
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).
(Inherited from RenderTextFragmentBase.)
Public method GetCharRangeRegion
Gets a bounding Region for a range of characters. The region is relative to the top left corner of the fragment's inner area.
(Inherited from RenderTextFragmentBase.)
Public method GetCharRect
Gets the geometric area of the character with the specified index.
(Inherited from RenderTextFragmentBase.)
Public method GetHyperlinks
Adds information about all hyperlinks that appear in the current fragment to a C1HyperlinkInfoCollection.
(Overrides RenderTextFragmentBase..::..GetHyperlinks(C1HyperlinkInfoCollection).)
Public method HasClippedChildren
Checks whether any of the child fragments of the current fragment are clipped by its bounds. Depending on the recursive parameter, may also recursively test all child fragments.
(Inherited from RenderFragment.)
Public method IsShadowVisible
Returns true if shadow visible for RenderFragment.
(Inherited from RenderFragment.)
Public method ResolvingFinished
This method is called by the rendering engine after the current RenderFragment has been completely resolved. Typically this method would be used to clear temporary data created and used during resolving.
(Inherited from RenderFragment.)

See Also