FontConstants
अंतर्वस्तु
[
छिपाना
]Inheritance: java.lang.Object
public class FontConstants
यह क्लास फ़ॉन्ट्स को सहेजने के लिए स्थिरांक का सेट परिभाषित करती है।
फ़ील्ड्स
| फ़ील्ड | विवरण |
|---|---|
| EMBED_FONTS | सहेजे गए दस्तावेज़ में फ़ॉन्ट एम्बेड करने के बारे में संकेत करने वाली प्रॉपर्टी की कुंजी |
| EMBED_FONTS_AS | दस्तावेज़ सहेजते समय उपयोग किए जाने वाले फ़ॉन्ट प्रकार को संकेत करने वाली प्रॉपर्टी की कुंजी |
| EMBED_FONTS_TRUETYPE | "TrueType" फ़ॉन्ट प्रकार मान "EMBED\_FONTS\_AS" कुंजी के लिए |
| EMBED_FONTS_TYPE1 | "Type3" फ़ॉन्ट प्रकार मान "EMBED\_FONTS\_AS" कुंजी के लिए |
| EMBED_FONTS_TYPE3 | "Type3" फ़ॉन्ट प्रकार मान "EMBED\_FONTS\_AS" कुंजी के लिए |
मेथड्स
| मेथड | विवरण |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getEmbedFontsAsList() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
EMBED_FONTS
public static final String EMBED_FONTS
सहेजे गए दस्तावेज़ में फ़ॉन्ट एम्बेड करने के बारे में संकेत करने वाली प्रॉपर्टी की कुंजी
EMBED_FONTS_AS
public static final String EMBED_FONTS_AS
दस्तावेज़ सहेजते समय उपयोग किए जाने वाले फ़ॉन्ट प्रकार को संकेत करने वाली प्रॉपर्टी की कुंजी
EMBED_FONTS_TRUETYPE
public static final String EMBED_FONTS_TRUETYPE
"TrueType" फ़ॉन्ट प्रकार मान "EMBED\_FONTS\_AS" कुंजी के लिए
EMBED_FONTS_TYPE1
public static final String EMBED_FONTS_TYPE1
"Type3" फ़ॉन्ट प्रकार मान "EMBED\_FONTS\_AS" कुंजी के लिए
EMBED_FONTS_TYPE3
public static final String EMBED_FONTS_TYPE3
"Type3" फ़ॉन्ट प्रकार मान "EMBED\_FONTS\_AS" कुंजी के लिए
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getEmbedFontsAsList()
public static final String[] getEmbedFontsAsList()
Returns: java.lang.String[] - उपलब्ध "EMBED\_FONTS\_AS" मान
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| arg0 | long | |
| arg1 | int |