|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ParagraphPropertiesEx
public class ParagraphPropertiesEx
Method Summary | |
---|---|
ColorFormatEx |
getBulletColorFormat()
Returns the color of a bullet. |
short |
getDepth()
Returns a depth of a paragraph. |
PresentationEx |
getPresentation()
Returns the parent presentation of a paragraph. |
BaseSlideEx |
getSlide()
Returns the parent slide of a paragraph. |
boolean |
hasBullet()
Determines whether the paragraph has a bullet. |
NullableBool |
isBulletHardColor()
Determines whether the bullet has own color or inherits it from the first portion in the paragraph. |
NullableBool |
isBulletHardFont()
Determines whether the bullet has own font or inherits it from the first portion in the paragraph. |
void |
setDepth(short value)
Sets a depth of a paragraph. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public short getDepth()
public void setDepth(short value)
value
- new depth of a paragraph.public boolean hasBullet()
public NullableBool isBulletHardColor()
public ColorFormatEx getBulletColorFormat()
ColorFormatEx
.public NullableBool isBulletHardFont()
public BaseSlideEx getSlide()
public PresentationEx getPresentation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |