IParagraphFormat

IParagraphFormat — Aspose.Slides FOSS Java API Reference

IParagraphFormat — Represents paragraph formatting properties.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
bulletIBulletFormatRead/Write
depthintRead/Write
alignmentTextAlignmentRead/Write
spaceWithindoubleRead/Write
spaceBeforedoubleRead/Write
spaceAfterdoubleRead/Write
eastAsianLineBreakNullableBoolRead/Write
rightToLeftNullableBoolRead/Write
latinLineBreakNullableBoolRead/Write
hangingPunctuationNullableBoolRead/Write
marginLeftdoubleRead/Write
marginRightdoubleRead/Write
indentdoubleRead/Write
defaultTabSizedoubleRead/Write
fontAlignmentFontAlignmentRead/Write
defaultPortionFormatIBasePortionFormatRead/Write

Methods

MethodReturnsDescription
getBullet()IBulletFormatReturns the bullet formatting.
getDepth()intReturns the depth of the paragraph.
setDepth(int value)voidSets the depth of the paragraph.
getAlignment()TextAlignmentReturns the text alignment.
setAlignment(TextAlignment value)voidSets the text alignment.
getSpaceWithin()doubleReturns the amount of space between lines within a paragraph.
setSpaceWithin(double value)voidSets the amount of space between lines within a paragraph.
getSpaceBefore()doubleReturns the amount of space before the first line of a paragraph.
setSpaceBefore(double value)voidSets the amount of space before the first line of a paragraph.
getSpaceAfter()doubleReturns the amount of space after the last line of a paragraph.
setSpaceAfter(double value)voidSets the amount of space after the last line of a paragraph.
getEastAsianLineBreak()NullableBoolReturns the East Asian line break setting.
setEastAsianLineBreak(NullableBool value)voidSets the East Asian line break setting.
getRightToLeft()NullableBoolReturns the right-to-left setting.
setRightToLeft(NullableBool value)voidSets the right-to-left setting.
getLatinLineBreak()NullableBoolReturns the Latin line break setting.
setLatinLineBreak(NullableBool value)voidSets the Latin line break setting.
getHangingPunctuation()NullableBoolReturns the hanging punctuation setting.
setHangingPunctuation(NullableBool value)voidSets the hanging punctuation setting.
getMarginLeft()doubleReturns the left margin of the paragraph.
setMarginLeft(double value)voidSets the left margin of the paragraph.
getMarginRight()doubleReturns the right margin of the paragraph.
setMarginRight(double value)voidSets the right margin of the paragraph.
getIndent()doubleReturns the indent of the paragraph.
setIndent(double value)voidSets the indent of the paragraph.
getDefaultTabSize()doubleReturns the default tab size.
setDefaultTabSize(double value)voidSets the default tab size.
getFontAlignment()FontAlignmentReturns the font alignment.
setFontAlignment(FontAlignment value)voidSets the font alignment.
getDefaultPortionFormat()IBasePortionFormatReturns the default portion format.

See Also