EmfLogFontExDv
Contenu
[
Cacher
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.objects.EmfObject, com.aspose.imaging.fileformats.emf.emf.objects.EmfLogFont, com.aspose.imaging.fileformats.emf.emf.objects.EmfLogFontEx
public final class EmfLogFontExDv extends EmfLogFontEx
L’objet LogFontExDv spécifie le vecteur de conception pour une police logique étendue.
Constructeurs
| Constructeur | Description |
|---|---|
| EmfLogFontExDv(EmfLogFontEx emfLogFontEx) | Initialise une nouvelle instance de la classe EmfLogFontExDv. |
Méthodes
| Méthode | Description |
|---|---|
| getDesignVector() | Obtient ou définit un objet DesignVector (section 2.2.3). |
| setDesignVector(EmfDesignVector value) | Obtient ou définit un objet DesignVector (section 2.2.3). |
EmfLogFontExDv(EmfLogFontEx emfLogFontEx)
public EmfLogFontExDv(EmfLogFontEx emfLogFontEx)
Initialise une nouvelle instance de la classe EmfLogFontExDv.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| emfLogFontEx | EmfLogFontEx | Le EMF log font ex. |
getDesignVector()
public EmfDesignVector getDesignVector()
Obtient ou définit un objet DesignVector (section 2.2.3). Ce champ NE DOIT PAS dépasser 72 octets.
Valeur : le vecteur de conception.
Returns: EmfDesignVector
setDesignVector(EmfDesignVector value)
public void setDesignVector(EmfDesignVector value)
Obtient ou définit un objet DesignVector (section 2.2.3). Ce champ NE DOIT PAS dépasser 72 octets.
Valeur : le vecteur de conception.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| value | EmfDesignVector |