The C1Line type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
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.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
Baseline |
Gets the distance between the top of the C1Line and its baseline.
|
![]() |
Fragments |
Gets the collection of fragments contained in this line.
|
![]() |
Height |
Gets the height of this C1Line.
|
![]() |
Left |
Gets the left coordinate of this C1Line relative to the document.
|
![]() |
Next |
Gets the next line in the same C1FlowView, or null if it is the last.
|
![]() |
Parent |
Gets the C1FlowView that created this line.
|
![]() |
Previous |
Gets the previous line in the same C1FlowView, or null if it is the first.
|
![]() |
RelativeLeft | |
![]() |
RelativeTop | |
![]() |
Top |
Gets the top coordinate of this C1Line relative to the document.
|
![]() |
TotalWidth |
Gets the width of this C1Line including whitespaces at the end.
|
![]() |
Width |
Gets the width of this C1Line excluding whitespaces at the end.
|
![]() |
XHeight |
Gets the distance between the top of the C1Line and its x-height.
|