C# Класс iTextSharp.text.xml.XmlPeer

This interface is implemented by the peer of all the iText objects.
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
attributeAliases System.util.Properties
attributeValues System.util.Properties
customTagname String
defaultContent String
tagname String

Открытые методы

Метод Описание
AddAlias ( String name, String alias ) : void

Sets an alias for an attribute.

AddValue ( String name, String value ) : void

Sets a value for an attribute.

GetAttributes ( Hashtable attrs ) : Properties

Gets the list of attributes of the peer.

GetName ( String name ) : String

Returns the iText attribute name.

XmlPeer ( String name, String alias ) : System

Creates a XmlPeer.

Описание методов

AddAlias() публичный Метод

Sets an alias for an attribute.
public AddAlias ( String name, String alias ) : void
name String the iText tagname
alias String the custom tagname
Результат void

AddValue() публичный Метод

Sets a value for an attribute.
public AddValue ( String name, String value ) : void
name String the iText tagname
value String the default value for this tag
Результат void

GetAttributes() публичный Метод

Gets the list of attributes of the peer.
public GetAttributes ( Hashtable attrs ) : Properties
attrs System.Collections.Hashtable
Результат System.util.Properties

GetName() публичный Метод

Returns the iText attribute name.
public GetName ( String name ) : String
name String the custom attribute name
Результат String

XmlPeer() публичный Метод

Creates a XmlPeer.
public XmlPeer ( String name, String alias ) : System
name String
alias String
Результат System

Описание свойств

attributeAliases защищенное свойство

This is the Map that contains the aliases of the attributes.
protected Properties,System.util attributeAliases
Результат System.util.Properties

attributeValues защищенное свойство

This is the Map that contains the default values of the attributes.
protected Properties,System.util attributeValues
Результат System.util.Properties

customTagname защищенное свойство

This is the name of the alias.
protected String customTagname
Результат String

defaultContent защищенное свойство

This is String that contains the default content of the attributes.
protected String defaultContent
Результат String

tagname защищенное свойство

This is the name of the alias.
protected String tagname
Результат String