IParagraphFormat — Aspose.Slides FOSS Java API Reference
IParagraphFormat — Represents paragraph formatting properties.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
bullet | IBulletFormat | Read/Write | |
depth | int | Read/Write | |
alignment | TextAlignment | Read/Write | |
spaceWithin | double | Read/Write | |
spaceBefore | double | Read/Write | |
spaceAfter | double | Read/Write | |
eastAsianLineBreak | NullableBool | Read/Write | |
rightToLeft | NullableBool | Read/Write | |
latinLineBreak | NullableBool | Read/Write | |
hangingPunctuation | NullableBool | Read/Write | |
marginLeft | double | Read/Write | |
marginRight | double | Read/Write | |
indent | double | Read/Write | |
defaultTabSize | double | Read/Write | |
fontAlignment | FontAlignment | Read/Write | |
defaultPortionFormat | IBasePortionFormat | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getBullet() | IBulletFormat | Returns the bullet formatting. |
getDepth() | int | Returns the depth of the paragraph. |
setDepth(int value) | void | Sets the depth of the paragraph. |
getAlignment() | TextAlignment | Returns the text alignment. |
setAlignment(TextAlignment value) | void | Sets the text alignment. |
getSpaceWithin() | double | Returns the amount of space between lines within a paragraph. |
setSpaceWithin(double value) | void | Sets the amount of space between lines within a paragraph. |
getSpaceBefore() | double | Returns the amount of space before the first line of a paragraph. |
setSpaceBefore(double value) | void | Sets the amount of space before the first line of a paragraph. |
getSpaceAfter() | double | Returns the amount of space after the last line of a paragraph. |
setSpaceAfter(double value) | void | Sets the amount of space after the last line of a paragraph. |
getEastAsianLineBreak() | NullableBool | Returns the East Asian line break setting. |
setEastAsianLineBreak(NullableBool value) | void | Sets the East Asian line break setting. |
getRightToLeft() | NullableBool | Returns the right-to-left setting. |
setRightToLeft(NullableBool value) | void | Sets the right-to-left setting. |
getLatinLineBreak() | NullableBool | Returns the Latin line break setting. |
setLatinLineBreak(NullableBool value) | void | Sets the Latin line break setting. |
getHangingPunctuation() | NullableBool | Returns the hanging punctuation setting. |
setHangingPunctuation(NullableBool value) | void | Sets the hanging punctuation setting. |
getMarginLeft() | double | Returns the left margin of the paragraph. |
setMarginLeft(double value) | void | Sets the left margin of the paragraph. |
getMarginRight() | double | Returns the right margin of the paragraph. |
setMarginRight(double value) | void | Sets the right margin of the paragraph. |
getIndent() | double | Returns the indent of the paragraph. |
setIndent(double value) | void | Sets the indent of the paragraph. |
getDefaultTabSize() | double | Returns the default tab size. |
setDefaultTabSize(double value) | void | Sets the default tab size. |
getFontAlignment() | FontAlignment | Returns the font alignment. |
setFontAlignment(FontAlignment value) | void | Sets the font alignment. |
getDefaultPortionFormat() | IBasePortionFormat | Returns the default portion format. |