public final class EmfSetTextJustification extends EmfStateRecordType
The EMR_SETTEXTJUSTIFICATION record specifies the amount of extra space to add to break characters for text justification.
Instead of using an EMR_SETTEXTJUSTIFICATION record, an implementation SHOULD use an EMR_EXTTEXTOUTW record (section 2.3.5.8) to perform this function.
Constructor and Description |
---|
EmfSetTextJustification(EmfRecord source)
Initializes a new instance of the
EmfSetTextJustification class. |
Modifier and Type | Method and Description |
---|---|
int |
getNBreakCount()
Gets or sets a 32-bit signed integer that specifies the number of break characters.
|
int |
getNBreakExtra()
Gets or sets a 32-bit signed integer that specifies the total amount of extra space,
in logical units, to add.
|
void |
setNBreakCount(int value)
Gets or sets a 32-bit signed integer that specifies the number of break characters.
|
void |
setNBreakExtra(int value)
Gets or sets a 32-bit signed integer that specifies the total amount of extra space,
in logical units, to add.
|
public EmfSetTextJustification(EmfRecord source)
Initializes a new instance of the EmfSetTextJustification
class.
source
- The source.public int getNBreakExtra()
Gets or sets a 32-bit signed integer that specifies the total amount of extra space, in logical units, to add.
public void setNBreakExtra(int value)
Gets or sets a 32-bit signed integer that specifies the total amount of extra space, in logical units, to add.
public int getNBreakCount()
Gets or sets a 32-bit signed integer that specifies the number of break characters.
public void setNBreakCount(int value)
Gets or sets a 32-bit signed integer that specifies the number of break characters.