Condividi tramite


UnicodeBiDiTypes Enum

Definition

Indicates the level of bi-directional embedding.

public enum class UnicodeBiDiTypes
public enum UnicodeBiDiTypes
type UnicodeBiDiTypes = 
Public Enum UnicodeBiDiTypes
Inheritance
UnicodeBiDiTypes

Fields

Name Value Description
Normal 0

Does not open an additional level of embedding.

Embed 1

Opens an additional level of embedding.

BiDiOverride 2

Same as the Embed value, except that reordering is sequenced according to the direction. This value overrides the implicit bidirectional algorithm.

Applies to