WmfSetTextJustification
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfSetTextJustification extends WmfObject
The META_SETTEXTJUSTIFICATION record defines the amount of space to add to `` characters in a string of justified text.
Constructors
Constructor | Description |
---|---|
WmfSetTextJustification() |
Methods
Method | Description |
---|---|
getBreakCount() | Gets or sets the `` count. |
setBreakCount(int value) | Gets or sets the `` count. |
getBreakExtra() | Gets or sets the `` extra. |
setBreakExtra(int value) | Gets or sets the `` extra. |
WmfSetTextJustification()
public WmfSetTextJustification()
getBreakCount()
public int getBreakCount()
Gets or sets the `` count.
Value: The `` count.
Returns: int
setBreakCount(int value)
public void setBreakCount(int value)
Gets or sets the `` count.
Value: The `` count.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getBreakExtra()
public int getBreakExtra()
Gets or sets the `` extra.
Value: The `` extra.
Returns: int
setBreakExtra(int value)
public void setBreakExtra(int value)
Gets or sets the `` extra.
Value: The `` extra.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |