PrintDocument for WinForms
HtmlExporter.LinksLocationsEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 : HtmlExporter.LinksLocationsEnum 列挙体
Defines the location of hyperlinks in the generated HTML pages.
シンタックス
'宣言
 
Public Enum HtmlExporter.LinksLocationsEnum 
   Inherits System.Enum
'使用法
 
Dim instance As HtmlExporter.LinksLocationsEnum
public enum HtmlExporter.LinksLocationsEnum : System.Enum 
メンバ
メンバ解説
BottomFrameHyperlinks are located in the bottom frame.
LeftFrameHyperlinks are located in the left frame.
NoneHyperlinks are not generated.
RightFrameHyperlinks are located in the right frame.
TopFrameHyperlinks are located in the top frame.
TopPageHyperlinks are located at the top of pages.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.Export.HtmlExporter.LinksLocationsEnum

参照

C1.C1Preview.Export 名前空間