public class Char
Constructor Summary |
---|
Char()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
IntValue | getAsianFont() | |
void | setAsianFont(IntValue value) | |
Specifies the ID number of the font used to format text containing Asian characters. | ||
StrValue | getAsianFontName() | |
void | setAsianFontName(StrValue value) | |
It specified the asian font name of the font used to format the text.It is using for visio 2013 | ||
Case | getCase() | |
void | ||
Determines the case of a shape's text. | ||
ColorValue | getColor() | |
void | setColor(ColorValue value) | |
When contained in a Char element, the Color element. | ||
DoubleValue | getColorTrans() | |
void | setColorTrans(DoubleValue value) | |
Determines the degree of transparency for a layer or shape's text color, from 0 (completely opaque) to 1 (completely transparent). | ||
IntValue | getComplexScriptFont() | |
void | setComplexScriptFont(IntValue 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. | ||
StrValue | getComplexScriptFontName() | |
void | setComplexScriptFontName(StrValue value) | |
It specified the ComplexScript font name of the font used to format the text.It is using for visio 2013 | ||
DoubleValue | getComplexScriptSize() | |
void | setComplexScriptSize(DoubleValue 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. | ||
BoolValue | getDblUnderline() | |
void | setDblUnderline(BoolValue value) | |
Specifies whether the range of text has a double underline below it. | ||
int | getDel() | |
void | setDel(intvalue) | |
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. | ||
BoolValue | getDoubleStrikethrough() | |
void | setDoubleStrikethrough(BoolValue value) | |
Determines whether text is formatted as double strikethrough. | ||
IntValue | getFont() | |
void | ||
Specifies the ID number of the font used to format the text. | ||
StrValue | getFontName() | |
void | setFontName(StrValue value) | |
It specified the font name of the font used to format the text.It is using for visio 2013 | ||
DoubleValue | getFontScale() | |
void | setFontScale(DoubleValue value) | |
Specifies the font width. | ||
BoolValue | getHighlight() | |
void | setHighlight(BoolValue value) | |
It specified highlight. | ||
boolean | isBold() | |
Indicating whether the font is bold.
|
||
boolean | isDoubleStrikethrough() | |
Indicating whether the font is doubleStrikethrough.
|
||
boolean | isDoubleUnderline() | |
Indicating whether the font is double underline.
|
||
boolean | isItalic() | |
Indicating whether the font is italic.
|
||
boolean | isStrikethrough() | |
Indicating whether the font is strikethrough.
|
||
boolean | isSubscript() | |
Indicating whether the font is subscript.
|
||
boolean | isSuperscript() | |
Indicating whether the font is superscript.
|
||
boolean | isUnderline() | |
Indicating whether the font is underline.
|
||
int | getIX() | |
void | setIX(intvalue) | |
The zero-based index of the element within its parent element. | ||
IntValue | getLangID() | |
void | ||
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. | ||
DoubleValue | getLetterspace() | |
void | setLetterspace(DoubleValue value) | |
Specifies the amount of space between two or more characters. Space can be added or subtracted in 1/20th point increments. | ||
StrValue | getLocale() | |
void | ||
It specified the locale of the text run for spell-checking purposes. | ||
LocalizeFont | getLocalizeFont() | |
void | setLocalizeFont(LocalizeFont value) | |
Specifies whether the shape text should be localized (translated into another language). | ||
BoolValue | getOverline() | |
void | setOverline(BoolValue value) | |
Specifies whether the text has a line above it. | ||
StrValue | getPerpendicular() | |
void | setPerpendicular(StrValue value) | |
It specified whether a text field appears perpendicular to the other text in a text block. | ||
Pos | getPos() | |
void | ||
Specifies the position of the shape's text relative to the baseline. | ||
BoolValue | getRTLText() | |
void | setRTLText(BoolValue value) | |
Determines if the text direction of the current character run is left to right or right to left. | ||
DoubleValue | getSize() | |
void | setSize(DoubleValue value) | |
Specifies the size of the text in the shape's text block. | ||
BoolValue | getStrikethru() | |
void | setStrikethru(BoolValue value) | |
Specifies whether the text is formatted as strikethrough. | ||
Style | getStyle() | |
void | ||
Specifies the character formatting applied to a range of text in the shape's text block. | ||
BoolValue | getUseVertical() | |
void | setUseVertical(BoolValue value) | |
Determines whether the character run is vertical or horizontal. |
Method Summary | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
public int getIX() / public void setIX(int value)
public int getDel() / public void setDel(int value)
public IntValue getFont() / public void setFont(IntValue value)
public StrValue getFontName() / public void setFontName(StrValue value)
public ColorValue getColor() / public void setColor(ColorValue value)
public Style getStyle() / public void setStyle(Style value)
public Case getCase() / public void setCase(Case value)
public Pos getPos() / public void setPos(Pos value)
public DoubleValue getFontScale() / public void setFontScale(DoubleValue value)
public StrValue getLocale() / public void setLocale(StrValue value)
public DoubleValue getSize() / public void setSize(DoubleValue value)
public BoolValue getDblUnderline() / public void setDblUnderline(BoolValue value)
public BoolValue getOverline() / public void setOverline(BoolValue value)
public BoolValue getHighlight() / public void setHighlight(BoolValue value)
public StrValue getPerpendicular() / public void setPerpendicular(StrValue value)
public BoolValue getStrikethru() / public void setStrikethru(BoolValue value)
public BoolValue getDoubleStrikethrough() / public void setDoubleStrikethrough(BoolValue value)
public BoolValue getRTLText() / public void setRTLText(BoolValue value)
public BoolValue getUseVertical() / public void setUseVertical(BoolValue value)
public DoubleValue getLetterspace() / public void setLetterspace(DoubleValue value)
public DoubleValue getColorTrans() / public void setColorTrans(DoubleValue value)
public IntValue getAsianFont() / public void setAsianFont(IntValue value)
public StrValue getAsianFontName() / public void setAsianFontName(StrValue value)
public LocalizeFont getLocalizeFont() / public void setLocalizeFont(LocalizeFont value)
public boolean isDoubleUnderline()
public boolean isSubscript()
public boolean isSuperscript()
public boolean isStrikethrough()
public boolean isDoubleStrikethrough()
public boolean isUnderline()
public boolean isItalic()
public boolean isBold()
public DoubleValue getComplexScriptSize() / public void setComplexScriptSize(DoubleValue value)
public IntValue getComplexScriptFont() / public void setComplexScriptFont(IntValue value)
public StrValue getComplexScriptFontName() / public void setComplexScriptFontName(StrValue value)
public IntValue getLangID() / public void setLangID(IntValue value)