|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IParagraphElement
This interface is used to specify the paragraph elements. This object provides a base class for
different kinds of elements in a paragraph, which can be ParagraphTextElement objects
or ParagraphFieldElement objects.
Font color persists at the ParagraphElement
level.
| Method Summary | |
|---|---|
int |
getCharacterSpacing()
For internal use only |
IFontColor |
getFontColor()
Returns the font and color properties for the paragraph element. |
ParagraphElementKind |
getKind()
Returns the paragraph element kind. |
void |
setCharacterSpacing(int characterSpacing)
For internal use only |
void |
setFontColor(IFontColor fontColor)
Sets the font and color properties for the paragraph element. |
void |
setKind(ParagraphElementKind kind)
Sets the paragraph element kind. |
| Method Detail |
|---|
IFontColor getFontColor()
Returns the font and color properties for the paragraph element.
IFontColor object that specifies the font and color properties
for the paragraph element.ParagraphElementKind getKind()
Returns the paragraph element kind.
ParagraphElementKind object that specifies the paragraph element
kind.void setFontColor(IFontColor fontColor)
Sets the font and color properties for the paragraph element.
fontColor - An IFontColor object that specifies the font and color properties
for the paragraph element.void setKind(ParagraphElementKind kind)
Sets the paragraph element kind.
kind - A ParagraphElementKind object that specifies the paragraph element
kind.int getCharacterSpacing()
void setCharacterSpacing(int characterSpacing)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||