com.aspose.slides
Class FontSubstRule

java.lang.Object
  extended by com.aspose.slides.FontSubstRule
All Implemented Interfaces:
IFontSubstRule

public class FontSubstRule
extends java.lang.Object
implements IFontSubstRule

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

FontSubstRule

public FontSubstRule(IFontData sourceFont,
                     IFontData destFont)

FontSubstRule

public FontSubstRule(IFontData sourceFont,
                     IFontData destFont,
                     int fontSubstRule)
Method Detail

getSourceFont

public IFontData getSourceFont()

Font to substitute. Read-only IFontData.

Specified by:
getSourceFont in interface IFontSubstRule

getDestFont

public IFontData getDestFont()

Font to use for substitution. Read-only IFontData.

Specified by:
getDestFont in interface IFontSubstRule

getReplaceFontCondition

public int getReplaceFontCondition()

Rule to apply for substitution. Read-only FontSubstCondition.

Specified by:
getReplaceFontCondition in interface IFontSubstRule


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.