DioDocs for PDF
HorizontalPosition 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : HorizontalPosition 列挙体
Chooses the relative horizontal position for an anchored object.
シンタックス
'宣言
 
Public Enum HorizontalPosition 
   Inherits System.Enum
public enum HorizontalPosition : System.Enum 
メンバ
メンバ解説
CharCenterThe object center coincides with anchor character (line) center.
CharLeftInThe object left side coincides with anchor character (line) left side.
CharLeftOutThe object right side coincides with anchor character (line) left side.
CharRightInThe object right side coincides with anchor character (line) right side.
CharRightOutThe object left side coincides with anchor character (line) right side.
ContentCenterThe object center coincides with anchor content center.
ContentLeftInThe object left side coincides with anchor content left side.
ContentLeftOutThe object right side coincides with anchor content left side.
ContentRightInThe object right side coincides with anchor content right side.
ContentRightOutThe object left side coincides with anchor content right side.
FixedCenterThe object center is set to some fixed position.
FixedLeftThe object left side is set to some fixed position.
FixedRightThe object right side is set to some fixed position.
MarginCenterThe object center coincides with the layout box center.
MarginLeftInThe object left side coincides with the left margin of the layout box.
MarginLeftOutThe object right side coincides with the left margin of the layout box.
MarginRightInThe object right side coincides with the right margin of the layout box.
MarginRightOutThe object left side coincides with the right margin of the layout box.
ParagraphCenterThe object center coincides with anchor paragraph center.
ParagraphLeftInThe object left side coincides with anchor paragraph left side (vertical text) or left margin (horizontal text).
ParagraphLeftOutThe object right side coincides with anchor paragraph left side (vertical text) or left margin (horizontal text).
ParagraphRightInThe object right side coincides with anchor paragraph right side (vertical text) or right margin (horizontal text).
ParagraphRightOutThe object left side coincides with anchor paragraph right side (vertical text) or right margin (horizontal text).
継承階層

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

参照

GrapeCity.Documents.Text 名前空間