Constructor Summary |
---|
Char()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
function | getAsianFont() | |
function | setAsianFont(value) | |
Specifies the ID number of the font used to format text containing Asian characters. | ||
function | getAsianFontName() | |
function | setAsianFontName(value) | |
It specified the asian font name of the font used to format the text.It is using for visio 2013 | ||
function | getCase() | |
function | setCase(value) | |
Determines the case of a shape's text. | ||
function | getColor() | |
function | setColor(value) | |
When contained in a Char element, the Color element. | ||
function | getColorTrans() | |
function | setColorTrans(value) | |
Determines the degree of transparency for a layer or shape's text color, from 0 (completely opaque) to 1 (completely transparent). | ||
function | getComplexScriptFont() | |
function | setComplexScriptFont(value) | |
Contains the number of the font used to format text composed of complex script characters. Complex scripts are languages whose characters require ligation or shaping, such as the right-to-left languages (Arabic, Farsi, Hebrew, and Urdu) and several South Asian languages. | ||
function | getComplexScriptFontName() | |
function | setComplexScriptFontName(value) | |
It specified the ComplexScript font name of the font used to format the text.It is using for visio 2013 | ||
function | getComplexScriptSize() | |
function | setComplexScriptSize(value) | |
The size of the font used to format text composed of complex script characters. Complex scripts are languages whose characters require ligation or shaping, such as the right-to-left languages (Arabic, Farsi, Hebrew, and Urdu) and several South Asian languages. | ||
function | getDblUnderline() | |
function | setDblUnderline(value) | |
Specifies whether the range of text has a double underline below it. | ||
function | getDel() | |
function | setDel(value) | |
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
function | getDoubleStrikethrough() | |
function | setDoubleStrikethrough(value) | |
Determines whether text is formatted as double strikethrough. | ||
function | getFont() | |
function | setFont(value) | |
Specifies the ID number of the font used to format the text. | ||
function | getFontName() | |
function | setFontName(value) | |
It specified the font name of the font used to format the text.It is using for visio 2013 | ||
function | getFontScale() | |
function | setFontScale(value) | |
Specifies the font width. | ||
function | getHighlight() | |
function | setHighlight(value) | |
It specified highlight. | ||
function | isBold() | |
Indicating whether the font is bold. | ||
function | isDoubleStrikethrough() | |
Indicating whether the font is doubleStrikethrough. | ||
function | isDoubleUnderline() | |
Indicating whether the font is double underline. | ||
function | isItalic() | |
Indicating whether the font is italic. | ||
function | isStrikethrough() | |
Indicating whether the font is strikethrough. | ||
function | isSubscript() | |
Indicating whether the font is subscript. | ||
function | isSuperscript() | |
Indicating whether the font is superscript. | ||
function | isUnderline() | |
Indicating whether the font is underline. | ||
function | getIX() | |
function | setIX(value) | |
The zero-based index of the element within its parent element. | ||
function | getLangID() | |
function | setLangID(value) | |
Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered. For a list of languages supported by Microsoft Office applications and their corresponding language IDs, see the DocLangID element. | ||
function | getLetterspace() | |
function | setLetterspace(value) | |
Specifies the amount of space between two or more characters. Space can be added or subtracted in 1/20th point increments. | ||
function | getLocale() | |
function | setLocale(value) | |
It specified the locale of the text run for spell-checking purposes. | ||
function | getLocalizeFont() | |
function | setLocalizeFont(value) | |
Specifies whether the shape text should be localized (translated into another language). | ||
function | getOverline() | |
function | setOverline(value) | |
Specifies whether the text has a line above it. | ||
function | getPerpendicular() | |
function | setPerpendicular(value) | |
It specified whether a text field appears perpendicular to the other text in a text block. | ||
function | getPos() | |
function | setPos(value) | |
Specifies the position of the shape's text relative to the baseline. | ||
function | getRTLText() | |
function | setRTLText(value) | |
Determines if the text direction of the current character run is left to right or right to left. | ||
function | getSize() | |
function | setSize(value) | |
Specifies the size of the text in the shape's text block. | ||
function | getStrikethru() | |
function | setStrikethru(value) | |
Specifies whether the text is formatted as strikethrough. | ||
function | getStyle() | |
function | setStyle(value) | |
Specifies the character formatting applied to a range of text in the shape's text block. | ||
function | getUseVertical() | |
function | setUseVertical(value) | |
Determines whether the character run is vertical or horizontal. |
Method Summary | ||
---|---|---|
function | deepClone() | |
Creates deep copy of this instance. |
Constructor Detail |
---|
function Char()
Property Getters/Setters Detail |
---|
getIX/setIX : Number | |
function getIX() / function setIX(value) |
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getFont/setFont : IntValue | |
function getFont() / function setFont(value) |
getFontName/setFontName : StrValue | |
function getFontName() / function setFontName(value) |
getColor/setColor : ColorValue | |
function getColor() / function setColor(value) |
getStyle/setStyle : Style | |
function getStyle() / function setStyle(value) |
getCase/setCase : Case | |
function getCase() / function setCase(value) |
getPos/setPos : Pos | |
function getPos() / function setPos(value) |
getFontScale/setFontScale : DoubleValue | |
function getFontScale() / function setFontScale(value) |
getLocale/setLocale : StrValue | |
function getLocale() / function setLocale(value) |
getSize/setSize : DoubleValue | |
function getSize() / function setSize(value) |
getDblUnderline/setDblUnderline : BoolValue | |
function getDblUnderline() / function setDblUnderline(value) |
getOverline/setOverline : BoolValue | |
function getOverline() / function setOverline(value) |
getHighlight/setHighlight : BoolValue | |
function getHighlight() / function setHighlight(value) |
getPerpendicular/setPerpendicular : StrValue | |
function getPerpendicular() / function setPerpendicular(value) |
getStrikethru/setStrikethru : BoolValue | |
function getStrikethru() / function setStrikethru(value) |
getDoubleStrikethrough/setDoubleStrikethrough : BoolValue | |
function getDoubleStrikethrough() / function setDoubleStrikethrough(value) |
getRTLText/setRTLText : BoolValue | |
function getRTLText() / function setRTLText(value) |
getUseVertical/setUseVertical : BoolValue | |
function getUseVertical() / function setUseVertical(value) |
getLetterspace/setLetterspace : DoubleValue | |
function getLetterspace() / function setLetterspace(value) |
getColorTrans/setColorTrans : DoubleValue | |
function getColorTrans() / function setColorTrans(value) |
getAsianFont/setAsianFont : IntValue | |
function getAsianFont() / function setAsianFont(value) |
getAsianFontName/setAsianFontName : StrValue | |
function getAsianFontName() / function setAsianFontName(value) |
getLocalizeFont/setLocalizeFont : LocalizeFont | |
function getLocalizeFont() / function setLocalizeFont(value) |
isDoubleUnderline : boolean | |
function isDoubleUnderline() |
isSubscript : boolean | |
function isSubscript() |
isSuperscript : boolean | |
function isSuperscript() |
isStrikethrough : boolean | |
function isStrikethrough() |
isDoubleStrikethrough : boolean | |
function isDoubleStrikethrough() |
isUnderline : boolean | |
function isUnderline() |
isItalic : boolean | |
function isItalic() |
isBold : boolean | |
function isBold() |
getComplexScriptSize/setComplexScriptSize : DoubleValue | |
function getComplexScriptSize() / function setComplexScriptSize(value) |
getComplexScriptFont/setComplexScriptFont : IntValue | |
function getComplexScriptFont() / function setComplexScriptFont(value) |
getComplexScriptFontName/setComplexScriptFontName : StrValue | |
function getComplexScriptFontName() / function setComplexScriptFontName(value) |
getLangID/setLangID : IntValue | |
function getLangID() / function setLangID(value) |
Method Detail |
---|
deepClone | |
function deepClone() |