| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFontMap2
Provides access to members that control the Font Map 2 Object.
| Method Summary | |
|---|---|
|  String | getMappedFont()Creates an association between the TrueType Font and the Mapped Font. | 
|  String | getTrueTypeFont()Creates an association between the TrueType Font and the Mapped Font. | 
|  void | setMapping(String trueTypeFont,
           String mappedFont)Creates an association between the TrueType Font and the Mapped Font. | 
|  void | setMapping2(String trueTypeFont,
            String rhs2)Creates an association between the TrueType Font and the Mapped Font. | 
| Method Detail | 
|---|
void setMapping(String trueTypeFont,
                String mappedFont)
                throws IOException,
                       AutomationException
trueTypeFont - The trueTypeFont  (in)mappedFont - The mappedFont  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTrueTypeFont()
                       throws IOException,
                              AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getMappedFont()
                     throws IOException,
                            AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMapping2(String trueTypeFont,
                 String rhs2)
                 throws IOException,
                        AutomationException
trueTypeFont - The trueTypeFont  (in)rhs2 - The rhs2  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||