public interface IChartParagraphFormat
Modifier and Type | Method and Description |
---|---|
int |
getAlignment()
Returns or sets the text alignment in a paragraph.
|
float |
getDefaultTabSize()
Returns or sets default tabulation size.
|
byte |
getEastAsianLineBreak()
Determines whether the East Asian line break is used in a paragraph.
|
int |
getFontAlignment()
Returns or sets a font alignment in a paragraph.
|
byte |
getHangingPunctuation()
Determines whether the hanging punctuation is used in a paragraph.
|
float |
getIndent()
Returns or sets paragraph First Line Indent/Hanging Indent.
|
byte |
getLatinLineBreak()
Determines whether the Latin line break is used in a paragraph.
|
float |
getMarginLeft()
Returns or sets the left margin in a paragraph.
|
float |
getMarginRight()
Returns or sets the right margin in a paragraph.
|
byte |
getRightToLeft()
Determines whether the Right to Left writing is used in a paragraph.
|
float |
getSpaceAfter()
Returns or sets the amount of space after the last line in a paragraph.
|
float |
getSpaceBefore()
Returns or sets the amount of space before the first line in a paragraph.
|
float |
getSpaceWithin()
Returns or sets the amount of space between base lines in a paragraph.
|
ITabCollection |
getTabs()
Returns tabulations of a paragraph.
|
void |
setAlignment(int value)
Returns or sets the text alignment in a paragraph.
|
void |
setDefaultTabSize(float value)
Returns or sets default tabulation size.
|
void |
setEastAsianLineBreak(byte value)
Determines whether the East Asian line break is used in a paragraph.
|
void |
setFontAlignment(int value)
Returns or sets a font alignment in a paragraph.
|
void |
setHangingPunctuation(byte value)
Determines whether the hanging punctuation is used in a paragraph.
|
void |
setIndent(float value)
Returns or sets paragraph First Line Indent/Hanging Indent.
|
void |
setLatinLineBreak(byte value)
Determines whether the Latin line break is used in a paragraph.
|
void |
setMarginLeft(float value)
Returns or sets the left margin in a paragraph.
|
void |
setMarginRight(float value)
Returns or sets the right margin in a paragraph.
|
void |
setRightToLeft(byte value)
Determines whether the Right to Left writing is used in a paragraph.
|
void |
setSpaceAfter(float value)
Returns or sets the amount of space after the last line in a paragraph.
|
void |
setSpaceBefore(float value)
Returns or sets the amount of space before the first line in a paragraph.
|
void |
setSpaceWithin(float value)
Returns or sets the amount of space between base lines in a paragraph.
|
int getAlignment()
Returns or sets the text alignment in a paragraph.
Read/write TextAlignment
.
void setAlignment(int value)
Returns or sets the text alignment in a paragraph.
Read/write TextAlignment
.
float getSpaceWithin()
Returns or sets the amount of space between base lines in a paragraph.
Read/write float
.
void setSpaceWithin(float value)
Returns or sets the amount of space between base lines in a paragraph.
Read/write float
.
float getSpaceBefore()
Returns or sets the amount of space before the first line in a paragraph.
Read/write float
.
void setSpaceBefore(float value)
Returns or sets the amount of space before the first line in a paragraph.
Read/write float
.
float getSpaceAfter()
Returns or sets the amount of space after the last line in a paragraph.
Read/write float
.
void setSpaceAfter(float value)
Returns or sets the amount of space after the last line in a paragraph.
Read/write float
.
byte getEastAsianLineBreak()
Determines whether the East Asian line break is used in a paragraph.
Read/write NullableBool
.
void setEastAsianLineBreak(byte value)
Determines whether the East Asian line break is used in a paragraph.
Read/write NullableBool
.
byte getRightToLeft()
Determines whether the Right to Left writing is used in a paragraph.
Read/write NullableBool
.
void setRightToLeft(byte value)
Determines whether the Right to Left writing is used in a paragraph.
Read/write NullableBool
.
byte getLatinLineBreak()
Determines whether the Latin line break is used in a paragraph.
Read/write NullableBool
.
void setLatinLineBreak(byte value)
Determines whether the Latin line break is used in a paragraph.
Read/write NullableBool
.
byte getHangingPunctuation()
Determines whether the hanging punctuation is used in a paragraph.
Read/write NullableBool
.
void setHangingPunctuation(byte value)
Determines whether the hanging punctuation is used in a paragraph.
Read/write NullableBool
.
float getMarginLeft()
Returns or sets the left margin in a paragraph.
Read/write float
.
void setMarginLeft(float value)
Returns or sets the left margin in a paragraph.
Read/write float
.
float getMarginRight()
Returns or sets the right margin in a paragraph.
Read/write float
.
void setMarginRight(float value)
Returns or sets the right margin in a paragraph.
Read/write float
.
float getIndent()
Returns or sets paragraph First Line Indent/Hanging Indent. Hanging Indent can be defined with negative values.
Read/write float
.
void setIndent(float value)
Returns or sets paragraph First Line Indent/Hanging Indent. Hanging Indent can be defined with negative values.
Read/write float
.
float getDefaultTabSize()
Returns or sets default tabulation size.
Read/write float
.
void setDefaultTabSize(float value)
Returns or sets default tabulation size.
Read/write float
.
ITabCollection getTabs()
Returns tabulations of a paragraph.
Read-only ITabCollection
.
int getFontAlignment()
Returns or sets a font alignment in a paragraph.
Read/write FontAlignment
.
void setFontAlignment(int value)
Returns or sets a font alignment in a paragraph.
Read/write FontAlignment
.