FormattedText.FormattedText

FormattedText()

Initializes FormattedText.

public FormattedText()

See Also


FormattedText(string)

Initializes FormattedText.

public FormattedText(string text)
ParameterTypeDescription
textStringText which contained in FormattedText.

See Also


FormattedText(string, FontColor, FontStyle, EncodingType, bool, float)

Initializes FormattedText.

public FormattedText(string text, FontColor fontColor, FontStyle fontStyle, 
    EncodingType encodingType, bool embedded, float textSize)
ParameterTypeDescription
textStringText content of the string.
fontColorFontColorColor of the text.
fontStyleFontStyleStyle of the text.
encodingTypeEncodingTypeEncoding type (value of EncodingType enumeration).
embeddedBooleanTrue if the font will be embedded.
textSizeSingleSize of the text.

See Also


FormattedText(string, FontColor, FontStyle, EncodingType, bool, float, float)

Initialize FormattedText.

public FormattedText(string text, FontColor fontColor, FontStyle textFont, 
    EncodingType textEncoding, bool embedded, float textSize, float lineSpacing)
ParameterTypeDescription
textStringText content of the string.
fontColorFontColorColor of the text.
textFontFontStyleFont of the text.
textEncodingEncodingTypeEncoding of the text.
embeddedBooleanTrue if text will be embedded.
textSizeSingleSize of the text.
lineSpacingSingleAdditional spacing.

See Also


FormattedText(string, Color, FontStyle, EncodingType, bool, float)

Initializes FormattedText.

public FormattedText(string text, Color color, FontStyle textFont, EncodingType textEncoding, 
    bool embedded, float textSize)
ParameterTypeDescription
textStringText content of the string.
colorColorColor of the text.
textFontFontStyleFont of the text.
textEncodingEncodingTypeEncoding of the text.
embeddedBooleanTrue if text will be embedded.
textSizeSingleSize of the text.

See Also


FormattedText(string, Color, FontStyle, EncodingType, bool, float, float)

Initializes FormattedText.

public FormattedText(string text, Color textColor, FontStyle textFont, EncodingType textEncoding, 
    bool embedded, float textSize, float lineSpacing)
ParameterTypeDescription
textStringText contents of the string.
textColorColorColor of the text.
textFontFontStyleFont of the text.
textEncodingEncodingTypeEncoding of the text.
embeddedBooleanIf true font will be embedded.
textSizeSingleSize of the text.
lineSpacingSingleAdditional spacing.

See Also


FormattedText(string, FontColor, FontColor, FontStyle, EncodingType, bool, float)

Initializes FormattedText.

public FormattedText(string text, FontColor textColor, FontColor backColor, FontStyle textFont, 
    EncodingType textEncoding, bool embedded, float textSize)
ParameterTypeDescription
textStringText content of the string.
textColorFontColorColor of the text.
backColorFontColorColor of background.
textFontFontStyleFont of the text.
textEncodingEncodingTypeEncoding of the text.
embeddedBooleanIf true font will be embedded.
textSizeSingleSize of the text.

See Also


FormattedText(string, FontColor, FontColor, FontStyle, EncodingType, bool, float, float)

Initializes FormattedText.

public FormattedText(string text, FontColor textColor, FontColor backColor, FontStyle textFont, 
    EncodingType textEncoding, bool embedded, float textSize, float lineSpacing)
ParameterTypeDescription
textStringText content.
textColorFontColorColor of the text.
backColorFontColorColor of background.
textFontFontStyleFont of the text.
textEncodingEncodingTypeEncoding of the text.
embeddedBooleanIf true font will be embedded.
textSizeSingleSize of the text.
lineSpacingSingleAdditional spacing.

See Also


FormattedText(string, Color, Color, FontStyle, EncodingType, bool, float)

Initializes FormattedText.

public FormattedText(string text, Color textColor, Color backColor, FontStyle textFont, 
    EncodingType encoding, bool embedded, float textSize)
ParameterTypeDescription
textStringText content of the string.
textColorColorColor of the text.
backColorColorColor of background.
textFontFontStyleFont of the text.
encodingEncodingTypeEncoding of the text.
embeddedBooleanTrue if font will be embedded.
textSizeSingleSize of the text.

See Also


FormattedText(string, Color, Color, FontStyle, EncodingType, bool, float, float)

Initializes FormattedText.

public FormattedText(string text, Color textColor, Color backColor, FontStyle textFont, 
    EncodingType textEncoding, bool embedded, float textSize, float lineSpacing)
ParameterTypeDescription
textStringText contents of the string.
textColorColorColor of the text.
backColorColorColor of the background.
textFontFontStyleFont of the text.
textEncodingEncodingTypeEncoding of the text.
embeddedBooleanIf true font is embedded.
textSizeSingleSize of the text.
lineSpacingSingleAdditional spacing.

See Also


FormattedText(string, Color, Color, string, EncodingType, bool, float)

Initializes FormattedText.

public FormattedText(string text, Color textColor, Color backColor, string fontName, 
    EncodingType textEncoding, bool embedded, float fontSize)
ParameterTypeDescription
textStringText content.
textColorColorColor of the text.
backColorColorColor of background.
fontNameStringFont of the text.
textEncodingEncodingTypeEncoding of the text.
embeddedBooleanIf true font will be embedded.
fontSizeSingleSize of the text.

See Also


FormattedText(string, Color, Color)

Initializes FormattedText.

public FormattedText(string text, Color textColor, Color backColor)
ParameterTypeDescription
textStringText content.
textColorColorColor of the text.
backColorColorColor of background.

See Also


FormattedText(string, Color, string, EncodingType, bool, float)

Initializes FormattedText.

public FormattedText(string text, Color textColor, string fontName, EncodingType textEncoding, 
    bool embedded, float fontSize)
ParameterTypeDescription
textStringText content.
textColorColorColor of the text.
fontNameStringFont of the text.
textEncodingEncodingTypeEncoding of the text.
embeddedBooleanIf true font will be embedded.
fontSizeSingleSize of the text.

See Also