var align // A string Indicating the alignment of the paragraph. If "left", the paragraph is left-aligned. If "center", the paragraph is centered. If "right", the paragraph is right-aligned. The default value is "null" which indicates that the property is undefined.
var blockIndent // Indicates the block indentation in points. Block indentation is applied to an entire block of text.
var bold // Indicates whether the text is boldface.
var bullet // a Boolean value that indicates that the text is part of a bulleted list. In a bulleted list, each paragraph of text is indented. To the left of the first line of each paragraph, a bullet symbol is displayed. The default value is null.
var color // Indicates the color of text.
var font // The name of the font for text in this text format.
var indent // Indicates the indentation from the left margin to the first character in the paragraph.
var italic // Indicates whether text in this text format is italicized.
var leading // The amount of vertical space between lines.
var leftMargin // The left margin of the paragraph, in points.
var rightMargin // The right margin of the paragraph, in points.
var size // The size of text in this text format, in points.
var tabStops // Specifies custom tab stops as an array of non-negative integers. Each tab stop is specified in points. If custom tab stops are not specified (null), the default tab stop is 4 (average character width).
var target // Indicates the target window where the hyperlink is displayed.
var underline // Indicates whether the text is underlined (true) or not (false) in this text format.
var url // Indicates the URL that text in this text format links to.
function getTextExtent(text, Width) // Returns text measurement information: ascent, descent, width, height, textFieldHeight, and textFieldWidth.