FontConstants
Contenuti
[
Nascondere
]Inheritance: java.lang.Object
public class FontConstants
Questa classe definisce un insieme di costanti per il salvataggio dei font.
Campi
| Campo | Descrizione |
|---|---|
| EMBED_FONTS | Chiave della proprietà che indica se incorporare i font nel documento salvato |
| EMBED_FONTS_AS | Chiave della proprietà che indica un tipo di font da utilizzare durante il salvataggio del documento |
| EMBED_FONTS_TRUETYPE | “TrueType” valore del tipo di font per la chiave “EMBED_FONTS_AS” |
| EMBED_FONTS_TYPE1 | “Type3” valore del tipo di font per la chiave “EMBED_FONTS_AS” |
| EMBED_FONTS_TYPE3 | “Type3” valore del tipo di font per la chiave “EMBED_FONTS_AS” |
Metodi
| Metodo | Descrizione |
|---|---|
| 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
Chiave della proprietà che indica se incorporare i font nel documento salvato
EMBED_FONTS_AS
public static final String EMBED_FONTS_AS
Chiave della proprietà che indica un tipo di font da utilizzare durante il salvataggio del documento
EMBED_FONTS_TRUETYPE
public static final String EMBED_FONTS_TRUETYPE
“TrueType” valore del tipo di font per la chiave “EMBED_FONTS_AS”
EMBED_FONTS_TYPE1
public static final String EMBED_FONTS_TYPE1
“Type3” valore del tipo di font per la chiave “EMBED_FONTS_AS”
EMBED_FONTS_TYPE3
public static final String EMBED_FONTS_TYPE3
“Type3” valore del tipo di font per la chiave “EMBED_FONTS_AS”
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| 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[] - valori disponibili per “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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long | |
| arg1 | int |