|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PVIObject
com.aspose.slides.TextStyle
public class TextStyle
This class contains the text style formatting properties.
Field Summary | |
---|---|
static byte |
MaxLevelCount
Maximum count of style levels that can be defined. |
Method Summary | |
---|---|
IParagraphFormat |
getDefaultParagraphFormat()
Default paragraph propertiies. |
IParagraphFormat |
getLevel(int index)
If level of style exist returns it, otherwise returns null. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
IPresentationComponent |
getParent_IPresentationComponent()
|
long |
getVersion()
|
Methods inherited from class com.aspose.slides.PVIObject |
---|
equals, getParent_Immediate, getParent_IPresentationComponent, getPresentation, getSlide, getVersion, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte MaxLevelCount
Maximum count of style levels that can be defined. Use it with GetLevel(int index)
for (int i = 0; i < textStyle.MaxLevelCount; i++) { IParagraphFormat paragraphFormat = textStyle.getLevel(i); ... }
Method Detail |
---|
public final IParagraphFormat getLevel(int index)
If level of style exist returns it, otherwise returns null.
getLevel
in interface ITextStyle
index
- Zero-based index of level. Must lay in 0..8 interval.
IParagraphFormat
.public final IParagraphFormat getDefaultParagraphFormat()
Default paragraph propertiies.
Read-only IParagraphFormat
.
getDefaultParagraphFormat
in interface ITextStyle
public IPresentationComponent getParent_IPresentationComponent()
public long getVersion()
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |