Property Getters/Setters Summary | ||
---|---|---|
function | getArgbColor() | |
function | setArgbColor(value) | |
Gets and sets the color with a 32-bit ARGB value. | ||
function | getCapsType() | |
function | setCapsType(value) | |
Gets and sets the text caps type. The value of the property is TextCapsType integer constant. | ||
function | getCharset() | |
function | setCharset(value) | |
Represent the character set. | ||
function | getColor() | |
function | setColor(value) | |
Gets or sets the |
||
function | getDoubleSize() | |
function | setDoubleSize(value) | |
Gets and sets the double size of the font. | ||
function | getFarEastName() | |
function | setFarEastName(value) | |
Gets and sets the FarEast name. | ||
function | getFill() | |
Represents the fill format of the text.
|
||
function | isBold() | |
function | setBold(value) | |
Gets or sets a value indicating whether the font is bold. | ||
function | isItalic() | |
function | setItalic(value) | |
Gets or sets a value indicating whether the font is italic. | ||
function | isNormalizeHeights() | |
function | setNormalizeHeights(value) | |
Indicates whether the normalization of height that is to be applied to the text run. | ||
function | isStrikeout() | |
function | setStrikeout(value) | |
Gets or sets a value indicating whether the font is single strikeout. | ||
function | isSubscript() | |
function | setSubscript(value) | |
Gets or sets a value indicating whether the font is subscript. | ||
function | isSuperscript() | |
function | setSuperscript(value) | |
Gets or sets a value indicating whether the font is super script. | ||
function | getKerning() | |
function | setKerning(value) | |
Specifies the minimum font size at which character kerning will occur for this text run. | ||
function | getLanguageCode() | |
function | setLanguageCode(value) | |
Gets and sets the user interface language. The value of the property is CountryCode integer constant. | ||
function | getLatinName() | |
function | setLatinName(value) | |
Gets and sets the latin name. | ||
function | getName() | |
function | setName(value) | |
Gets and sets the name of the shape. | ||
function | getOutline() | |
Represents the outline format of the text.
|
||
function | getSchemeType() | |
function | setSchemeType(value) | |
Gets and sets the scheme type of the font. The value of the property is FontSchemeType integer constant. | ||
function | getScriptOffset() | |
function | setScriptOffset(value) | |
Gets and sets the script offset,in unit of percentage | ||
function | getShadow() | |
Represents a |
||
function | getSize() | |
function | setSize(value) | |
Gets or sets the size of the font. | ||
function | getSpacing() | |
function | setSpacing(value) | |
Specifies the spacing between characters within a text run. | ||
function | getStrikeType() | |
function | setStrikeType(value) | |
Gets the strike type of the text. The value of the property is TextStrikeType integer constant. | ||
function | getThemeColor() | |
function | setThemeColor(value) | |
Gets and sets the theme color. | ||
function | getUnderline() | |
function | setUnderline(value) | |
Gets or sets the font underline type. The value of the property is FontUnderlineType integer constant. | ||
function | getUnderlineColor() | |
function | setUnderlineColor(value) | |
Gets or sets the color of underline. |
Method Summary | ||
---|---|---|
function | equals(font) | |
Checks if two fonts are equals.
|
||
function | toString() | |
Returns a string represents the current Cell object.
|
function getName() / function setName(value)
function getLanguageCode() / function setLanguageCode(value)
function getLatinName() / function setLatinName(value)
function getFarEastName() / function setFarEastName(value)
function getFill()
function getOutline()
function getShadow()
function getUnderlineColor() / function setUnderlineColor(value)
function getKerning() / function setKerning(value)
function getSpacing() / function setSpacing(value)
function getCharset() / function setCharset(value)
function isItalic() / function setItalic(value)
function isBold() / function setBold(value)
function getCapsType() / function setCapsType(value)
function getStrikeType() / function setStrikeType(value)
function isStrikeout() / function setStrikeout(value)
function getScriptOffset() / function setScriptOffset(value)
function isSuperscript() / function setSuperscript(value)
function isSubscript() / function setSubscript(value)
function getUnderline() / function setUnderline(value)
function getDoubleSize() / function setDoubleSize(value)
function getSize() / function setSize(value)
function getThemeColor() / function setThemeColor(value)
function getColor() / function setColor(value)
function getArgbColor() / function setArgbColor(value)
function isNormalizeHeights() / function setNormalizeHeights(value)
function getSchemeType() / function setSchemeType(value)