|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ParagraphFormatEffectiveData
public class ParagraphFormatEffectiveData
Immutable object which contains paragraph formatting properties.
Paragraph
class to return effective formatting values with inheritance applied.
Paragraph.CreateParagraphFormatEffective
Method Summary | |
---|---|
int |
getAlignment()
Returns or sets the text alignment in a paragraph. |
IBulletFormatEffectiveData |
getBullet()
|
char |
getBulletChar()
Deprecated. |
java.awt.Color |
getBulletColor()
|
FontData |
getBulletFont()
Deprecated. |
float |
getBulletHeight()
Deprecated. |
int |
getBulletType()
Deprecated. |
IPortionFormatEffectiveData |
getDefaultPortionFormat()
Returns default portion format of a paragraph. |
float |
getDefaultTabSize()
Returns or sets default tabulation size. |
short |
getDepth()
Returns or sets a depth of a paragraph. |
boolean |
getEastAsianLineBreak()
Determines whether the East Asian line break is used in a paragraph. |
int |
getFontAlignment()
Returns or sets a font alignment in a paragraph. |
boolean |
getHangingPunctuation()
Determines whether the hanging punctuation is used in a paragraph. |
float |
getIndent()
Returns or sets text indentation in a paragraph. |
boolean |
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. |
short |
getNumberedBulletStartWith()
Deprecated. |
int |
getNumberedBulletStyle()
Deprecated. |
IPresentation |
getPresentation()
Returns the parent presentation of a paragraph. |
boolean |
getRightToLeft()
Determines whether the Right to Left writing is used in a paragraph. |
IBaseSlide |
getSlide()
Returns the parent slide of 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. |
ITabEffectiveData[] |
getTabs()
Returns tabulations of a paragraph. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public short getDepth()
Returns or sets a depth of a paragraph.
Readonly short
.
getDepth
in interface IParagraphFormatEffectiveData
public IBulletFormatEffectiveData getBullet()
getBullet
in interface IParagraphFormatEffectiveData
@Deprecated public int getBulletType()
Returns or sets the bullet type of a paragraph.
Readonly BulletType
.
@Deprecated public char getBulletChar()
Returns or sets the bullet char of a paragraph.
Readonly char
.
@Deprecated public FontData getBulletFont()
Returns or sets the bullet font of a paragraph.
Readonly FontData
.
@Deprecated public float getBulletHeight()
Returns or sets the bullet height of a paragraph.
Readonly float
.
@Deprecated public short getNumberedBulletStartWith()
Returns or sets the first number which is used for group of numbered bullets.
Readonly short
.
@Deprecated public int getNumberedBulletStyle()
Returns or sets the style of a numbered bullet.
Readonly NumberedBulletStyle
.
public int getAlignment()
Returns or sets the text alignment in a paragraph.
Readonly TextAlignment
.
getAlignment
in interface IParagraphFormatEffectiveData
public float getSpaceWithin()
Returns or sets the amount of space between base lines in a paragraph.
Readonly float
.
getSpaceWithin
in interface IParagraphFormatEffectiveData
public float getSpaceBefore()
Returns or sets the amount of space before the first line in a paragraph.
Readonly float
.
getSpaceBefore
in interface IParagraphFormatEffectiveData
public float getSpaceAfter()
Returns or sets the amount of space after the last line in a paragraph.
Readonly float
.
getSpaceAfter
in interface IParagraphFormatEffectiveData
public boolean getEastAsianLineBreak()
Determines whether the East Asian line break is used in a paragraph.
Readonly bool
.
getEastAsianLineBreak
in interface IParagraphFormatEffectiveData
public boolean getRightToLeft()
Determines whether the Right to Left writing is used in a paragraph.
Readonly bool
.
getRightToLeft
in interface IParagraphFormatEffectiveData
public boolean getLatinLineBreak()
Determines whether the Latin line break is used in a paragraph.
Readonly bool
.
getLatinLineBreak
in interface IParagraphFormatEffectiveData
public boolean getHangingPunctuation()
Determines whether the hanging punctuation is used in a paragraph.
Readonly bool
.
getHangingPunctuation
in interface IParagraphFormatEffectiveData
public float getMarginLeft()
Returns or sets the left margin in a paragraph.
Readonly float
.
getMarginLeft
in interface IParagraphFormatEffectiveData
public float getMarginRight()
Returns or sets the right margin in a paragraph.
Readonly float
.
getMarginRight
in interface IParagraphFormatEffectiveData
public float getIndent()
Returns or sets text indentation in a paragraph.
Readonly float
.
getIndent
in interface IParagraphFormatEffectiveData
public float getDefaultTabSize()
Returns or sets default tabulation size.
Readonly float
.
getDefaultTabSize
in interface IParagraphFormatEffectiveData
public ITabEffectiveData[] getTabs()
Returns tabulations of a paragraph.
Readonly array of Tab
.
getTabs
in interface IParagraphFormatEffectiveData
public int getFontAlignment()
Returns or sets a font alignment in a paragraph.
Readonly FontAlignment
.
getFontAlignment
in interface IParagraphFormatEffectiveData
public IPortionFormatEffectiveData getDefaultPortionFormat()
Returns default portion format of a paragraph.
Read-only PortionFormatEffectiveData
.
getDefaultPortionFormat
in interface IParagraphFormatEffectiveData
public java.awt.Color getBulletColor()
public IBaseSlide getSlide()
Returns the parent slide of a paragraph.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a paragraph.
Read-only Presentation
.
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |