DioDocs for PDF
SvgUnicodeBidi 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgUnicodeBidi 列挙体
Allows creating scopes within the unicode bidi algorithm, and to override the intrinsic directionality of text.
シンタックス
'宣言
 
Public Enum SvgUnicodeBidi 
   Inherits System.Enum
public enum SvgUnicodeBidi : System.Enum 
メンバ
メンバ解説
BidiOverrideThe box acts like a directional embedding in the bidirectional algorithm, except that reordering within it is strictly in sequence according to the direction property; the implicit part of the bidirectional algorithm is ignored.
EmbedCreates a directional embedding by opening an additional level of embedding with respect to the bidirectional algorithm.
IsolateNeither is the content inside the box bidi-affected by the content surrounding the box, nor is the content surrounding the box bidi-affected by the content or specified directionality of the box.
IsolateOverrideThe box nests a directional override inside an isolated sequence.
NormalThe box does not open an additional level of embedding with respect to the bidirectional algorithm.
PlaintextThe base directionality of each of isolated sequences is determined by the heuristic of the Unicode bidirectional algorithm.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Svg.SvgUnicodeBidi

参照

GrapeCity.Documents.Svg 名前空間