EmfSetLinkedUfis
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfStateRecordType
public final class EmfSetLinkedUfis extends EmfStateRecordType
The EMR_SETLINKEDUFIS record sets the UniversalFontIds (section 2.2.27) of the linked fonts to use during character lookup.
Constructors
Constructor | Description |
---|---|
EmfSetLinkedUfis(EmfRecord source) | Initializes a new instance of the EmfSetLinkedUfis class. |
Methods
Method | Description |
---|---|
getUfis() | Gets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies the identifiers of the linked fonts. |
setUfis(EmfUniversalFontId[] value) | Sets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies the identifiers of the linked fonts. |
EmfSetLinkedUfis(EmfRecord source)
public EmfSetLinkedUfis(EmfRecord source)
Initializes a new instance of the EmfSetLinkedUfis
class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
getUfis()
public EmfUniversalFontId[] getUfis()
Gets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies the identifiers of the linked fonts.
Returns: com.aspose.imaging.fileformats.emf.emf.objects.EmfUniversalFontId[]
setUfis(EmfUniversalFontId[] value)
public void setUfis(EmfUniversalFontId[] value)
Sets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies the identifiers of the linked fonts.
Parameters:
Parameter | Type | Description |
---|---|---|
value | EmfUniversalFontId[] |