DioDocs for PDF
SvgTextOrientation 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgTextOrientation 列挙体
Specifies the orientation of text in vertical typographic modes.
シンタックス
'宣言
 
Public Enum SvgTextOrientation 
   Inherits System.Enum
public enum SvgTextOrientation : System.Enum 
メンバ
メンバ解説
MixedIn vertical writing modes, typographic character units from horizontal-only scripts are typeset sideways, i.e. 90° clockwise from their standard orientation in horizontal text. Typographic character units from vertical scripts are typeset with their intrinsic orientation.
SidewaysIn vertical writing modes, this causes all text to be typeset sideways, as if in a horizontal layout, but rotated 90° clockwise.
UprightIn vertical writing modes, typographic character units from horizontal-only scripts are typeset upright, i.e. in their standard horizontal orientation. Typographic character units from vertical scripts are typeset with their intrinsic orientation and shaped normally.
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間