C# Class iTextSharp.text.MarkedObject

Inheritance: IElement
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
element IElement
markupAttributes System.util.Properties

Méthodes publiques

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

Méthodes protégées

Méthode Description
MarkedObject ( ) : System

Method Details

IsContent() public méthode

public IsContent ( ) : bool
Résultat bool

IsNestable() public méthode

public IsNestable ( ) : bool
Résultat bool

MarkedObject() protected méthode

protected MarkedObject ( ) : System
Résultat System

MarkedObject() public méthode

public MarkedObject ( IElement element ) : System
element IElement
Résultat System

Process() public méthode

public Process ( IElementListener listener ) : bool
listener IElementListener
Résultat bool

SetMarkupAttribute() public méthode

public SetMarkupAttribute ( String key, String value ) : void
key String
value String
Résultat void

Property Details

element protected_oe property

protected IElement element
Résultat IElement

markupAttributes protected_oe property

protected Properties,System.util markupAttributes
Résultat System.util.Properties