public class CmxParagraphStyle extends Object
The paragraph style.
Constructor and Description |
---|
CmxParagraphStyle() |
Modifier and Type | Method and Description |
---|---|
float |
getCharacterSpacing()
Gets the character spacing.
|
int |
getHorizontalAlignment()
Gets the horizontal alignment.
|
float |
getLanguageSpacing()
Gets the language spacing.
|
float |
getLineSpacing()
Gets the line spacing.
|
float |
getWordSpacing()
Gets the word spacing.
|
void |
setCharacterSpacing(float value)
Sets the character spacing.
|
void |
setHorizontalAlignment(int value)
Sets the horizontal alignment.
|
void |
setLanguageSpacing(float value)
Sets the language spacing.
|
void |
setLineSpacing(float value)
Sets the line spacing.
|
void |
setWordSpacing(float value)
Sets the word spacing.
|
public final float getCharacterSpacing()
Gets the character spacing.
public final void setCharacterSpacing(float value)
Sets the character spacing.
value
- the character spacing.public final float getLanguageSpacing()
Gets the language spacing.
public final void setLanguageSpacing(float value)
Sets the language spacing.
value
- the language spacing.public final float getWordSpacing()
Gets the word spacing.
public final void setWordSpacing(float value)
Sets the word spacing.
value
- the word spacing.public final float getLineSpacing()
Gets the line spacing.
public final void setLineSpacing(float value)
Sets the line spacing.
value
- the line spacing.public final int getHorizontalAlignment()
Gets the horizontal alignment.
public final void setHorizontalAlignment(int value)
Sets the horizontal alignment.
value
- the horizontal alignment.