WmfCreateFontInDirect
Contents
[
Hide
]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
The Create font
Constructors
Constructor | Description |
---|---|
WmfCreateFontInDirect() | WMFs the record. |
Methods
Method | Description |
---|---|
getLogFont() | Gets or sets the log font. |
setLogFont(EmfLogFont value) | Gets or sets the log font. |
getExtendedBytes() | Gets or sets the extended bytes. |
setExtendedBytes(byte[] value) | Gets or sets the extended bytes. |
WmfCreateFontInDirect()
public WmfCreateFontInDirect()
WMFs the record.
getLogFont()
public EmfLogFont getLogFont()
Gets or sets the log font.
Value: The log font.
Returns: EmfLogFont
setLogFont(EmfLogFont value)
public void setLogFont(EmfLogFont value)
Gets or sets the log font.
Value: The log font.
Parameters:
Parameter | Type | Description |
---|---|---|
value | EmfLogFont |
getExtendedBytes()
public byte[] getExtendedBytes()
Gets or sets the extended bytes.
Value: The extended bytes.
Returns: byte[]
setExtendedBytes(byte[] value)
public void setExtendedBytes(byte[] value)
Gets or sets the extended bytes.
Value: The extended bytes.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte[] |