DioDocs for PDF
WrapSide 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : WrapSide 列挙体
Specifies how text wraps around the sides of an anchored object.
シンタックス
'宣言
 
Public Enum WrapSide 
   Inherits System.Enum
public enum WrapSide : System.Enum 
メンバ
メンバ解説
BothText wraps on both sides of an anchored object.
FarText wraps on the far side only.
LargestText wraps on the side of an anchored object that is farthest from the margin.
NearText wraps on the near side only.
NoneText does not wrap on any side of an anchored object.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Text.WrapSide

参照

GrapeCity.Documents.Text 名前空間