C# Класс iTextSharp.text.factories.ElementFactory

Показать файл Открыть проект

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

Метод Описание
GetAnchor ( Properties attributes ) : Anchor
GetAnnotation ( Properties attributes ) : Annotation
GetCell ( Properties attributes ) : Cell
GetChapter ( Properties attributes ) : ChapterAutoNumber
GetChunk ( Properties attributes ) : Chunk
GetImage ( Properties attributes ) : Image

Returns an Image that has been constructed taking in account the value of some attributes.

GetList ( Properties attributes ) : List
GetListItem ( Properties attributes ) : ListItem
GetParagraph ( Properties attributes ) : Paragraph
GetPhrase ( Properties attributes ) : Phrase
GetSection ( Section parent, Properties attributes ) : Section
GetTable ( Properties attributes ) : Table

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

Метод Описание
SetRectangleProperties ( Rectangle rect, Properties attributes ) : void
SetSectionParameters ( Section section, Properties attributes ) : void

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

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

public static GetAnchor ( Properties attributes ) : Anchor
attributes System.util.Properties
Результат iTextSharp.text.Anchor

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

public static GetAnnotation ( Properties attributes ) : Annotation
attributes System.util.Properties
Результат iTextSharp.text.Annotation

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

public static GetCell ( Properties attributes ) : Cell
attributes System.util.Properties
Результат iTextSharp.text.Cell

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

public static GetChapter ( Properties attributes ) : ChapterAutoNumber
attributes System.util.Properties
Результат iTextSharp.text.ChapterAutoNumber

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

public static GetChunk ( Properties attributes ) : Chunk
attributes System.util.Properties
Результат iTextSharp.text.Chunk

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

Returns an Image that has been constructed taking in account the value of some attributes.
public static GetImage ( Properties attributes ) : Image
attributes System.util.Properties Some attributes
Результат Image

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

public static GetList ( Properties attributes ) : List
attributes System.util.Properties
Результат iTextSharp.text.List

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

public static GetListItem ( Properties attributes ) : ListItem
attributes System.util.Properties
Результат iTextSharp.text.ListItem

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

public static GetParagraph ( Properties attributes ) : Paragraph
attributes System.util.Properties
Результат iTextSharp.text.Paragraph

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

public static GetPhrase ( Properties attributes ) : Phrase
attributes System.util.Properties
Результат iTextSharp.text.Phrase

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

public static GetSection ( Section parent, Properties attributes ) : Section
parent iTextSharp.text.Section
attributes System.util.Properties
Результат iTextSharp.text.Section

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

public static GetTable ( Properties attributes ) : Table
attributes System.util.Properties
Результат iTextSharp.text.Table