DioDocs for PDF
SvgDisplay 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgDisplay 列挙体
Specifies whether an element (and all its descendants) is a part of the rendering tree.
シンタックス
'宣言
 
Public Enum SvgDisplay 
   Inherits System.Enum
public enum SvgDisplay : System.Enum 
メンバ
メンバ解説
BlockCorresponds to the 'block' value.
InheritCorresponds to the 'inherit' value.
InlineCorresponds to the 'inline' value.
InlineBlockCorresponds to the 'inline-block' value.
InlineTableCorresponds to the 'inline-table' value.
ListItemCorresponds to the 'list-item' value.
NoneCauses an element to not appear in the formatting structure.
TableCorresponds to the 'table' value.
TableCaptionCorresponds to the 'table-caption' value.
TableCellCorresponds to the 'table-cell' value.
TableColumnCorresponds to the 'table-column' value.
TableColumnGroupCorresponds to the 'table-column-group' value.
TableFooterGroupCorresponds to the 'table-footer-group' value.
TableHeaderGroupCorresponds to the 'table-header-group' value.
TableRowCorresponds to the 'table-row' value.
TableRowGroupCorresponds to the 'table-row-group' value.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Svg.SvgDisplay

参照

GrapeCity.Documents.Svg 名前空間