DioDocs for PDF
VerticalPosition 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : VerticalPosition 列挙体
Chooses the relative vertical position for an anchored object.
シンタックス
'宣言
 
Public Enum VerticalPosition 
   Inherits System.Enum
public enum VerticalPosition : System.Enum 
メンバ
メンバ解説
CharBottomInThe object bottom side coincides with anchor line (character) bottom side.
CharBottomOutThe object top side coincides with anchor line (character) bottom side.
CharCenterThe object center coincides with anchor line (character) center.
CharTopInThe object top side coincides with anchor line (character) top side.
CharTopOutThe object bottom side coincides with anchor line (character) top side.
ContentBottomInThe object bottom side coincides with anchor content bottom side.
ContentBottomOutThe object top side coincides with anchor content bottom side.
ContentCenterThe object center coincides with anchor content center.
ContentTopInThe object top side coincides with anchor content top side.
ContentTopOutThe object bottom side coincides with anchor content top side.
FixedBottomThe object bottom side is set to some fixed position.
FixedCenterThe object center is set to some fixed position.
FixedTopThe object top side is set to some fixed position.
MarginBottomInThe object bottom side coincides with the bottom margin of the layout box.
MarginBottomOutThe object top side coincides with the bottom margin of the layout box.
MarginCenterThe object center coincides with the layout box center.
MarginTopInThe object top side coincides with the top margin of the layout box.
MarginTopOutThe object bottom side coincides with the top margin of the layout box.
ParagraphBottomInThe object bottom side coincides with anchor paragraph bottom side (horizontal text) or bottom margin (vertical text).
ParagraphBottomOutThe object top side coincides with anchor paragraph bottom side (horizontal text) or bottom margin (vertical text).
ParagraphCenterThe object center coincides with anchor paragraph center.
ParagraphTopInThe object top side coincides with anchor paragraph top side (horizontal text) or top margin (vertical text).
ParagraphTopOutThe object bottom side coincides with anchor paragraph top side (horizontal text) or top margin (vertical text).
継承階層

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

参照

GrapeCity.Documents.Text 名前空間