C# Class iTextSharp.tool.xml.html.table.TableRowElement.Place

ファイルを表示 Open project: boecko/iTextSharp

Public Properties

Property Type Description
BODY Place
CAPTION_BOTTOM Place
CAPTION_TOP Place
FOOTER Place
HEADER Place

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
Place ( int normal, int repeated ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

BODY public_oe static_oe property

public static Place BODY
return Place

CAPTION_BOTTOM public_oe static_oe property

public static Place CAPTION_BOTTOM
return Place

CAPTION_TOP public_oe static_oe property

public static Place CAPTION_TOP
return Place

FOOTER public_oe static_oe property

public static Place FOOTER
return Place

HEADER public_oe static_oe property

public static Place HEADER
return Place