StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.awt
Class SimpleFontMetric

java.lang.Object
  |
  +--com.sun.star.awt.SimpleFontMetric

public synchronized class SimpleFontMetric
extends java.lang.Object


Field Summary
 short Ascent
           
 short Descent
           
 char FirstChar
           
 char LastChar
           
 short Leading
           
 short Slant
           
static java.lang.Object UNORUNTIMEDATA
           
 
Constructor Summary
SimpleFontMetric()
           
SimpleFontMetric(short s1, short s2, short s3, short s4, char c1, char c2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Ascent

public short Ascent

Descent

public short Descent

FirstChar

public char FirstChar

LastChar

public char LastChar

Leading

public short Leading

Slant

public short Slant

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA
Constructor Detail

SimpleFontMetric

public SimpleFontMetric()

SimpleFontMetric

public SimpleFontMetric(short s1,
                        short s2,
                        short s3,
                        short s4,
                        char c1,
                        char c2)

StarOffice 5.2 API
reverse engineered by classdoc