예제 #1
0
 /**
 * Gets the number of the specified RtfFont
 *
 * @param font The RtfFont for which to get the number
 * @return The number of the font
 */
 public int GetFontNumber(ST.RtfFont font)
 {
     return this.fontList.GetFontNumber(font);
 }
예제 #2
0
 /**
 * Gets the number of the specified RtfColor
 *
 * @param color The RtfColor for which to get the number
 * @return The number of the color
 */
 public int GetColorNumber(ST.RtfColor color)
 {
     return this.colorList.GetColorNumber(color);
 }