|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TextStyle
public class TextStyle
Summary description for TextStyle.
Field Summary | |
---|---|
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. |
IPresentation |
getPresentation()
|
IBaseSlide |
getSlide()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final byte MaxLevelCount
Maximum count of style levels that can be defined. Use it with GetLevel(int index)
for (int i = 0; i < TextStyle.LevelCount; i++) { IParagraphFormat paragraphFormat = GetLevel(i); ... }
Method Detail |
---|
public 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.
ParagraphFormat
.public IParagraphFormat getDefaultParagraphFormat()
Default paragraph propertiies.
getDefaultParagraphFormat
in interface ITextStyle
public IBaseSlide getSlide()
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |