Class LineSubText
Identifies a single line within a larger text by its start position and length, as produced when splitting text on line breaks for layout.
Inherited Members
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public class LineSubText
Constructors
View SourceLineSubText()
Declaration
public LineSubText()
Fields
View SourceLength
Declaration
public int Length
Field Value
| Type | Description |
|---|---|
| int |
Position
Declaration
public int Position
Field Value
| Type | Description |
|---|---|
| int |