Namespace - LJCTextDataReaderLib
Syntax
C# |
public class TextRegions : List<TextRegion>
|
Represents a collection of TextRegion objects.
Public Methods
#ctor
|
Initializes an object instance.
|
Add
|
Creates a TextRegion from the supplied values and adds it to the collection.
/// |
LJCHasRegions
|
Returns a value indicating if the supplied text value has text regions.
|
LJCIsInRegion
|
Determines if a delimiter is in a text region.
|
LJCSplit
|
Splits a line of text on the delimiters not enclosed in text regions.
|
5 Methods
Properties
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.