Class BidiClass
Inheritance
System.Object
BidiClass
Assembly: IronXL.dll
Syntax
public sealed class BidiClass : ValueType
Constructors
BidiClass(CodePoint)
Declaration
public BidiClass(CodePoint codePoint)
Parameters
Properties
CharacterType
Declaration
public BidiCharacterType CharacterType { get; }
Property Value
PairedBracketType
Declaration
public BidiPairedBracketType PairedBracketType { get; }
Property Value
Methods
TryGetPairedBracket(out CodePoint)
Declaration
public bool TryGetPairedBracket(out CodePoint codePoint)
Parameters
Returns
Type |
Description |
System.Boolean |
|