|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteTextParagraph
This class represents a paragraph of a document.
Creation and access
Method Summary | |
---|---|
IRemoteSymphonyApplication |
getApplication()
This property represents the Lotus Symphony application. |
int |
getBackColor()
This property returns or sets the background color of a paragraph. |
IRemoteTextDropCap |
getDropCap()
This property returns a TextDropCap object that represents the dropped capital letter at the beginning of a paragraph. |
int |
getFirstLineIndent()
This property returns or sets indentation for the first line in 1/100th mm. |
int |
getHoriAlignment()
This property returns or sets horizontal alignment of the paragraph. |
int |
getLineSpacing()
This property returns or sets the line spacing type of a paragraph. |
int |
getLineSpacingHeight()
This property returns or sets the height of the LineSpacing property. |
java.lang.String |
getNumberingStyleName()
This property returns or sets the numbering style of a paragraph. |
java.lang.String |
getParagraphStyleName()
This property returns or sets the style of the paragraph. |
IRemoteTextRange |
getRange()
This property returns the range in the paragraph. |
boolean |
isAutoFirstLineIndent()
This property returns or sets whether the first line is indented automatically. |
boolean |
isBackTransparent()
This property returns or sets whether the background of a paragraph is transparent. |
boolean |
isPageBreakBefore()
Specifying true allows page breaks between current paragraph and the following paragraph. |
void |
remove()
This method deletes the selected paragraph from the document. |
void |
setAutoFirstLineIndent(boolean auto)
This property returns or sets whether the first line is indented automatically. |
void |
setBackColor(int color)
This property returns or sets the background color of a paragraph. |
void |
setBackTransparent(boolean transparent)
This property returns or sets whether the background of a paragraph is transparent. |
void |
setFirstLineIndent(int indent)
This property returns or sets indentation for the first line in 1/100th mm. |
void |
setHoriAlignment(int alignment)
This property returns or sets horizontal alignment of the paragraph. |
void |
setLineSpacing(int spacing)
This property returns or sets the line spacing type of a paragraph. |
void |
setLineSpacingHeight(int height)
This property returns or sets the height of the LineSpacing property. |
void |
setNumberingStyleName(java.lang.String numberingStyleName)
This property returns or sets the numbering style of a paragraph. |
void |
setPageBreakBefore(boolean before)
Specifying true allows page breaks between current paragraph and the following paragraph. |
void |
setParagraphStyleName(java.lang.String paragraphStyleName)
This property returns or sets the style of the paragraph. |
Method Detail |
---|
IRemoteSymphonyApplication getApplication() throws RemoteEclipseAPIException
RemoteEclipseAPIException
boolean isAutoFirstLineIndent() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setAutoFirstLineIndent(boolean auto) throws RemoteEclipseAPIException
auto
- auto
RemoteEclipseAPIException
int getBackColor() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setBackColor(int color) throws RemoteEclipseAPIException
color
- color
RemoteEclipseAPIException
boolean isBackTransparent() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setBackTransparent(boolean transparent) throws RemoteEclipseAPIException
transparent
- transparent
RemoteEclipseAPIException
IRemoteTextDropCap getDropCap() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getFirstLineIndent() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setFirstLineIndent(int indent) throws RemoteEclipseAPIException
indent
- indentation
RemoteEclipseAPIException
int getHoriAlignment() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setHoriAlignment(int alignment) throws RemoteEclipseAPIException
alignment
- alignment
RemoteEclipseAPIException
int getLineSpacing() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setLineSpacing(int spacing) throws RemoteEclipseAPIException
spacing
- spacing
RemoteEclipseAPIException
int getLineSpacingHeight() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteConstant
void setLineSpacingHeight(int height) throws RemoteEclipseAPIException
height
-
RemoteEclipseAPIException
boolean isPageBreakBefore() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setPageBreakBefore(boolean before) throws RemoteEclipseAPIException
before
-
RemoteEclipseAPIException
IRemoteTextRange getRange() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void remove() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setParagraphStyleName(java.lang.String paragraphStyleName) throws RemoteEclipseAPIException
paragraphStyleName
- name
RemoteEclipseAPIException
java.lang.String getParagraphStyleName() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void setNumberingStyleName(java.lang.String numberingStyleName) throws RemoteEclipseAPIException
numberingStyleName
- name
RemoteEclipseAPIException
java.lang.String getNumberingStyleName() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |