The C1LineFragment type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Measure
Returns the width of this fragment between two C1TextPointer offsets.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Baseline
Gets the distance between the top of this C1LineFragment and its baseline.
Public property Element
The C1TextElement contained in this C1LineFragment.
Public property End
Gets the end position of this C1LineFragment.
Public property Height
Gets the height, in pixels, of this C1LineFragment
Public property Left
Gets the left coordinate, in document coordinates, of this C1LineFragment.
Public property RelativeTop
Gets the top coordinate, in line coordinates, of this C1LineFragment.
Public property Start
Gets the start position of this C1LineFragment.
Public property Top
Gets the top coordinate, in document coordinates, of this C1LineFragment.
Public property View
Gets the C1TextElementView of the associated C1TextElement.
Public property Width
Gets the width, in pixels, of this C1LineFragment.
Public property XHeight
Gets the distance between the top of this C1LineFragment and its x-height.

See Also