The C1Line 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 try 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.)
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 the C1Line and its baseline.
Public property Fragments
Gets the collection of fragments contained in this line.
Public property Height
Gets the height of this C1Line.
Public property Left
Gets the left coordinate of this C1Line relative to the document.
Public property Next
Gets the next line in the same C1FlowView, or null if it is the last.
Public property Parent
Gets the C1FlowView that created this line.
Public property Previous
Gets the previous line in the same C1FlowView, or null if it is the first.
Public property RelativeLeft
Gets the left coordinate of this C1Line relative to its Parent.
Public property RelativeTop
Gets the top coordinate of this C1Line relative to its Parent.
Public property Top
Gets the top coordinate of this C1Line relative to the document.
Public property TotalWidth
Gets the width of this C1Line including whitespaces at the end.
Public property Width
Gets the width of this C1Line excluding whitespaces at the end.
Public property XHeight
Gets the distance between the top of the C1Line and its x-height.

See Also