C# Класс AODL.ExternalExporter.PDF.Document.StyleConverter.TextPropertyConverter

Summary for TextPropertyConverter.
Показать файл Открыть проект

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

Метод Описание
FontMultiplier ( TextProperties textProperties, Font font ) : Font

Fonts the multiplier. This will rewrite a font which inherited from a parent style.

GetFont ( TextProperties textProperties ) : Font

Gets the font object.

TextPropertyConverter ( ) : System

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

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

Fonts the multiplier. This will rewrite a font which inherited from a parent style.
public static FontMultiplier ( TextProperties textProperties, Font font ) : Font
textProperties AODL.Document.Styles.Properties.TextProperties The text properties.
font iTextSharp.text.Font The font.
Результат iTextSharp.text.Font

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

Gets the font object.
public static GetFont ( TextProperties textProperties ) : Font
textProperties AODL.Document.Styles.Properties.TextProperties The text properties.
Результат iTextSharp.text.Font

TextPropertyConverter() публичный метод

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