com.aspose.slides
Interface IFontSubstRule

All Known Implementing Classes:
FontSubstRule

public interface IFontSubstRule


Method Summary
 IFontData getDestFont()
           Font to use for substitution.
 int getReplaceFontCondition()
           Rule to apply for substitution.
 IFontData getSourceFont()
           Font to substitute.
 

Method Detail

getSourceFont

IFontData getSourceFont()

Font to substitute. Read-only IFontData.


getDestFont

IFontData getDestFont()

Font to use for substitution. Read-only IFontData.


getReplaceFontCondition

int getReplaceFontCondition()

Rule to apply for substitution. Read-only FontSubstCondition.



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