C# Class iTextSharp.text.MarkedObject

Inheritance: IElement
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
element IElement
markupAttributes System.util.Properties

Public Methods

Method Description
IsContent ( ) : bool
IsNestable ( ) : bool
MarkedObject ( IElement element ) : System
Process ( IElementListener listener ) : bool
SetMarkupAttribute ( String key, String value ) : void

Protected Methods

Method Description
MarkedObject ( ) : System

Method Details

IsContent() public method

public IsContent ( ) : bool
return bool

IsNestable() public method

public IsNestable ( ) : bool
return bool

MarkedObject() protected method

protected MarkedObject ( ) : System
return System

MarkedObject() public method

public MarkedObject ( IElement element ) : System
element IElement
return System

Process() public method

public Process ( IElementListener listener ) : bool
listener IElementListener
return bool

SetMarkupAttribute() public method

public SetMarkupAttribute ( String key, String value ) : void
key String
value String
return void

Property Details

element protected_oe property

protected IElement element
return IElement

markupAttributes protected_oe property

protected Properties,System.util markupAttributes
return System.util.Properties