|
|||||||||
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()
Returns the amount of space that is set between characters. |
IFontColor |
getFontColor()
Returns the font and color properties for the paragraph element. |
ParagraphElementKind |
getKind()
Returns the paragraph element kind. |
void |
setCharacterSpacing(int characterSpacing)
Sets the amount of space that is set between characters. |
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()
Returns the amount of space that is set between characters.
int
that specifies the amount of space that is set between characters.void setCharacterSpacing(int characterSpacing)
Sets the amount of space that is set between characters.
characterSpacing
- An int
that specifies the amount of space that is set
between characters.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |