WmfCreateFontInDirect
Contenuti
[
Nascondere
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject, com.aspose.imaging.fileformats.wmf.objects.WmfGraphicObject
public class WmfCreateFontInDirect extends WmfGraphicObject
Crea il font.
Costruttori
| Costruttore | Descrizione |
|---|---|
| WmfCreateFontInDirect() | WMFs il record. |
Metodi
| Metodo | Descrizione |
|---|---|
| getLogFont() | Ottiene o imposta il log font. |
| setLogFont(EmfLogFont value) | Ottiene o imposta il log font. |
| getExtendedBytes() | Ottiene o imposta i byte estesi. |
| setExtendedBytes(byte[] value) | Ottiene o imposta i byte estesi. |
WmfCreateFontInDirect()
public WmfCreateFontInDirect()
WMFs il record.
getLogFont()
public EmfLogFont getLogFont()
Ottiene o imposta il log font.
Valore: il log font.
Returns: EmfLogFont
setLogFont(EmfLogFont value)
public void setLogFont(EmfLogFont value)
Ottiene o imposta il log font.
Valore: il log font.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | EmfLogFont |
getExtendedBytes()
public byte[] getExtendedBytes()
Ottiene o imposta i byte estesi.
Valore: i byte estesi.
Returns: byte[]
setExtendedBytes(byte[] value)
public void setExtendedBytes(byte[] value)
Ottiene o imposta i byte estesi.
Valore: i byte estesi.
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | byte[] |