|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteTextDropCap
This class represents the dropped capital letter at the beginning of a paragraph.
You must call the Enable method first before setting properties of the TextDropCap class.
Method Summary | |
---|---|
void |
clear()
This method clears the dropped capital format. |
void |
enable()
This method enables the dropped capital format. |
IRemoteSymphonyApplication |
getApplication()
This property represents the Lotus Symphony application. |
int |
getCharacterCount()
This property returns or sets the number of characters which the dropped capital format is applied. |
java.lang.String |
getCharStyle()
This property returns or sets the character style of the dropped capital. |
int |
getDistanceFromText()
This property returns or sets the distance from dropped capital to the next character in 1/100th mm. |
int |
getLinesToDrop()
This property returns or sets the number of lines that the dropped capital occupying. |
boolean |
isWholeWord()
This property returns or sets whether the dropped capital property applies to the whole word. |
void |
setCharacterCount(int charCount)
This property returns or sets the number of characters which the dropped capital format is applied. |
void |
setCharStyle(java.lang.String charStyle)
This property returns or sets the character style of the dropped capital. |
void |
setDistanceFromText(int dist)
This property returns or sets the distance from dropped capital to the next character in 1/100th mm. |
void |
setLinesToDrop(int linesToDrop)
This property returns or sets the number of lines that the dropped capital occupying. |
void |
setWholeWord(boolean wholeWord)
This property returns or sets whether the dropped capital property applies to the whole word. |
Method Detail |
---|
IRemoteSymphonyApplication getApplication() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getCharacterCount() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setCharacterCount(int charCount) throws RemoteEclipseAPIException
charCount
- new count
RemoteEclipseAPIException
java.lang.String getCharStyle() throws RemoteEclipseAPIException
RemoteEclipseAPIException
SYMPHONY_CHAR_STYLE_*
void setCharStyle(java.lang.String charStyle) throws RemoteEclipseAPIException
charStyle
-
RemoteEclipseAPIException
int getDistanceFromText() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setDistanceFromText(int dist) throws RemoteEclipseAPIException
dist
- distance
RemoteEclipseAPIException
int getLinesToDrop() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setLinesToDrop(int linesToDrop) throws RemoteEclipseAPIException
linesToDrop
-
RemoteEclipseAPIException
void setWholeWord(boolean wholeWord) throws RemoteEclipseAPIException
wholeWord
-
RemoteEclipseAPIException
boolean isWholeWord() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void enable() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void clear() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |