|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.FontSubstRule
public class FontSubstRule
Represents font subtituition information
Constructor Summary | |
---|---|
FontSubstRule(IFontData sourceFont,
IFontData destFont)
|
|
FontSubstRule(IFontData sourceFont,
IFontData destFont,
int fontSubstRule)
|
Method Summary | |
---|---|
IFontData |
getDestFont()
Font to use for substitution. |
int |
getReplaceFontCondition()
Rule to apply for substitution. |
IFontData |
getSourceFont()
Font to substitute. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FontSubstRule(IFontData sourceFont, IFontData destFont)
public FontSubstRule(IFontData sourceFont, IFontData destFont, int fontSubstRule)
Method Detail |
---|
public IFontData getSourceFont()
Font to substitute.
Read-only IFontData
.
getSourceFont
in interface IFontSubstRule
public IFontData getDestFont()
Font to use for substitution.
Read-only IFontData
.
getDestFont
in interface IFontSubstRule
public int getReplaceFontCondition()
Rule to apply for substitution.
Read-only FontSubstCondition
.
getReplaceFontCondition
in interface IFontSubstRule
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |