PrintDocument for WinForms
NestedOutlinesMode 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : NestedOutlinesMode 列挙体
Specifies how outlines of a document or report associated with a multi-document item are treated when the outline tree for the whole multi-document is prepared.
シンタックス
'宣言
 
Public Enum NestedOutlinesMode 
   Inherits System.Enum
'使用法
 
Dim instance As NestedOutlinesMode
public enum NestedOutlinesMode : System.Enum 
メンバ
メンバ解説
AddChildrenThe outlines of the associated document or report are added as children of the multi-document item's outline node.
ReplaceThe outlines of the associated document or report replace the multi-document item's outline node.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.NestedOutlinesMode

参照

C1.C1Preview 名前空間