public class FieldSymbol extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCharacterCode()
Gets the character's code point value in decimal or hexadecimal.
|
boolean |
getDontAffectsLineSpacing()
Gets whether the character retrieved by the field affects the line spacing of the paragraph.
|
java.lang.String |
getFontName()
Gets the name of the font of the character retrieved by the field.
|
java.lang.String |
getFontSize()
Gets the size in points of the font of the character retrieved by the field.
|
int |
getSwitchType(java.lang.String switchName) |
boolean |
isAnsi()
Gets whether the character code is interpreted as the value of an ANSI character.
|
void |
isAnsi(boolean value)
Sets whether the character code is interpreted as the value of an ANSI character.
|
boolean |
isShiftJis()
Gets whether the character code is interpreted as the value of a SHIFT-JIS character.
|
void |
isShiftJis(boolean value)
Sets whether the character code is interpreted as the value of a SHIFT-JIS character.
|
boolean |
isUnicode()
Gets whether the character code is interpreted as the value of a Unicode character.
|
void |
isUnicode(boolean value)
Sets whether the character code is interpreted as the value of a Unicode character.
|
void |
setCharacterCode(java.lang.String value)
Sets the character's code point value in decimal or hexadecimal.
|
void |
setDontAffectsLineSpacing(boolean value)
Sets whether the character retrieved by the field affects the line spacing of the paragraph.
|
void |
setFontName(java.lang.String value)
Sets the name of the font of the character retrieved by the field.
|
void |
setFontSize(java.lang.String value)
Sets the size in points of the font of the character retrieved by the field.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getCharacterCode()
public void setCharacterCode(java.lang.String value)
throws java.lang.Exception
value - The character's code point value in decimal or hexadecimal.java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)
public java.lang.String getFontName()
public void setFontName(java.lang.String value)
throws java.lang.Exception
value - The name of the font of the character retrieved by the field.java.lang.Exceptionpublic java.lang.String getFontSize()
public void setFontSize(java.lang.String value)
throws java.lang.Exception
value - The size in points of the font of the character retrieved by the field.java.lang.Exceptionpublic boolean isAnsi()
public void isAnsi(boolean value)
throws java.lang.Exception
value - Whether the character code is interpreted as the value of an ANSI character.java.lang.Exceptionpublic boolean isUnicode()
public void isUnicode(boolean value)
throws java.lang.Exception
value - Whether the character code is interpreted as the value of a Unicode character.java.lang.Exceptionpublic boolean isShiftJis()
public void isShiftJis(boolean value)
throws java.lang.Exception
value - Whether the character code is interpreted as the value of a SHIFT-JIS character.java.lang.Exceptionpublic boolean getDontAffectsLineSpacing()
public void setDontAffectsLineSpacing(boolean value)
throws java.lang.Exception
value - Whether the character retrieved by the field affects the line spacing of the paragraph.java.lang.Exception