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