C# Класс iTextSharp.text.html.simpleparser.FactoryProperties

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
followTags Hashtable

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

Метод Описание
CreateChunk ( String text, ChainedProperties props ) : Chunk
CreateListItem ( ChainedProperties props ) : ListItem
CreateParagraph ( ChainedProperties props ) : Paragraph
CreateParagraph ( Paragraph p, ChainedProperties props ) : void
FactoryProperties ( ) : System
GetFont ( ChainedProperties props ) : Font
GetHyphenation ( ChainedProperties props ) : IHyphenationEvent
GetHyphenation ( Hashtable props ) : IHyphenationEvent
GetHyphenation ( String s ) : IHyphenationEvent
InsertStyle ( Hashtable h ) : void
InsertStyle ( Hashtable h, ChainedProperties cprops ) : void

Приватные методы

Метод Описание
SetParagraphLeading ( Paragraph p, String leading ) : void

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

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

public CreateChunk ( String text, ChainedProperties props ) : Chunk
text String
props ChainedProperties
Результат iTextSharp.text.Chunk

CreateListItem() публичный статический Метод

public static CreateListItem ( ChainedProperties props ) : ListItem
props ChainedProperties
Результат iTextSharp.text.ListItem

CreateParagraph() публичный статический Метод

public static CreateParagraph ( ChainedProperties props ) : Paragraph
props ChainedProperties
Результат iTextSharp.text.Paragraph

CreateParagraph() публичный статический Метод

public static CreateParagraph ( Paragraph p, ChainedProperties props ) : void
p iTextSharp.text.Paragraph
props ChainedProperties
Результат void

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

public FactoryProperties ( ) : System
Результат System

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

public GetFont ( ChainedProperties props ) : Font
props ChainedProperties
Результат iTextSharp.text.Font

GetHyphenation() публичный статический Метод

public static GetHyphenation ( ChainedProperties props ) : IHyphenationEvent
props ChainedProperties
Результат IHyphenationEvent

GetHyphenation() публичный статический Метод

public static GetHyphenation ( Hashtable props ) : IHyphenationEvent
props Hashtable
Результат IHyphenationEvent

GetHyphenation() публичный статический Метод

public static GetHyphenation ( String s ) : IHyphenationEvent
s String
Результат IHyphenationEvent

InsertStyle() публичный статический Метод

public static InsertStyle ( Hashtable h ) : void
h Hashtable
Результат void

InsertStyle() публичный статический Метод

public static InsertStyle ( Hashtable h, ChainedProperties cprops ) : void
h Hashtable
cprops ChainedProperties
Результат void

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

followTags публичное статическое свойство

public static Hashtable followTags
Результат Hashtable