DioDocs for PDF
InlineObjectFlags 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : InlineObjectFlags 列挙体
Various flags describing inline objects.
シンタックス
'宣言
 
Public Enum InlineObjectFlags 
   Inherits System.Enum
public enum InlineObjectFlags : System.Enum 
メンバ
メンバ解説
BreakAfterMaskMask for testing the line-breaking behavior after the inline object.
BreakBeforeMaskMask for testing the line-breaking behavior before the inline object.
CanBreakIndicates that a line break is allowed before or after the inline object.
MayNotBreakAfterIndicates that there should be no line break after the inline object.
MayNotBreakBeforeIndicates that there should be no line break before the inline object.
MustBreakAfterIndicates that the line break must happen after the inline object.
MustBreakBeforeIndicates that the line break must happen before the inline object.
NoneIndicates that none of the flags are set.
SidewaysInVerticalTextIndicates whether the inline object can appear rotated 90 or -90 degrees.
継承階層

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

参照

GrapeCity.Documents.Text 名前空間