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.
Constructor and Description |
---|
EmfSetLinkedUfis(EmfRecord source)
Initializes a new instance of the
EmfSetLinkedUfis class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getReserved()
Gets or sets this field is reserved and MUST be ignored.
|
EmfUniversalFontId[] |
getUfis()
Gets or sets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies
the identifiers of the linked fonts.
|
int |
getUNumLinkedUFI()
Gets or sets a 32-bit unsigned integer specifying the number of UFIs to follow.
|
void |
setReserved(byte[] value)
Gets or sets this field is reserved and MUST be ignored.
|
void |
setUfis(EmfUniversalFontId[] value)
Gets or sets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies
the identifiers of the linked fonts.
|
void |
setUNumLinkedUFI(int value)
Gets or sets a 32-bit unsigned integer specifying the number of UFIs to follow.
|
public EmfSetLinkedUfis(EmfRecord source)
Initializes a new instance of the EmfSetLinkedUfis
class.
source
- The source.public int getUNumLinkedUFI()
Gets or sets a 32-bit unsigned integer specifying the number of UFIs to follow.
public void setUNumLinkedUFI(int value)
Gets or sets a 32-bit unsigned integer specifying the number of UFIs to follow.
public EmfUniversalFontId[] getUfis()
Gets or sets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies the identifiers of the linked fonts.
public void setUfis(EmfUniversalFontId[] value)
Gets or sets an array of uNumLinkedUFI elements of type UniversalFontId, which specifies the identifiers of the linked fonts.
public byte[] getReserved()
Gets or sets this field is reserved and MUST be ignored.
public void setReserved(byte[] value)
Gets or sets this field is reserved and MUST be ignored.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.